 class  EditWindow : public MainWindow
  class  EditWindow : public MainWindow (abstract) main window class common to all editors.
|  enum | ScreenType most common screen sizes. | 
|   | EditWindow (const char *name) | 
|  virtual | ~EditWindow () | 
|  const  char* | GetClassName () | 
|  void | Manage () | 
|  void | SetStatus (const char *message) set text field of status area to message | 
|  void | SetStatus (const string *message) | 
|  void | SetDocumentName (const char *s) set text field of document name to s | 
|  void | SetDocumentName (const string *s) | 
|  void | SetDocumentType (const char *s) set text field of document type to s | 
|  void | SetDocumentType (const string *s) | 
|  void | SetDocumentLevel (const char *s) | 
|  void | SetDocumentLevel (const string *s) | 
|  void | SetDirName (const char *s) set text field of directory name to s | 
|  void | SetDirName (const string *s) | 
|  void | SetModified (bool set) set/reset modified toggle | 
|  virtual  void | SetUndoName (const char *s) sets name of edit undo menu item. | 
|  virtual  void | SetRedoName (const char *s) sets name of edit redo menu item. | 
|  virtual  void | EnableUndo (bool flag) enables edit undo menu item. | 
|  virtual  void | EnableRedo (bool flag) enables edit redo menu item. | 
|  virtual  void | EnableDocumentSource (bool) enable show document source menu item. | 
|  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) set toggles in submenu of page menu. | 
|  void | SetPageMenuItem (const char *text, bool b) set toggle in page menu. | 
|  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 | 
|  MenuItem* | pageOrientationItems | 
|  MenuItem* | pageSizeItems | 
|  MenuItem* | pageItems | 
|  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) parse user options. | 
|  Widget | CreateWorkArea (Widget parent, int argc, char **argv) create the work area of a document window widget (a frame). | 
|  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 () | 
|  virtual  void | WriteUsage (const char *s) | 
 virtual  void  Initialize(int argc, char** argv, Config *config)
 virtual  void  Initialize(int argc, char** argv, Config *config)
 virtual  void  Unmanage()
 virtual  void  Unmanage()
 virtual  void  Iconify()
 virtual  void  Iconify()
 void  ManageUnmapped()
 void  ManageUnmapped()
 void  Close()
 void  Close()
 void  SetTitle(const char *title)
 void  SetTitle(const char *title)
 void  SetTitle(const string *title)
 void  SetTitle(const string *title)
 void  SetIconName(const char *name)
 void  SetIconName(const char *name)
 void  SetIconPixmap(Pixmap px)
 void  SetIconPixmap(Pixmap px)
 void  SetCursor(int cursorNum)
 void  SetCursor(int cursorNum)
 void  SetSizeCursor(int cursorNum)
 void  SetSizeCursor(int cursorNum)
 virtual  int  GetTool()
 virtual  int  GetTool()
 PrinterOptions*  GetPrinterOptions()
 PrinterOptions*  GetPrinterOptions()
 virtual  void  CreateComponents(Widget window)
 virtual  void  CreateComponents(Widget window)
 MouseCursor*  GetCursor()
 MouseCursor*  GetCursor()
 Config*  GetConfig()
 Config*  GetConfig()
 bool  IsRealized()
 bool  IsRealized()
 void  SetColormap(Colormap cmap)
 void  SetColormap(Colormap cmap)
 void  SetDestroyCallback(XtCallbackProc fun, XtPointer clientData)
 void  SetDestroyCallback(XtCallbackProc fun, XtPointer clientData)
 void  AddLiteClue(Widget w, const char *text)
 void  AddLiteClue(Widget w, const char *text)
 Widget  GetLiteClue()
 Widget  GetLiteClue()
 void  CreateLiteClue()
 void  CreateLiteClue()
 void  InstallDestroyHandler()
 void  InstallDestroyHandler()
 bool  IsManaged()
 bool  IsManaged()
 Widget  GetWidget()
 Widget  GetWidget()
 Display*  GetDisplay()
 Display*  GetDisplay()
 Window  GetWindow()
 Window  GetWindow()
 void  SetWidget(Widget w)
 void  SetWidget(Widget w)
 const  string*  GetName() const
 const  string*  GetName() const 
 void  SetName(const string *s)
 void  SetName(const string *s)
 void  SetName(const char *s)
 void  SetName(const char *s)
(abstract) main window class common to all editors.
 EditWindow(const char *name)
  EditWindow(const char *name)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 virtual  ~EditWindow()
 virtual  ~EditWindow()
 const  char*  GetClassName()
 const  char*  GetClassName()
 void  Manage()
 void  Manage()
 enum  ScreenType
  enum  ScreenType
 void  SetStatus(const char *message)
 void  SetStatus(const char *message)
 void  SetStatus(const string *message)
 void  SetStatus(const string *message)
 void  SetDocumentName(const char *s)
 void  SetDocumentName(const char *s)
 void  SetDocumentName(const string *s)
 void  SetDocumentName(const string *s)
 void  SetDocumentType(const char *s)
 void  SetDocumentType(const char *s)
 void  SetDocumentType(const string *s)
 void  SetDocumentType(const string *s)
 void  SetDocumentLevel(const char *s)
 void  SetDocumentLevel(const char *s)
 void  SetDocumentLevel(const string *s)
 void  SetDocumentLevel(const string *s)
 void  SetDirName(const char *s)
 void  SetDirName(const char *s)
 void  SetDirName(const string *s)
 void  SetDirName(const string *s)
 void  SetModified(bool set)
 void  SetModified(bool set)
 virtual  void  SetUndoName(const char *s)
 virtual  void  SetUndoName(const char *s)
 virtual  void  SetRedoName(const char *s)
 virtual  void  SetRedoName(const char *s)
 virtual  void  EnableUndo(bool flag)
 virtual  void  EnableUndo(bool flag)
 virtual  void  EnableRedo(bool flag)
 virtual  void  EnableRedo(bool flag)
 virtual  void  EnableDocumentSource(bool)
 virtual  void  EnableDocumentSource(bool)
 bool  IsDoMap()
 bool  IsDoMap()
 Menu*  GetFileMenu()
 Menu*  GetFileMenu()
 Menu*  GetEditMenu()
 Menu*  GetEditMenu()
 Menu*  GetPrintMenu()
 Menu*  GetPrintMenu()
 Menu*  GetHelpMenu()
 Menu*  GetHelpMenu()
 Menu*  GetViewMenu()
 Menu*  GetViewMenu()
 Menu*  GetSearchMenu()
 Menu*  GetSearchMenu()
 Menu*  GetPropertiesMenu()
 Menu*  GetPropertiesMenu()
 MenuItem*  GetPopupEditItems()
 MenuItem*  GetPopupEditItems()
 void  SetPageSubMenuItem(const char *text, int n)
 void  SetPageSubMenuItem(const char *text, int n)
 void  SetPageMenuItem(const char *text, bool b)
 void  SetPageMenuItem(const char *text, bool b)
 Document*  GetDocument()
 Document*  GetDocument()
 void  SetDocument(Document *d)
 void  SetDocument(Document *d)
 Printer*  GetPrinter()
 Printer*  GetPrinter()
 Helper*  GetHelper()
 Helper*  GetHelper()
 int  GetArgsLeft()
 int  GetArgsLeft()
 void  SetArgsLeft(int n)
 void  SetArgsLeft(int n)
 ScreenType  GetScreenType()
 ScreenType  GetScreenType()
 bool  IsDoLoad()
 bool  IsDoLoad()
 void  SetDoLoad(bool b)
 void  SetDoLoad(bool b)
 void  SetLoadFile(const char *s)
 void  SetLoadFile(const char *s)
 Widget  GetMenuBar()
 Widget  GetMenuBar()
 void  SetMenuBar(Widget w)
 void  SetMenuBar(Widget w)
 Widget  GetDocumentArea()
 Widget  GetDocumentArea()
 void  SetDocumentArea(Widget w)
 void  SetDocumentArea(Widget w)
 Widget  GetStatusArea()
 Widget  GetStatusArea()
 void  SetStatusArea(Widget w)
 void  SetStatusArea(Widget w)
 Widget  GetControlArea()
 Widget  GetControlArea()
 void  SetControlArea(Widget w)
 void  SetControlArea(Widget w)
 Widget  GetLogo()
 Widget  GetLogo()
 void  SetLogo(Widget w)
 void  SetLogo(Widget w)
 Widget  GetDirName()
 Widget  GetDirName()
 void  SetDirName(Widget w)
 void  SetDirName(Widget w)
 void  ParseUserOptions(int argc, char **argv)
 void  ParseUserOptions(int argc, char **argv)
 Widget  CreateWorkArea(Widget parent, int argc, char **argv)
 Widget  CreateWorkArea(Widget parent, int argc, char **argv)
 virtual  Widget  CreateMenuBar(Widget parent)
 virtual  Widget  CreateMenuBar(Widget parent)
 virtual  Widget  CreateLogo(Widget parent)
 virtual  Widget  CreateLogo(Widget parent)
 virtual  Widget  CreateDocumentArea(Widget parent)
 virtual  Widget  CreateDocumentArea(Widget parent)
 virtual  Widget  CreateStatusArea(Widget parent)
 virtual  Widget  CreateStatusArea(Widget parent)
 virtual  Widget  CreateControlArea(Widget parent)
 virtual  Widget  CreateControlArea(Widget parent)
 Widget  CreateToggle(Widget parent, const char *label, bool Init, XtCallbackProc fun, XtPointer clientData)
 Widget  CreateToggle(Widget parent, const char *label, bool Init, XtCallbackProc fun, XtPointer clientData)
 void  Finalize()
 void  Finalize()
 virtual  void  InitMenuItems()
 virtual  void  InitMenuItems()
 Menu*  fileMenu
 Menu*  fileMenu
 Menu*  editMenu
 Menu*  editMenu
 Menu*  printMenu
 Menu*  printMenu
 Menu*  pageMenu
 Menu*  pageMenu
 Menu*  viewMenu
 Menu*  viewMenu
 Menu*  propertiesMenu
 Menu*  propertiesMenu
 Menu*  helpMenu
 Menu*  helpMenu
 Menu*  searchMenu
 Menu*  searchMenu
 MenuItem*  popupEditItems
 MenuItem*  popupEditItems
 MenuItem*  fileItems
 MenuItem*  fileItems
 MenuItem*  editItems
 MenuItem*  editItems
 MenuItem*  viewItems
 MenuItem*  viewItems
 MenuItem*  bannerPageItems
 MenuItem*  bannerPageItems
 MenuItem*  printItems
 MenuItem*  printItems
 MenuItem*  searchItems
 MenuItem*  searchItems
 MenuItem*  propertiesItems
 MenuItem*  propertiesItems
 MenuItem*  printerOptionsItems
 MenuItem*  printerOptionsItems
 MenuItem*  helpItems
 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