#include <TFrame.h>
Inheritance diagram for TFrame:
Public Member Functions | |
TFrame () | |
TFrame (Double_t x1, Double_t y1, Double_t x2, Double_t y2) | |
TFrame (const TFrame &frame) | |
virtual | ~TFrame () |
void | Copy (TObject &frame) const |
virtual void | Draw (Option_t *option="") |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Paint (Option_t *option="") |
virtual void | Pop () |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | UseCurrentStyle () |
TFrame () | |
TFrame (Double_t x1, Double_t y1, Double_t x2, Double_t y2) | |
TFrame (const TFrame &frame) | |
virtual | ~TFrame () |
void | Copy (TObject &frame) const |
virtual void | Draw (Option_t *option="") |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
virtual void | Paint (Option_t *option="") |
virtual void | Pop () |
virtual void | SavePrimitive (ostream &out, Option_t *option="") |
virtual void | UseCurrentStyle () |
Definition at line 29 of file TFrame.h.
TFrame::TFrame | ( | ) |
Definition at line 33 of file TFrame.cxx.
TFrame::TFrame | ( | const TFrame & | frame | ) |
Definition at line 41 of file TFrame.cxx.
TFrame::~TFrame | ( | ) | [virtual] |
Definition at line 49 of file TFrame.cxx.
TFrame::TFrame | ( | ) |
TFrame::TFrame | ( | const TFrame & | frame | ) |
virtual TFrame::~TFrame | ( | ) | [virtual] |
void TFrame::Copy | ( | TObject & | frame | ) | const [virtual] |
void TFrame::Draw | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TWbox.
Definition at line 64 of file TFrame.cxx.
References TObject::AppendPad().
Referenced by TParallelCoord::Draw(), and TASImage::Draw().
Reimplemented from TWbox.
Definition at line 72 of file TFrame.cxx.
References TWbox::ExecuteEvent(), TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, gPad, kButton1Up, xmax, xmin, ymax, and ymin.
void TFrame::Paint | ( | Option_t * | option = "" |
) | [virtual] |
Reimplemented from TWbox.
Definition at line 120 of file TFrame.cxx.
References TBox::fX1, TBox::fX2, TBox::fY1, TBox::fY2, gPad, and TWbox::Paint().
Referenced by TPad::PaintPadFrame().
void TFrame::Pop | ( | ) | [virtual] |
void TFrame::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
void TFrame::UseCurrentStyle | ( | ) | [virtual] |
Reimplemented from TObject.
Definition at line 143 of file TFrame.cxx.
References TWbox::GetBorderMode(), TWbox::GetBorderSize(), TAttFill::GetFillColor(), TAttFill::GetFillStyle(), TStyle::GetFrameBorderMode(), TStyle::GetFrameBorderSize(), TStyle::GetFrameFillColor(), TStyle::GetFrameFillStyle(), TStyle::GetFrameLineColor(), TStyle::GetFrameLineStyle(), TStyle::GetFrameLineWidth(), TAttLine::GetLineColor(), TAttLine::GetLineStyle(), TAttLine::GetLineWidth(), gStyle, TStyle::IsReading(), TWbox::SetBorderMode(), TWbox::SetBorderSize(), TAttFill::SetFillColor(), TAttFill::SetFillStyle(), TStyle::SetFrameBorderMode(), TStyle::SetFrameBorderSize(), TStyle::SetFrameFillColor(), TStyle::SetFrameFillStyle(), TStyle::SetFrameLineColor(), TStyle::SetFrameLineStyle(), TStyle::SetFrameLineWidth(), TAttLine::SetLineColor(), TAttLine::SetLineStyle(), and TAttLine::SetLineWidth().
Referenced by TPad::PaintPadFrame().
Reimplemented from TWbox.
virtual void TFrame::Pop | ( | ) | [virtual] |
Reimplemented from TObject.
virtual void TFrame::SavePrimitive | ( | ostream & | out, | |
Option_t * | option = "" | |||
) | [virtual] |
Reimplemented from TWbox.
virtual void TFrame::UseCurrentStyle | ( | ) | [virtual] |
Reimplemented from TObject.