ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Friends | List of all members
TGLPShapeRef Class Reference

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. More...
 
 TGLPShapeRef (TGLPhysicalShape *shape)
 Constructor with known shape - reference it. More...
 
virtual ~TGLPShapeRef ()
 Destructor - unreference the shape if set. More...
 
TGLPhysicalShapeGetPShape () const
 
virtual void SetPShape (TGLPhysicalShape *shape)
 Set the shape. More...
 
virtual void PShapeModified ()
 This is called from physical shape when it is modified. More...
 
 ClassDef (TGLPShapeRef, 0)
 

Protected Attributes

TGLPhysicalShapefPShape
 

Private Member Functions

 TGLPShapeRef (const TGLPShapeRef &)
 
TGLPShapeRefoperator= (const TGLPShapeRef &)
 

Private Attributes

TGLPShapeReffNextPSRef
 

Friends

class TGLPhysicalShape
 

#include <TGLPShapeRef.h>

+ Inheritance diagram for TGLPShapeRef:
+ Collaboration diagram for TGLPShapeRef:

Constructor & Destructor Documentation

TGLPShapeRef::TGLPShapeRef ( const TGLPShapeRef )
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.

TGLPShapeRef::~TGLPShapeRef ( )
virtual

Destructor - unreference the shape if set.

Definition at line 45 of file TGLPShapeRef.cxx.

Member Function Documentation

TGLPShapeRef::ClassDef ( TGLPShapeRef  ,
 
)
TGLPhysicalShape* TGLPShapeRef::GetPShape ( ) const
inline

Definition at line 36 of file TGLPShapeRef.h.

Referenced by TGLViewer::GetSelected().

TGLPShapeRef& TGLPShapeRef::operator= ( const TGLPShapeRef )
private
void TGLPShapeRef::PShapeModified ( )
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.

Referenced by TGLPhysicalShape::Modified().

void TGLPShapeRef::SetPShape ( TGLPhysicalShape shape)
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 TGLPShapeObjEditor, and TGLManipSet.

Definition at line 58 of file TGLPShapeRef.cxx.

Referenced by TGLManipSet::SetPShape(), TGLPShapeObjEditor::SetPShape(), TGLPShapeRef(), TGLPhysicalShape::~TGLPhysicalShape(), and ~TGLPShapeRef().

Friends And Related Function Documentation

friend class TGLPhysicalShape
friend

Definition at line 21 of file TGLPShapeRef.h.

Member Data Documentation

TGLPShapeRef* TGLPShapeRef::fNextPSRef
private
TGLPhysicalShape* TGLPShapeRef::fPShape
protected

The documentation for this class was generated from the following files: