library: libRGL
#include "TGLCamera.h"

TGLCameraMarkupStyle


class description - header file
viewCVS header

class TGLCameraMarkupStyle

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TGLCameraMarkupStyle()
TGLCameraMarkupStyle(const TGLCameraMarkupStyle&)
virtual~TGLCameraMarkupStyle()
Double_tBarsize() const
static TClass*Class()
virtual TClass*IsA() const
voidOffsets(Double_t& oX, Double_t& oY, Double_t& txtX, Double_t& txtY) const
TGLCameraMarkupStyle&operator=(const TGLCameraMarkupStyle&)
Int_tPosition() const
voidSetBarsize(Double_t b)
voidSetOffsets(Double_t oX, Double_t oY, Double_t txtX, Double_t txtY)
voidSetPosition(Int_t p)
voidSetShow(Bool_t v)
Bool_tShow() const
virtual voidShowMembers(TMemberInspector& insp, char* parent)
virtual voidStreamer(TBuffer& b)
voidStreamerNVirtual(TBuffer& b)

Data Members

public:
enum EPos { kLUp
kLDn
kRUp
kRDn
kCenter
};
protected:
Bool_tfShowis visible
Int_tfPoslocation of markup
Double_tfOffXX offset of horizontal bar
Double_tfOffYY offset of horizontal bar
Double_tfTxtOffXX offset relative to horizontal bar
Double_tfTxtOffYY offset relative to horizontal bar
Double_tfBarsizehorizontal bar marker size in screen units

Class Description

Bool_t Show()
{ return fShow; }
void SetShow(Bool_t v)
{ fShow = v; }
Int_t Position()
{ return fPos; }
void SetPosition(Int_t p)
{ fPos = p; }
Double_t Barsize()
{ return fBarsize; }
void SetBarsize(Double_t b)
{ fBarsize = b; }
void Offsets(Double_t& oX, Double_t& oY, Double_t& txtX, Double_t& txtY)
{ oX = fOffX; oY = fOffY; txtX = fTxtOffX ; txtY = fTxtOffY; }
void SetOffsets(Double_t oX, Double_t oY, Double_t txtX, Double_t txtY)
{ fOffX = oX; fOffY = oY; fTxtOffX = txtX; fTxtOffY = txtY; }
TGLCameraMarkupStyle()
{}
virtual ~TGLCameraMarkupStyle()
{}
TGLCamera & operator=(const TGLCamera &)

Last update: Tue Dec 12 10:59:02 2006


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.