| 14.1.1. TMainF クラス説明 |
| クラス名 | TMainF |
|---|---|
| 定義ファイル名 | main.h |
| 定義行 | 40 |
| 概要 | メインフォームクラス |
| 機能説明 | プログラムのメイン。ソースファイル名の所得やメッセージの表示、各パスの呼び 出しを行う。 |
| 備考 |
階層ツリー図
+-----------------+
| System::TObject |
+-+---------------+
| +-----------------------+
+---+ +Classes::TPersistent |
+-+---------------------+
| +-----------------------+
+---+ +Classes::TComponent |
+-+---------------------+
| +---------------------+
+---+ +Controls::TControl |
+-+-------------------+
| +-------------------------+
+---+ +Controls::TWinControl |
+-+-----------------------+
| +-------------------------------+
+---+ +Forms::TScrollingWinControl |
+-+-----------------------------+
| +---------------------+
+---+ +Forms::TCustomForm |
+-+-------------------+
| +---------------+
+---+ +Forms::TForm |
+-+-------------+
| +---------+
+---+ +TMainF |
+---------+
| アクセス指定子 | 宣言形式 | 定義ファイル名 | 定義行 | |
|---|---|---|---|---|
| 1 | published | TMemo * Memo1 | main.h | 43 |
| 2 | published | void FormCreate ( TObject * Sender ) | main.cpp | 71 |
| 3 | published | void FormActivate ( TObject * Sender ) | main.cpp | 299 |
| 4 | published | void FormDestroy ( TObject * Sender ) | main.cpp | 172 |
| 5 | published | void FormCloseQuery ( TObject * Sender , bool & CanClose ) | main.cpp | 409 |
| 6 | private | FILE * LogFp | main.h | 49 |
| 7 | public | bool ErrF | main.h | 51 |
| 8 | public | bool CloseReqF | main.h | 52 |
| 9 | public | bool EndF | main.h | 53 |
| 10 | public | bool VisualF | main.h | 54 |
| 11 | public | bool DebugF | main.h | 56 |
| 12 | public | bool NoMPIF | main.h | 58 |
| 13 | public | AnsiString TimeFunc | main.h | 59 |
| 14 | public | AnsiString my_timer_start | main.h | 61 |
| 15 | public | AnsiString my_timer_stop | main.h | 62 |
| 16 | public | bool EECntlF | main.h | 64 |
| 17 | public | AnsiString SrcFileName | main.h | 66 |
| 18 | public | TList * TokenList | main.h | 67 |
| 19 | public | TList * ValDataList | main.h | 68 |
| 20 | public | TList * TuneRegionList | main.h | 69 |
| 21 | public | int CharMaxLen | main.h | 71 |
| 22 | public | void print ( AnsiString s ) | main.cpp | 217 |
| 23 | public | void printNoLog ( AnsiString s ) | main.cpp | 244 |
| 24 | public | void err ( AnsiString s ) | main.cpp | 271 |
| 25 | public | TMainF ( TComponent * Owner ) | main.cpp | 44 |