#include <ssMultibeamLWNotebook.h>
Inheritance diagram for ssMultibeamLWNotebook:
Public Member Functions | |
vtkTypeMacro (ssMultibeamLWNotebook, vtkObject) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the state of this object. | |
void | Create (ssMultibeamLWApplication *app) |
Initialize this widget. | |
void | SetWidgetName (const char *name) |
Specify this widget's name in the Tcl context. | |
Static Public Member Functions | |
static ssMultibeamLWNotebook * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssMultibeamLWNotebook () | |
~ssMultibeamLWNotebook () |
Definition at line 15 of file ssMultibeamLWNotebook.h.
ssMultibeamLWNotebook::ssMultibeamLWNotebook | ( | ) | [protected] |
ssMultibeamLWNotebook::~ssMultibeamLWNotebook | ( | ) | [protected] |
static ssMultibeamLWNotebook* ssMultibeamLWNotebook::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkKWNotebook.
ssMultibeamLWNotebook::vtkTypeMacro | ( | ssMultibeamLWNotebook | , | |
vtkObject | ||||
) |
void ssMultibeamLWNotebook::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the state of this object.
os | The output stream. | |
indent | The indentation level. Used for formating output. |
Reimplemented from vtkKWNotebook.
void ssMultibeamLWNotebook::Create | ( | ssMultibeamLWApplication * | app | ) |
Initialize this widget.
app | The controling application. |
void ssMultibeamLWNotebook::SetWidgetName | ( | const char * | name | ) | [virtual] |
Specify this widget's name in the Tcl context.
name | The name of this widget. |
Reimplemented from vtkKWWidget.