#include <ssMultibeamAlertWindow.h>
Inheritance diagram for ssMultibeamAlertWindow:
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the relevent contents of this object. | |
vtkTypeMacro (ssMultibeamAlertWindow, vtkOutputWindow) | |
void | DisplayText (const char *t) |
Display a message. | |
void | SetWindowCollection (vtkKWWindowCollection *windows) |
Static Public Member Functions | |
static ssMultibeamAlertWindow * | New () |
Instantiate a new object of this type. | |
Protected Member Functions | |
ssMultibeamAlertWindow () | |
Ctor. | |
virtual | ~ssMultibeamAlertWindow () |
Dtor. | |
Protected Attributes | |
vtkKWWindowCollection * | Windows |
Definition at line 14 of file ssMultibeamAlertWindow.h.
ssMultibeamAlertWindow::ssMultibeamAlertWindow | ( | ) | [protected] |
Ctor.
virtual ssMultibeamAlertWindow::~ssMultibeamAlertWindow | ( | ) | [protected, virtual] |
Dtor.
static ssMultibeamAlertWindow* ssMultibeamAlertWindow::New | ( | ) | [static] |
Instantiate a new object of this type.
This is the only method that objects of this type may be created.
Reimplemented from vtkOutputWindow.
void ssMultibeamAlertWindow::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the relevent contents of this object.
os | The stream to which the output is directed. | |
indent | The indentation level. |
Reimplemented from vtkOutputWindow.
ssMultibeamAlertWindow::vtkTypeMacro | ( | ssMultibeamAlertWindow | , | |
vtkOutputWindow | ||||
) |
void ssMultibeamAlertWindow::DisplayText | ( | const char * | t | ) | [virtual] |
void ssMultibeamAlertWindow::SetWindowCollection | ( | vtkKWWindowCollection * | windows | ) |
vtkKWWindowCollection* ssMultibeamAlertWindow::Windows [protected] |
Definition at line 58 of file ssMultibeamAlertWindow.h.