![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <CustomVtkCaptionWidget.h>


Public Member Functions | |
| vtkTypeMacro (CustomVtkCaptionWidget, vtkCaptionWidget) | |
| void | SetHandleEnabled (bool state) |
| void | SetAssociatedLabel (cc2DLabel *label) |
| Set the associated cc2DLabel for selection notification. More... | |
| cc2DLabel * | GetAssociatedLabel () const |
| Get the associated cc2DLabel. More... | |
Static Public Member Functions | |
| static CustomVtkCaptionWidget * | New () |
Protected Member Functions | |
| CustomVtkCaptionWidget () | |
| ~CustomVtkCaptionWidget () override | |
Static Protected Member Functions | |
| static void | OnWidgetInteraction (vtkObject *caller, unsigned long eventId, void *clientData, void *callData) |
| Callback for widget interaction events. More... | |
Protected Attributes | |
| cc2DLabel * | m_associatedLabel |
| vtkSmartPointer< vtkCallbackCommand > | m_interactionCallback |
Definition at line 25 of file CustomVtkCaptionWidget.h.
|
protected |
Definition at line 28 of file CustomVtkCaptionWidget.cpp.
References m_interactionCallback, and OnWidgetInteraction().
|
overrideprotected |
Definition at line 43 of file CustomVtkCaptionWidget.cpp.
References m_associatedLabel, and m_interactionCallback.
|
inline |
Get the associated cc2DLabel.
Definition at line 37 of file CustomVtkCaptionWidget.h.
|
static |
|
staticprotected |
Callback for widget interaction events.
Definition at line 61 of file CustomVtkCaptionWidget.cpp.
References ecvDisplayTools::m_deferredPickingTimer, ecvDisplayTools::m_widgetClicked, and ecvDisplayTools::TheInstance().
Referenced by CustomVtkCaptionWidget().
| void CustomVtkCaptionWidget::SetAssociatedLabel | ( | cc2DLabel * | label | ) |
Set the associated cc2DLabel for selection notification.
Definition at line 57 of file CustomVtkCaptionWidget.cpp.
References m_associatedLabel.
| void CustomVtkCaptionWidget::SetHandleEnabled | ( | bool | state | ) |
Definition at line 51 of file CustomVtkCaptionWidget.cpp.
| CustomVtkCaptionWidget::vtkTypeMacro | ( | CustomVtkCaptionWidget | , |
| vtkCaptionWidget | |||
| ) |
|
protected |
Definition at line 49 of file CustomVtkCaptionWidget.h.
Referenced by SetAssociatedLabel(), and ~CustomVtkCaptionWidget().
|
protected |
Definition at line 50 of file CustomVtkCaptionWidget.h.
Referenced by CustomVtkCaptionWidget(), and ~CustomVtkCaptionWidget().