#include <VkwindowMainWindow.h>
Public Member Functions | |
| const char * | className () |
| virtual Boolean | okToQuit () |
| class SoXtExaminerViewer * | viewer () |
| VkwindowMainWindow (const char *name, ArgList args=NULL, Cardinal argCount=0) | |
| ~VkwindowMainWindow () | |
Protected Member Functions | |
| virtual void | openFile (Widget, XtPointer) |
| virtual void | quit (Widget, XtPointer) |
Protected Attributes | |
| VkMenuItem * | _exitButton |
| VkSubMenu * | _filePane |
| class Hpaned * | _hpaned |
| VkMenuItem * | _openButton |
| VkMenuItem * | _separator1 |
Static Private Member Functions | |
| static void | openFileCallback (Widget, XtPointer, XtPointer) |
| static void | quitCallback (Widget, XtPointer, XtPointer) |
Static Private Attributes | |
| static String | _defaultVkwindowMainWindowResources [] |
Definition at line 36 of file VkwindowMainWindow.h.
| VkwindowMainWindow::VkwindowMainWindow | ( | const char * | name, |
| ArgList | args = NULL, |
||
| Cardinal | argCount = 0 |
||
| ) |
| const char* VkwindowMainWindow::className | ( | ) |
| virtual Boolean VkwindowMainWindow::okToQuit | ( | ) | [virtual] |
| virtual void VkwindowMainWindow::openFile | ( | Widget | , |
| XtPointer | |||
| ) | [protected, virtual] |
| static void VkwindowMainWindow::openFileCallback | ( | Widget | , |
| XtPointer | , | ||
| XtPointer | |||
| ) | [static, private] |
| virtual void VkwindowMainWindow::quit | ( | Widget | , |
| XtPointer | |||
| ) | [protected, virtual] |
| static void VkwindowMainWindow::quitCallback | ( | Widget | , |
| XtPointer | , | ||
| XtPointer | |||
| ) | [static, private] |
| class SoXtExaminerViewer* VkwindowMainWindow::viewer | ( | ) |
String VkwindowMainWindow::_defaultVkwindowMainWindowResources[] [static, private] |
Definition at line 92 of file VkwindowMainWindow.h.
VkMenuItem* VkwindowMainWindow::_exitButton [protected] |
Definition at line 70 of file VkwindowMainWindow.h.
VkSubMenu* VkwindowMainWindow::_filePane [protected] |
Definition at line 67 of file VkwindowMainWindow.h.
class Hpaned* VkwindowMainWindow::_hpaned [protected] |
Definition at line 60 of file VkwindowMainWindow.h.
VkMenuItem* VkwindowMainWindow::_openButton [protected] |
Definition at line 68 of file VkwindowMainWindow.h.
VkMenuItem* VkwindowMainWindow::_separator1 [protected] |
Definition at line 69 of file VkwindowMainWindow.h.