|
VTK
|
2D widget for placing and manipulating a logo More...
#include <vtkLogoWidget.h>
Static Public Member Functions | |
| static vtkLogoWidget * | New () |
Static Public Member Functions inherited from vtkBorderWidget | |
| static vtkBorderWidget * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkBorderWidget * | SafeDownCast (vtkObjectBase *o) |
Static Public Member Functions inherited from vtkAbstractWidget | |
| static int | IsTypeOf (const char *type) |
| static vtkAbstractWidget * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| vtkLogoWidget () | |
| ~vtkLogoWidget () | |
Protected Member Functions inherited from vtkBorderWidget | |
| vtkBorderWidget () | |
| ~vtkBorderWidget () | |
| virtual void | SelectRegion (double eventPos[2]) |
| virtual int | SubclassSelectAction () |
| virtual int | SubclassTranslateAction () |
| virtual int | SubclassEndSelectAction () |
| virtual int | SubclassMoveAction () |
| virtual void | SetCursor (int State) |
Protected Member Functions inherited from vtkAbstractWidget | |
| vtkAbstractWidget () | |
| ~vtkAbstractWidget () | |
| void | SetWidgetRepresentation (vtkWidgetRepresentation *r) |
| virtual void | SetCursor (int vtkNotUsed(state)) |
| typedef vtkBorderWidget | Superclass |
| static int | IsTypeOf (const char *type) |
| static vtkLogoWidget * | SafeDownCast (vtkObjectBase *o) |
| virtual int | IsA (const char *type) |
| vtkLogoWidget * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
Additional Inherited Members | |
Public Types inherited from vtkBorderWidget | |
| typedef vtkAbstractWidget | Superclass |
Public Types inherited from vtkAbstractWidget | |
| typedef vtkInteractorObserver | Superclass |
Protected Types inherited from vtkBorderWidget | |
| enum | _WidgetState { Start =0, Define, Manipulate, Selected } |
Static Protected Member Functions inherited from vtkBorderWidget | |
| static void | SelectAction (vtkAbstractWidget *) |
| static void | TranslateAction (vtkAbstractWidget *) |
| static void | EndSelectAction (vtkAbstractWidget *) |
| static void | MoveAction (vtkAbstractWidget *) |
Static Protected Member Functions inherited from vtkAbstractWidget | |
| static void | ProcessEventsHandler (vtkObject *object, unsigned long event, void *clientdata, void *calldata) |
Protected Attributes inherited from vtkBorderWidget | |
| int | Selectable |
| int | Resizable |
| int | WidgetState |
Protected Attributes inherited from vtkAbstractWidget | |
| vtkWidgetRepresentation * | WidgetRep |
| int | ManagesCursor |
| vtkWidgetEventTranslator * | EventTranslator |
| vtkWidgetCallbackMapper * | CallbackMapper |
| vtkAbstractWidget * | Parent |
| void * | CallData |
| int | ProcessEvents |
2D widget for placing and manipulating a logo
This class provides support for interactively displaying and manipulating a logo. Logos are defined by an image; this widget simply allows you to interactively place and resize the image logo. To use this widget, simply create a vtkLogoRepresentation (or subclass) and associate it with the vtkLogoWidget.
Definition at line 40 of file vtkLogoWidget.h.
Standar VTK class methods.
Definition at line 48 of file vtkLogoWidget.h.
|
protected |
|
protected |
|
static |
Instantiate this class.
|
static |
Standar VTK class methods.
|
virtual |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
|
static |
Standar VTK class methods.
|
protectedvirtual |
Standar VTK class methods.
Reimplemented from vtkBorderWidget.
| vtkLogoWidget* vtkLogoWidget::NewInstance | ( | ) | const |
Standar VTK class methods.
| void vtkLogoWidget::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Standar VTK class methods.
|
inline |
Specify an instance of vtkWidgetRepresentation used to represent this widget in the scene. Note that the representation is a subclass of vtkProp so it can be added to the renderer independent of the widget.
Definition at line 56 of file vtkLogoWidget.h.
|
virtual |
Create the default widget representation if one is not set.
Reimplemented from vtkBorderWidget.
1.8.6