#include <TdkThemeBBoxEvent.h>
Inheritance diagram for TdkThemeBBoxEvent:
Public Member Functions | |
virtual | ~TdkThemeBBoxEvent () |
virtual std::string | name () |
virtual std::string | title () |
virtual double | getXmin () |
virtual void | setXmin (double xmin) |
virtual double | getYmin () |
virtual void | setYmin (double ymin) |
virtual double | getXmax () |
virtual void | setXmax (double xmax) |
virtual double | getYmax () |
virtual void | setYmax (double Ymax) |
Protected Attributes | |
double | xmin_ |
double | ymin_ |
double | xmax_ |
double | ymax_ |
virtual TdkThemeBBoxEvent::~TdkThemeBBoxEvent | ( | ) | [inline, virtual] |
string TdkThemeBBoxEvent::name | ( | ) | [virtual] |
Reimplemented from TdkEvent.
string TdkThemeBBoxEvent::title | ( | ) | [virtual] |
Reimplemented from TdkEvent.
double TdkThemeBBoxEvent::getXmin | ( | ) | [virtual] |
void TdkThemeBBoxEvent::setXmin | ( | double | xmin | ) | [virtual] |
double TdkThemeBBoxEvent::getYmin | ( | ) | [virtual] |
void TdkThemeBBoxEvent::setYmin | ( | double | ymin | ) | [virtual] |
double TdkThemeBBoxEvent::getXmax | ( | ) | [virtual] |
void TdkThemeBBoxEvent::setXmax | ( | double | xmax | ) | [virtual] |
double TdkThemeBBoxEvent::getYmax | ( | ) | [virtual] |
void TdkThemeBBoxEvent::setYmax | ( | double | Ymax | ) | [virtual] |
double TdkThemeBBoxEvent::xmin_ [protected] |
double TdkThemeBBoxEvent::ymin_ [protected] |
double TdkThemeBBoxEvent::xmax_ [protected] |
double TdkThemeBBoxEvent::ymax_ [protected] |