library: libRGL #include "TGLCamera.h" |
TGLCameraMarkupStyle() | |
TGLCameraMarkupStyle(const TGLCameraMarkupStyle&) | |
virtual | ~TGLCameraMarkupStyle() |
Double_t | Barsize() const |
static TClass* | Class() |
virtual TClass* | IsA() const |
void | Offsets(Double_t& oX, Double_t& oY, Double_t& txtX, Double_t& txtY) const |
TGLCameraMarkupStyle& | operator=(const TGLCameraMarkupStyle&) |
Int_t | Position() const |
void | SetBarsize(Double_t b) |
void | SetOffsets(Double_t oX, Double_t oY, Double_t txtX, Double_t txtY) |
void | SetPosition(Int_t p) |
void | SetShow(Bool_t v) |
Bool_t | Show() const |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
Bool_t | fShow | is visible |
Int_t | fPos | location of markup |
Double_t | fOffX | X offset of horizontal bar |
Double_t | fOffY | Y offset of horizontal bar |
Double_t | fTxtOffX | X offset relative to horizontal bar |
Double_t | fTxtOffY | Y offset relative to horizontal bar |
Double_t | fBarsize | horizontal bar marker size in screen units |