a (very) small counter label (icon) More...
#include <vtkKWSmallCounterLabel.h>


Public Types | |
| typedef vtkKWLabel | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Place () |
| virtual void | SetValue (unsigned int v) |
| virtual unsigned int | GetValue () |
Static Public Member Functions | |
| static vtkKWSmallCounterLabel * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkKWSmallCounterLabel * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkKWSmallCounterLabel () | |
| ~vtkKWSmallCounterLabel () | |
| virtual void | CreateWidget () |
| virtual void | UpdateIcon () |
Protected Attributes | |
| unsigned int | Value |
| vtkKWWidget * | OriginalParent |
a (very) small counter label (icon)
A widget that represents a very small counter (as an icon), counting from 1 to 9 (any value over 9 is represented as 9+).
Definition at line 26 of file vtkKWSmallCounterLabel.h.
Reimplemented from vtkKWLabel.
Definition at line 31 of file vtkKWSmallCounterLabel.h.
| vtkKWSmallCounterLabel::vtkKWSmallCounterLabel | ( | ) | [protected] |
| vtkKWSmallCounterLabel::~vtkKWSmallCounterLabel | ( | ) | [protected] |
| static vtkKWSmallCounterLabel* vtkKWSmallCounterLabel::New | ( | ) | [static] |
Reimplemented from vtkKWLabel.
| virtual const char* vtkKWSmallCounterLabel::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkKWLabel.
| static int vtkKWSmallCounterLabel::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkKWLabel.
| virtual int vtkKWSmallCounterLabel::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkKWLabel.
| static vtkKWSmallCounterLabel* vtkKWSmallCounterLabel::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkKWLabel.
| void vtkKWSmallCounterLabel::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Reimplemented from vtkKWLabel.
| virtual void vtkKWSmallCounterLabel::SetValue | ( | unsigned int | v | ) | [virtual] |
Set/Get the value of the counter. Set it to 0 to hide the counter. Any value over 9 will be stored as 10 and represented as a 9+ icon.
| virtual unsigned int vtkKWSmallCounterLabel::GetValue | ( | ) | [virtual] |
Set/Get the value of the counter. Set it to 0 to hide the counter. Any value over 9 will be stored as 10 and represented as a 9+ icon.
| virtual void vtkKWSmallCounterLabel::Place | ( | ) | [virtual] |
Place the icon on top of its parent
| virtual void vtkKWSmallCounterLabel::CreateWidget | ( | ) | [protected, virtual] |
Create the widget.
Reimplemented from vtkKWLabel.
| virtual void vtkKWSmallCounterLabel::UpdateIcon | ( | ) | [protected, virtual] |
Update the icon.
unsigned int vtkKWSmallCounterLabel::Value [protected] |
Definition at line 57 of file vtkKWSmallCounterLabel.h.
vtkKWWidget* vtkKWSmallCounterLabel::OriginalParent [protected] |
Definition at line 58 of file vtkKWSmallCounterLabel.h.
1.6.1