widget in viewport
This commit is contained in:
@@ -80,11 +80,13 @@ public:
|
||||
|
||||
void SetOpacity(double alpha);
|
||||
|
||||
void SetSelectable(bool selectable = true);
|
||||
bool IsSelectable() const;
|
||||
|
||||
|
||||
virtual void ConnectInteractor(class vtkRenderWindowInteractor *interactor) {
|
||||
(void)interactor;
|
||||
}
|
||||
void SetSelected(bool selected = true);
|
||||
bool IsSelected() const;
|
||||
|
||||
virtual void ConnectInteractor(class vtkRenderWindowInteractor *interactor);
|
||||
|
||||
protected:
|
||||
void SetProp(vtkProp *prop);
|
||||
@@ -92,6 +94,9 @@ protected:
|
||||
void RemoveProp(vtkProp *prop);
|
||||
|
||||
private:
|
||||
Puppet(const Puppet&) = delete;
|
||||
Puppet& operator=(const Puppet&) = delete;
|
||||
|
||||
friend class PuppetData;
|
||||
class PuppetData *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user