#include <TGLOverlay.h>
Public Member Functions | |
TGLOverlayList () | |
virtual | ~TGLOverlayList () |
TGLOverlayList () | |
virtual | ~TGLOverlayList () |
Protected Attributes | |
std::list< TGLOverlayElement * > | fElements |
std::list< TGLOverlayElement * > | fElements |
Private Member Functions | |
TGLOverlayList (const TGLOverlayList &) | |
TGLOverlayList & | operator= (const TGLOverlayList &) |
TGLOverlayList (const TGLOverlayList &) | |
TGLOverlayList & | operator= (const TGLOverlayList &) |
Definition at line 65 of file TGLOverlay.h.
TGLOverlayList::TGLOverlayList | ( | const TGLOverlayList & | ) | [private] |
TGLOverlayList::TGLOverlayList | ( | ) | [inline] |
Definition at line 75 of file TGLOverlay.h.
virtual TGLOverlayList::~TGLOverlayList | ( | ) | [inline, virtual] |
Definition at line 76 of file TGLOverlay.h.
TGLOverlayList::TGLOverlayList | ( | const TGLOverlayList & | ) | [private] |
TGLOverlayList::TGLOverlayList | ( | ) | [inline] |
Definition at line 75 of file TGLOverlay.h.
virtual TGLOverlayList::~TGLOverlayList | ( | ) | [inline, virtual] |
Definition at line 76 of file TGLOverlay.h.
TGLOverlayList& TGLOverlayList::operator= | ( | const TGLOverlayList & | ) | [private] |
TGLOverlayList& TGLOverlayList::operator= | ( | const TGLOverlayList & | ) | [private] |
std::list<TGLOverlayElement*> TGLOverlayList::fElements [protected] |
Definition at line 72 of file TGLOverlay.h.
std::list<TGLOverlayElement*> TGLOverlayList::fElements [protected] |
Definition at line 72 of file TGLOverlay.h.