VStyle


class description - source file - inheritance tree

class VStyle : public TStyle


    public:
VStyle VStyle() VStyle VStyle(Text_t* name, Text_t* title) VStyle VStyle(const VStyle& vstyle) virtual void ~VStyle() static TClass* Class() void Copy(VStyle& obj) Bool_t GetAutoLogPlot() Bool_t GetStartTimeDisplay() const Text_t* GetStartTimeFormat() const Double_t GetStartTimeXOffset() Double_t GetStartTimeYOffset() const Text_t* GetTimeFormat() const Bool_t GetTimeOnXAxis() const Text_t* GetTimeUnit() const virtual TClass* IsA() const void ResetV() void SetAutoLogPlot(Bool_t logplot = 1) void SetStartTimeDisplay(Bool_t mode = 1) void SetStartTimeFormat(Text_t* fmt) void SetStartTimeXOffset(Double_t offset) void SetStartTimeYOffset(Double_t offset) void SetTimeFormat(Text_t* fmt) void SetTimeOnXAxis(Bool_t mode = 1) void SetTimeUnit(Text_t* unit) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TString mTimeFormat time display format ("GPS", "LOCALEUR", "LOCALUS", "UNI") TString mTimeUnit time display unit ("S"=sec, "M"=min, "D"=day) Bool_t mTimeOnXAxis time display mode (on/off) on X axis Bool_t mStartTimeDisplay Mode for start time display at beginning of plot TString mStartTimeFormat Start time display format ("GPS", "LOCALEUR", "LOCALUS", "UNI") Double_t mStartTimeXOffset X offset for start time display Double_t mStartTimeYOffset Y offset for start time display Bool_t mAutoLogPlot Auto log for Frequency plots

Class Description

                                                                      
 VStyle                                                               
                                                                      
 Style options of a VEGA session,                                     
   - time display options                                             
   - since VStyle derives from TStyle, all TStyle options             
 A global gVStyle is present, which replaces the standard ROOT gStyle 
 adding the specific VEGA options. It should be used instead          
 of gStyle in all VEGA sessions.                                      
                                                                      


void Copy(VStyle& obj)

void ResetV()
 Reset to standard values

void SetTimeFormat(Text_t* fmt)
 Sets time format. Possible values are :
    GPS   all times will be expressed as GPS values
    LOCALEUR all times will be expressed in the european manner DD/MM/YY HH:MM:SS:MilliS
          local to the experiments location.
    LOCALUS all times will be expressed in the anglosaxxon manner MM/DD/YY HH:MM:SS:MilliS AM (or PM)
          local to the experiments location.
    UNIEUR   all times will be expressed as UTC in the european format
    UNIUS    all times will be expressed as UTC in the european anglosaxxon format
    Any other format will be interpreted as a format string for the
      standard C strftime function. See TAxis::SetTimeFormat


void SetStartTimeFormat(Text_t* fmt)
 Sets time format. Possible values are :
    GPS   all times will be expressed as GPS values
    LOCALEUR all times will be expressed in the european manner DD/MM/YY HH:MM:SS:MilliS
          local to the experiments location.
    LOCALUS all times will be expressed in the anglosaxxon manner MM/DD/YY HH:MM:SS:MilliS AM (or PM)
          local to the experiments location.
    UNIEUR   all times will be expressed as UTC in the european format
    UNIUS    all times will be expressed as UTC in the european anglosaxxon format
    Any other format will be interpreted as a format string for the
      standard C strftime function. See TAxis::SetTimeFormat


void SetTimeUnit(Text_t* unit)
 Sets time units, especially for plots. Allowed values are :
    S   all times will be expressed in seconds
    M   all times will be expressed in minutes
    D   all times will be expressed in days



Inline Functions


               VStyle VStyle()
               VStyle VStyle(Text_t* name, Text_t* title)
               VStyle VStyle(const VStyle& vstyle)
        const Text_t* GetTimeFormat() const
        const Text_t* GetTimeUnit() const
               Bool_t GetTimeOnXAxis()
               Bool_t GetStartTimeDisplay()
        const Text_t* GetStartTimeFormat() const
             Double_t GetStartTimeXOffset()
             Double_t GetStartTimeYOffset()
               Bool_t GetAutoLogPlot()
                 void SetTimeOnXAxis(Bool_t mode = 1)
                 void SetStartTimeDisplay(Bool_t mode = 1)
                 void SetStartTimeXOffset(Double_t offset)
                 void SetStartTimeYOffset(Double_t offset)
                 void SetAutoLogPlot(Bool_t logplot = 1)
              TClass* Class()
              TClass* IsA() const
                 void ShowMembers(TMemberInspector& insp, char* parent)
                 void Streamer(TBuffer& b)
                 void StreamerNVirtual(TBuffer& b)
                 void ~VStyle()
Last update: Tue Jul 1 17:29:56 2003


- ROOT page - VEGA page - Class index - 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 , or contact with any questions or problems regarding ROOT or VEGA.