|
Public 型 |
| enum | {
MENU_FILE_OPEN,
MENU_FILE_BROWSE,
MENU_FILE_SAVE,
MENU_FILE_SAVEAS,
MENU_FILE_PRINT,
MENU_FILE_PRINTAS,
MENU_FILE_QUIT,
MENU_CTRL_START,
MENU_CTRL_PAUSE,
MENU_CTRL_UPDATE,
MENU_CTRL_STOP,
MENU_EDIT_EDIT,
MENU_EDIT_UNDO,
MENU_EDIT_CLEAR,
MENU_EDIT_INITIALIZE,
MENU_EDIT_PREFERENCES,
MENU_VIEW_FULL_SCREEN,
MENU_VIEW_ICONIFY,
MENU_VIEW_COLOR_LIST,
MENU_VIEW_FONT_LIST,
MENU_VIEW_MARKER_LIST,
MENU_VIEW_X3D,
MENU_VIEW_OPEN_GL,
N_MESSAGE_ID
} |
Public メソッド |
| | TRecordDisplay () |
| | TRecordDisplay (const Tstring &filename, TRecordAssociationTable *as=0) |
| | TRecordDisplay (TRecordDisplayPreference *pre, const Tstring &filename, TRecordAssociationTable *as=0) |
| | TRecordDisplay (TRecordDisplayPreference *pre, TRecordAssociationTable *as=0) |
| | ~TRecordDisplay () |
| Tvoid | Open () |
| Tvoid | Browse () |
| Tvoid | Save () |
| Tvoid | SaveAs () |
| Tvoid | Print () |
| Tvoid | PrintAs () |
| Tvoid | Quit () |
| Tvoid | Start () |
| Tvoid | Start (const Tstring &filename) |
| Tvoid | Pause () |
| Tvoid | Update () |
| Tvoid | Stop () |
| Tvoid | Edit () |
| Tvoid | Undo () |
| Tvoid | Clear () |
| Tvoid | Initialize () |
| Tvoid | Preferences () |
| Tvoid | Associate () |
| Tvoid | AutoBuild () |
| Tvoid | Build () |
| TDirectory * | GetDirectory (Tstring *tags) |
| Tstring | GetHistogramName (Tint id) const |
| Tstring | GetCanvasName (Tint id) const |
| Tvoid | BuildMenuBar () |
| Tvoid | BuildTabFrame () |
| TGCompositeFrame * | GetFrame (Tstring *tags) |
| const TRecordDisplayPreference * | GetPreference () const |
| const TRecordAssociationTable * | GetAssociationTable () const |
| Tint | GetNumberOfRecords () const |
| Tbool | IsAutoBuild () const |
| Tbool | ProcessMessage (Tlong msg, Tlong id, Tlong arg) |
| Tbool | IsBuild () const |
| const TRecordDisplay * | GetRecordDisplay () const |
| virtual Tvoid | SetRecordDisplay (TRecordDisplay *evd) |
| const TGCompositeFrame * | GetParentFrame () const |
| virtual Tvoid | SetParentFrame (TGCompositeFrame *frame) |
Static Public メソッド |
| TApplication * | GetApplication () |
Protected 変数 |
| TRecordDisplay * | theRecordDisplay |
| TGCompositeFrame * | theParentFrame |
| Tbool | theFinishBuild |