KWWidgets
|
#include <vtkKWWindowLevelPresetSelector.h>
Public Types | |
typedef vtkKWPresetSelector | Superclass |
typedef vtkKWPresetSelector | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double | GetPresetWindow (int id) |
virtual int | SetPresetWindow (int id, double window) |
virtual double | GetPresetLevel (int id) |
virtual int | SetPresetLevel (int id, double level) |
virtual int | SetPresetType (int id, const char *type) |
virtual const char * | GetPresetType (int id) |
virtual void | SetTypeColumnVisibility (int) |
virtual int | GetTypeColumnVisibility () |
virtual void | TypeColumnVisibilityOn () |
virtual void | TypeColumnVisibilityOff () |
virtual int | HasPresetWithGroupWithWindowLevel (const char *group, double window, double level) |
virtual void | SetPresetTypeSlotName (const char *) |
virtual const char * | GetPresetTypeSlotName () |
virtual const char * | PresetCellEditEndCallback (int row, int col, const char *text) |
virtual void | PresetCellUpdatedCallback (int row, int col, const char *text) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double | GetPresetWindow (int id) |
virtual int | SetPresetWindow (int id, double window) |
virtual double | GetPresetLevel (int id) |
virtual int | SetPresetLevel (int id, double level) |
virtual int | SetPresetType (int id, const char *type) |
virtual const char * | GetPresetType (int id) |
virtual void | SetTypeColumnVisibility (int) |
virtual int | GetTypeColumnVisibility () |
virtual void | TypeColumnVisibilityOn () |
virtual void | TypeColumnVisibilityOff () |
virtual int | HasPresetWithGroupWithWindowLevel (const char *group, double window, double level) |
virtual void | SetPresetTypeSlotName (const char *) |
virtual const char * | GetPresetTypeSlotName () |
virtual const char * | PresetCellEditEndCallback (int row, int col, const char *text) |
virtual void | PresetCellUpdatedCallback (int row, int col, const char *text) |
Static Public Member Functions | |
static vtkKWWindowLevelPresetSelector * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWWindowLevelPresetSelector * | SafeDownCast (vtkObject *o) |
static vtkKWWindowLevelPresetSelector * | New () |
static int | IsTypeOf (const char *type) |
static vtkKWWindowLevelPresetSelector * | SafeDownCast (vtkObject *o) |
Static Public Attributes | |
static const char * | WindowColumnName |
static const char * | LevelColumnName |
static const char * | TypeColumnName |
Protected Member Functions | |
vtkKWWindowLevelPresetSelector () | |
~vtkKWWindowLevelPresetSelector () | |
virtual void | CreateColumns () |
virtual int | UpdatePresetRow (int id) |
virtual int | GetWindowColumnIndex () |
virtual int | GetLevelColumnIndex () |
virtual int | GetTypeColumnIndex () |
vtkKWWindowLevelPresetSelector () | |
~vtkKWWindowLevelPresetSelector () | |
virtual void | CreateColumns () |
virtual int | UpdatePresetRow (int id) |
virtual int | GetWindowColumnIndex () |
virtual int | GetLevelColumnIndex () |
virtual int | GetTypeColumnIndex () |
Protected Attributes | |
vtkKWWindowLevelPresetSelectorInternals * | Internals |
Definition at line 42 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.
Reimplemented from vtkKWPresetSelector.
Definition at line 46 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.
Reimplemented from vtkKWPresetSelector.
Definition at line 46 of file vtkKWWindowLevelPresetSelector.h.
vtkKWWindowLevelPresetSelector::vtkKWWindowLevelPresetSelector | ( | ) | [protected] |
vtkKWWindowLevelPresetSelector::~vtkKWWindowLevelPresetSelector | ( | ) | [protected] |
vtkKWWindowLevelPresetSelector::vtkKWWindowLevelPresetSelector | ( | ) | [protected] |
vtkKWWindowLevelPresetSelector::~vtkKWWindowLevelPresetSelector | ( | ) | [protected] |
static vtkKWWindowLevelPresetSelector* vtkKWWindowLevelPresetSelector::New | ( | ) | [static] |
Reimplemented from vtkKWPresetSelector.
virtual const char* vtkKWWindowLevelPresetSelector::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
static int vtkKWWindowLevelPresetSelector::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
static vtkKWWindowLevelPresetSelector* vtkKWWindowLevelPresetSelector::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPresetSelector.
void vtkKWWindowLevelPresetSelector::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWPresetSelector.
virtual double vtkKWWindowLevelPresetSelector::GetPresetWindow | ( | int | id | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetWindow | ( | int | id, |
double | window | ||
) | [virtual] |
virtual double vtkKWWindowLevelPresetSelector::GetPresetLevel | ( | int | id | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetLevel | ( | int | id, |
double | level | ||
) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetType | ( | int | id, |
const char * | type | ||
) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::GetPresetType | ( | int | id | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::SetTypeColumnVisibility | ( | int | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetTypeColumnVisibility | ( | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::TypeColumnVisibilityOn | ( | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::TypeColumnVisibilityOff | ( | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::HasPresetWithGroupWithWindowLevel | ( | const char * | group, |
double | window, | ||
double | level | ||
) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::SetPresetTypeSlotName | ( | const char * | ) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::GetPresetTypeSlotName | ( | ) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::PresetCellEditEndCallback | ( | int | row, |
int | col, | ||
const char * | text | ||
) | [virtual] |
Reimplemented from vtkKWPresetSelector.
virtual void vtkKWWindowLevelPresetSelector::PresetCellUpdatedCallback | ( | int | row, |
int | col, | ||
const char * | text | ||
) | [virtual] |
Reimplemented from vtkKWPresetSelector.
virtual void vtkKWWindowLevelPresetSelector::CreateColumns | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::UpdatePresetRow | ( | int | id | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::GetWindowColumnIndex | ( | ) | [protected, virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetLevelColumnIndex | ( | ) | [protected, virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetTypeColumnIndex | ( | ) | [protected, virtual] |
static vtkKWWindowLevelPresetSelector* vtkKWWindowLevelPresetSelector::New | ( | ) | [static] |
Reimplemented from vtkKWPresetSelector.
virtual const char* vtkKWWindowLevelPresetSelector::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
static int vtkKWWindowLevelPresetSelector::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWPresetSelector.
static vtkKWWindowLevelPresetSelector* vtkKWWindowLevelPresetSelector::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWPresetSelector.
void vtkKWWindowLevelPresetSelector::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
Reimplemented from vtkKWPresetSelector.
virtual double vtkKWWindowLevelPresetSelector::GetPresetWindow | ( | int | id | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetWindow | ( | int | id, |
double | window | ||
) | [virtual] |
virtual double vtkKWWindowLevelPresetSelector::GetPresetLevel | ( | int | id | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetLevel | ( | int | id, |
double | level | ||
) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::SetPresetType | ( | int | id, |
const char * | type | ||
) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::GetPresetType | ( | int | id | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::SetTypeColumnVisibility | ( | int | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetTypeColumnVisibility | ( | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::TypeColumnVisibilityOn | ( | ) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::TypeColumnVisibilityOff | ( | ) | [virtual] |
virtual int vtkKWWindowLevelPresetSelector::HasPresetWithGroupWithWindowLevel | ( | const char * | group, |
double | window, | ||
double | level | ||
) | [virtual] |
virtual void vtkKWWindowLevelPresetSelector::SetPresetTypeSlotName | ( | const char * | ) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::GetPresetTypeSlotName | ( | ) | [virtual] |
virtual const char* vtkKWWindowLevelPresetSelector::PresetCellEditEndCallback | ( | int | row, |
int | col, | ||
const char * | text | ||
) | [virtual] |
Reimplemented from vtkKWPresetSelector.
virtual void vtkKWWindowLevelPresetSelector::PresetCellUpdatedCallback | ( | int | row, |
int | col, | ||
const char * | text | ||
) | [virtual] |
Reimplemented from vtkKWPresetSelector.
virtual void vtkKWWindowLevelPresetSelector::CreateColumns | ( | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::UpdatePresetRow | ( | int | id | ) | [protected, virtual] |
Reimplemented from vtkKWPresetSelector.
virtual int vtkKWWindowLevelPresetSelector::GetWindowColumnIndex | ( | ) | [protected, virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetLevelColumnIndex | ( | ) | [protected, virtual] |
virtual int vtkKWWindowLevelPresetSelector::GetTypeColumnIndex | ( | ) | [protected, virtual] |
static const char * vtkKWWindowLevelPresetSelector::WindowColumnName [static] |
Definition at line 97 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.
static const char * vtkKWWindowLevelPresetSelector::LevelColumnName [static] |
Definition at line 98 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.
static const char * vtkKWWindowLevelPresetSelector::TypeColumnName [static] |
Definition at line 99 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.
vtkKWWindowLevelPresetSelectorInternals * vtkKWWindowLevelPresetSelector::Internals [protected] |
Reimplemented from vtkKWPresetSelector.
Definition at line 148 of file debian/tmp/usr/include/KWWidgets/vtkKWWindowLevelPresetSelector.h.