Versioning class for KWWidgets. More...
#include <vtkKWWidgetsVersion.h>


Public Types | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| static vtkKWWidgetsVersion * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWWidgetsVersion * | SafeDownCast (vtkObject *o) |
| static int | GetKWWidgetsMajorVersion () |
| static int | GetKWWidgetsMinorVersion () |
| static int | GetKWWidgetsPatchVersion () |
| static const char * | GetKWWidgetsVersion () |
| static const char * | GetKWWidgetsSourceVersion () |
Protected Member Functions | |
| vtkKWWidgetsVersion () | |
| ~vtkKWWidgetsVersion () | |
Versioning class for KWWidgets.
Holds methods for defining/determining the current KWWidgets version (major, minor, build).
Definition at line 32 of file vtkKWWidgetsVersion.h.
Reimplemented from vtkObject.
Definition at line 37 of file vtkKWWidgetsVersion.h.
| vtkKWWidgetsVersion::vtkKWWidgetsVersion | ( | ) | [inline, protected] |
Definition at line 67 of file vtkKWWidgetsVersion.h.
| vtkKWWidgetsVersion::~vtkKWWidgetsVersion | ( | ) | [inline, protected] |
Definition at line 68 of file vtkKWWidgetsVersion.h.
| static vtkKWWidgetsVersion* vtkKWWidgetsVersion::New | ( | ) | [static] |
Reimplemented from vtkObject.
| virtual const char* vtkKWWidgetsVersion::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkKWWidgetsVersion::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkObject.
| virtual int vtkKWWidgetsVersion::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkObject.
| static vtkKWWidgetsVersion* vtkKWWidgetsVersion::SafeDownCast | ( | vtkObject * | o | ) | [static] |
| void vtkKWWidgetsVersion::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkObject.
| static int vtkKWWidgetsVersion::GetKWWidgetsMajorVersion | ( | ) | [inline, static] |
Return the major, minor and patch version of the KWWidgets library.
Definition at line 42 of file vtkKWWidgetsVersion.h.
| static int vtkKWWidgetsVersion::GetKWWidgetsMinorVersion | ( | ) | [inline, static] |
Return the major, minor and patch version of the KWWidgets library.
Definition at line 44 of file vtkKWWidgetsVersion.h.
| static int vtkKWWidgetsVersion::GetKWWidgetsPatchVersion | ( | ) | [inline, static] |
Return the major, minor and patch version of the KWWidgets library.
Definition at line 46 of file vtkKWWidgetsVersion.h.
| static const char* vtkKWWidgetsVersion::GetKWWidgetsVersion | ( | ) | [inline, static] |
Return the version of the KWWidgets library (as an aggregation of the major, minor and patch version).
Definition at line 53 of file vtkKWWidgetsVersion.h.
| static const char* vtkKWWidgetsVersion::GetKWWidgetsSourceVersion | ( | ) | [inline, static] |
Return a string with an identifier which timestamps a particular source tree.
Definition at line 60 of file vtkKWWidgetsVersion.h.
1.6.1