(abstract) main window class common to all editors.
![]() | ScreenType most common screen sizes. |
![]() | EditWindow (const char *name) |
![]() | ~EditWindow () |
![]() | GetClassName () |
![]() | Manage () |
![]() | SetStatus (const char *message) set text field of status area to message |
![]() | SetStatus (const string *message) |
![]() | SetDocumentName (const char *s) set text field of document name to s |
![]() | SetDocumentName (const string *s) |
![]() | SetDocumentType (const char *s) set text field of document type to s |
![]() | SetDocumentType (const string *s) |
![]() | SetDocumentLevel (const char *s) |
![]() | SetDocumentLevel (const string *s) |
![]() | SetDirName (const char *s) set text field of directory name to s |
![]() | SetDirName (const string *s) |
![]() | SetModified (bool set) set/reset modified toggle |
![]() | SetUndoName (const char *s) sets name of edit undo menu item. |
![]() | SetRedoName (const char *s) sets name of edit redo menu item. |
![]() | EnableUndo (bool flag) enables edit undo menu item. |
![]() | EnableRedo (bool flag) enables edit redo menu item. |
![]() | EnableDocumentSource (bool) enable show document source menu item. |
![]() | IsDoMap () |
![]() | GetFileMenu () |
![]() | GetEditMenu () |
![]() | GetPrintMenu () |
![]() | GetHelpMenu () |
![]() | GetViewMenu () |
![]() | GetSearchMenu () |
![]() | GetPropertiesMenu () |
![]() | GetPopupEditItems () |
![]() | SetPageSubMenuItem (const char *text, int n) set toggles in submenu of page menu. |
![]() | SetPageMenuItem (const char *text, bool b) set toggle in page menu. |
![]() | fileMenu |
![]() | editMenu |
![]() | printMenu |
![]() | pageMenu |
![]() | viewMenu |
![]() | propertiesMenu |
![]() | helpMenu |
![]() | searchMenu |
![]() | popupEditItems |
![]() | fileItems |
![]() | editItems |
![]() | viewItems |
![]() | bannerPageItems |
![]() | printItems |
![]() | searchItems |
![]() | propertiesItems |
![]() | printerOptionsItems |
![]() | helpItems |
![]() | pageOrientationItems |
![]() | pageSizeItems |
![]() | pageItems |
![]() | GetDocument () |
![]() | SetDocument (Document *d) |
![]() | GetPrinter () |
![]() | GetHelper () |
![]() | GetArgsLeft () |
![]() | SetArgsLeft (int n) |
![]() | GetScreenType () |
![]() | IsDoLoad () |
![]() | SetDoLoad (bool b) |
![]() | SetLoadFile (const char *s) |
![]() | GetMenuBar () |
![]() | SetMenuBar (Widget w) |
![]() | GetDocumentArea () |
![]() | SetDocumentArea (Widget w) |
![]() | GetStatusArea () |
![]() | SetStatusArea (Widget w) |
![]() | GetControlArea () |
![]() | SetControlArea (Widget w) |
![]() | GetLogo () |
![]() | SetLogo (Widget w) |
![]() | GetDirName () |
![]() | SetDirName (Widget w) |
![]() | ParseUserOptions (int argc, char **argv) parse user options. |
![]() | CreateWorkArea (Widget parent, int argc, char **argv) create the work area of a document window widget (a frame). |
![]() | CreateMenuBar (Widget parent) |
![]() | CreateLogo (Widget parent) |
![]() | CreateDocumentArea (Widget parent) |
![]() | CreateStatusArea (Widget parent) |
![]() | CreateControlArea (Widget parent) |
![]() | CreateToggle (Widget parent, const char *label, bool Init, XtCallbackProc fun, XtPointer clientData) |
![]() | Finalize () |
![]() | InitMenuItems () |
![]() | WriteUsage (const char *s) |
(abstract) main window class common to all editors.
virtual ~EditWindow()
const char* GetClassName()
void Manage()
enum ScreenType
void SetStatus(const char *message)
void SetStatus(const string *message)
void SetDocumentName(const char *s)
void SetDocumentName(const string *s)
void SetDocumentType(const char *s)
void SetDocumentType(const string *s)
void SetDocumentLevel(const char *s)
void SetDocumentLevel(const string *s)
void SetDirName(const char *s)
void SetDirName(const string *s)
void SetModified(bool set)
virtual void SetUndoName(const char *s)
virtual void SetRedoName(const char *s)
virtual void EnableUndo(bool flag)
virtual void EnableRedo(bool flag)
virtual void EnableDocumentSource(bool)
bool IsDoMap()
Menu* GetFileMenu()
Menu* GetEditMenu()
Menu* GetPrintMenu()
Menu* GetHelpMenu()
Menu* GetViewMenu()
Menu* GetSearchMenu()
Menu* GetPropertiesMenu()
MenuItem* GetPopupEditItems()
void SetPageSubMenuItem(const char *text, int n)
void SetPageMenuItem(const char *text, bool b)
Document* GetDocument()
void SetDocument(Document *d)
Printer* GetPrinter()
Helper* GetHelper()
int GetArgsLeft()
void SetArgsLeft(int n)
ScreenType GetScreenType()
bool IsDoLoad()
void SetDoLoad(bool b)
void SetLoadFile(const char *s)
Widget GetMenuBar()
void SetMenuBar(Widget w)
Widget GetDocumentArea()
void SetDocumentArea(Widget w)
Widget GetStatusArea()
void SetStatusArea(Widget w)
Widget GetControlArea()
void SetControlArea(Widget w)
Widget GetLogo()
void SetLogo(Widget w)
Widget GetDirName()
void SetDirName(Widget w)
void ParseUserOptions(int argc, char **argv)
Widget CreateWorkArea(Widget parent, int argc, char **argv)
virtual Widget CreateMenuBar(Widget parent)
virtual Widget CreateLogo(Widget parent)
virtual Widget CreateDocumentArea(Widget parent)
virtual Widget CreateStatusArea(Widget parent)
virtual Widget CreateControlArea(Widget parent)
Widget CreateToggle(Widget parent, const char *label, bool Init, XtCallbackProc fun, XtPointer clientData)
void Finalize()
virtual void InitMenuItems()
Menu* fileMenu
Menu* editMenu
Menu* printMenu
Menu* pageMenu
Menu* viewMenu
Menu* propertiesMenu
Menu* helpMenu
Menu* searchMenu
MenuItem* popupEditItems
MenuItem* fileItems
MenuItem* editItems
MenuItem* viewItems
MenuItem* bannerPageItems
MenuItem* printItems
MenuItem* searchItems
MenuItem* propertiesItems
MenuItem* printerOptionsItems
MenuItem* helpItems
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de