Base class for printable objects. More...
#include <Printable.h>
Public Member Functions | |
Printable () | |
virtual | ~Printable () |
virtual void | Print (const char *filename)=0 |
virtual const char * | Description () const |
virtual const char * | PrintTag () const =0 |
Static Public Member Functions | |
static void | AddToListOfPrintables (const char *name, evdb::Printable *p) |
static void | RemoveFromListOfPrintables (evdb::Printable *p) |
static std::map< std::string, evdb::Printable * > & | GetPrintables () |
Base class for printable objects.
Definition at line 15 of file Printable.h.
evdb::Printable::Printable | ( | ) |
Definition at line 18 of file Printable.cxx.
|
virtual |
Definition at line 22 of file Printable.cxx.
|
static |
Definition at line 29 of file Printable.cxx.
|
inlinevirtual |
Reimplemented in evd::TWQProjectionView, evd::TWQMultiTPCProjectionView, evdb::testCanvas1, evdb::ObjListCanvas, evdb::Canvas, evd::CalorView, evd::Ortho3DView, and evd::Display3DView.
Definition at line 25 of file Printable.h.
|
static |
Definition at line 61 of file Printable.cxx.
|
pure virtual |
Implemented in evdb::ObjListCanvas, and evdb::Canvas.
|
pure virtual |
|
static |
Definition at line 47 of file Printable.cxx.