Base class for references to TGLPysicalShape that need to be notified when the shape is destroyed.
Could also deliver 'change' notifications.
Definition at line 19 of file TGLPShapeRef.h.
Public Member Functions | |
TGLPShapeRef () | |
Default constructor. | |
TGLPShapeRef (TGLPhysicalShape *shape) | |
Constructor with known shape - reference it. | |
virtual | ~TGLPShapeRef () |
Destructor - unreference the shape if set. | |
TGLPhysicalShape * | GetPShape () const |
virtual void | PShapeModified () |
This is called from physical shape when it is modified. | |
virtual void | SetPShape (TGLPhysicalShape *shape) |
Set the shape. | |
Protected Attributes | |
TGLPhysicalShape * | fPShape |
Private Member Functions | |
TGLPShapeRef (const TGLPShapeRef &) | |
TGLPShapeRef & | operator= (const TGLPShapeRef &) |
Private Attributes | |
TGLPShapeRef * | fNextPSRef |
Friends | |
class | TGLPhysicalShape |
#include <TGLPShapeRef.h>
|
private |
TGLPShapeRef::TGLPShapeRef | ( | ) |
Default constructor.
Definition at line 27 of file TGLPShapeRef.cxx.
TGLPShapeRef::TGLPShapeRef | ( | TGLPhysicalShape * | shape | ) |
Constructor with known shape - reference it.
Definition at line 36 of file TGLPShapeRef.cxx.
|
virtual |
Destructor - unreference the shape if set.
Definition at line 45 of file TGLPShapeRef.cxx.
|
inline |
Definition at line 36 of file TGLPShapeRef.h.
|
private |
|
virtual |
This is called from physical shape when it is modified.
Sub-classes can override and take appropriate action.
Reimplemented in TGLPShapeObjEditor.
Definition at line 71 of file TGLPShapeRef.cxx.
|
virtual |
Set the shape.
Unreference the old and reference the new. This is virtual so that sub-classes can perform other tasks on change. This function should be called first from there.
This is also called from destructor of the referenced physical shape with 0 argument.
Reimplemented in TGLManipSet, and TGLPShapeObjEditor.
Definition at line 58 of file TGLPShapeRef.cxx.
|
friend |
Definition at line 21 of file TGLPShapeRef.h.
|
private |
Definition at line 26 of file TGLPShapeRef.h.
|
protected |
Definition at line 29 of file TGLPShapeRef.h.