#include <UIComponent.h>
Inheritance diagram for UIComponent:
Public Member Functions | |
virtual | ~UIComponent () |
virtual void | manage () |
virtual void | unmanage () |
Widget | baseWidget () |
virtual const char * | className () |
Protected Member Functions | |
UIComponent (const char *) | |
void | installDestroyHandler () |
virtual void | widgetDestroyed () |
void | setDefaultResources (const Widget, const String *) |
void | getResources (const XtResourceList, const int) |
void | initAppDefaults (const Widget, const char *, UIAppDefault *) |
void | setAppDefaults (const Widget, UIAppDefault *, const char *inst_name=NULL) |
Protected Attributes | |
char * | _name |
Widget | _w |
Definition at line 55 of file UIComponent.h.
|
Definition at line 70 of file UIComponent.cpp. References _name, _w, and strdup(). Here is the call graph for this function: |
|
Definition at line 120 of file UIComponent.cpp. |
|
Definition at line 106 of file UIComponent.h. References _w. Referenced by aclvis_init(). |
|
Reimplemented in MainWindow, and VTKWindow. Definition at line 91 of file UIComponent.cpp. Referenced by getResources(). |
|
Definition at line 140 of file UIComponent.cpp. References _name, _w, and className(). Here is the call graph for this function: |
|
Definition at line 202 of file UIComponent.cpp. References _UIAppDefault::cInstName, strdup(), _UIAppDefault::value, _UIAppDefault::wName, and _UIAppDefault::wRsc. Referenced by MainWindow::create(). Here is the call graph for this function: |
|
Definition at line 96 of file UIComponent.cpp. References _w. Referenced by MainWindow::create(). |
|
Definition at line 105 of file UIComponent.cpp. References _w. Referenced by aclvis_init(). |
|
Definition at line 264 of file UIComponent.cpp. References _name, _UIAppDefault::cInstName, FALSE, _UIAppDefault::value, _UIAppDefault::wName, and _UIAppDefault::wRsc. Referenced by MainWindow::create(). |
|
Definition at line 161 of file UIComponent.cpp. Referenced by MainWindow::create(). |
|
Definition at line 113 of file UIComponent.cpp. References _w. |
|
Definition at line 86 of file UIComponent.cpp. References _w. |
|
Definition at line 67 of file UIComponent.h. Referenced by MainWindow::create(), getResources(), setAppDefaults(), setDefaultResources(), UIComponent(), and ~UIComponent(). |
|
Definition at line 68 of file UIComponent.h. Referenced by baseWidget(), MainWindow::create(), getResources(), installDestroyHandler(), manage(), UIComponent(), unmanage(), widgetDestroyed(), and ~UIComponent(). |