30 Form(
"TEveSceneInfo of scene '%s'", scene->
GetName())),
64 static const TEveException eH(
"TEveSceneInfo::AcceptElement ");
66 gEve->SetStatusLine(eH +
"this class does not accept children.");
76 static const TEveException eH(
"TEveSceneInfo::HandleElementPaste ");
78 gEve->SetStatusLine(eH +
"this class does not accept children.");
unsigned char UChar_t
Unsigned Character 1 byte (unsigned char).
bool Bool_t
Boolean (0=false, 1=true) (bool).
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
virtual void AddStamp(UChar_t bits)
Add (bitwise or) given stamps to fChangeBits.
TEveElement()
Default constructor.
Exception class thrown by TEve classes and macros.
void AddStamp(UChar_t bits) override
Override from TEveElement.
Bool_t HandleElementPaste(TEveElement *el) override
Virtual from TEveElement.
TGLSceneBase * GetGLScene() const
Return the TGLSceneBase represented by this SceneInfo object.
Bool_t AcceptElement(TEveElement *el) override
Virtual from TEveElement.
TEveSceneInfo(const TEveSceneInfo &)
TGLSceneInfo * fGLSceneInfo
Eve representation of TGLScene.
Eve representation of TGLViewer.
Scene base-class – provides basic interface expected by the TGLViewer or its sub-classes:
Base class for extended scene context.
const char * GetName() const override
Returns name of object.