Ignore:
Timestamp:
Mar 31, 2008, 10:24:38 AM (16 years ago)
Author:
dai_9181
Message:

show_dlgコマンドライン引数を実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Program.h

    r467 r471  
    99
    1010    bool isKickedFromEditor;
     11    bool isShowDlg;
    1112    bool isDebugRun;
    1213    bool isAttach;
     
    2021    Program()
    2122        : isKickedFromEditor( false )
     23        , isShowDlg( false )
    2224        , isDebugRun( false )
    2325        , isAttach( false )
     
    4951    {
    5052        return isKickedFromEditor;
     53    }
     54
     55    bool IsShowDlg() const
     56    {
     57        return isShowDlg;
    5158    }
    5259
Note: See TracChangeset for help on using the changeset viewer.