Last change
on this file was
829,
checked in by イグトランス (egtra), 11 years ago
|
svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定
|
-
Property svn:eol-style set to
native
-
Property svn:mime-type set to
text/plain; charset=Shift_JIS
|
File size:
516 bytes
|
Line | |
---|
1 | #pragma once |
---|
2 | |
---|
3 | namespace ActiveBasic{ namespace IDE{ |
---|
4 | |
---|
5 | |
---|
6 | class Program |
---|
7 | { |
---|
8 | |
---|
9 | static void InitializeWindow(); |
---|
10 | public: |
---|
11 | static CAppModule _Module; |
---|
12 | static MainFrame mainFrame; |
---|
13 | static WindowComponents::CodeEditor::Languages languages; |
---|
14 | |
---|
15 | // 一時的な対処 |
---|
16 | static const WindowComponents::CodeEditor::Language *ablang; |
---|
17 | |
---|
18 | // ユーザデータ格納用のディレクトリを取得 |
---|
19 | static const std::string GetIdeUserAppDir(); |
---|
20 | |
---|
21 | static void Main(HINSTANCE hinst); |
---|
22 | |
---|
23 | |
---|
24 | |
---|
25 | static HWND GetMainFrameWndHandle() |
---|
26 | { |
---|
27 | return mainFrame.m_hWnd; |
---|
28 | } |
---|
29 | }; |
---|
30 | |
---|
31 | |
---|
32 | }} |
---|
Note: See
TracBrowser
for help on using the repository browser.