#include <GitkrLayout.h>
Inheritance diagram for GitkrLayout:
Public Member Functions | |
void | getStyle (SbString &style) |
GitkrLayout (GitkDialogPtr dialog) | |
void | hide () |
void | show () |
Static Public Attributes | |
SoSeparator * | sceneRoot |
the scene root - container for all dialogs and dispatcher for events | |
QbExaminerViewer * | viewer |
viewer for the scene graph | |
QbWidgetController * | widgetController |
the scene root - container for all dialogs and dispatcher for events | |
QWidget * | window |
Qt window container object for the viewer. | |
Private Member Functions | |
void | addRadioGroup (xmlNodePtr node, QbBox *box) |
void | build () |
void | build_recursive (QbBox *parentBox, xmlNodePtr cur, bool box_vert) |
Private Attributes | |
QbBox * | controlBox |
dialog ctrl widgets (such as okay, cancel) | |
SoNode * | decoration |
GitkDialogPtr | dialog |
QbBox * | dialogBox |
contains mainBox and controlBox | |
GitkrWidgetList | gitkrWidgets |
QbBox * | mainBox |
dialog main widgets | |
QbLabel * | titleLabel |
Static Private Attributes | |
const char * | DEFAULT_DECORATION [] |
Definition at line 12 of file GitkrLayout.h.
|
dialog ctrl widgets (such as okay, cancel)
Definition at line 32 of file GitkrLayout.h. |
|
contains mainBox and controlBox
Definition at line 29 of file GitkrLayout.h. |
|
dialog main widgets
Definition at line 31 of file GitkrLayout.h. |
|
the scene root - container for all dialogs and dispatcher for events
Definition at line 22 of file GitkrLayout.h. |
|
viewer for the scene graph
Definition at line 21 of file GitkrLayout.h. |
|
the scene root - container for all dialogs and dispatcher for events
Definition at line 23 of file GitkrLayout.h. |
|
Qt window container object for the viewer.
Definition at line 20 of file GitkrLayout.h. |