Panda3D
|
Public Member Functions | |
GuideBar (const GuideBar ©) | |
GuideBar (double height, const std::string &label, GuideBarStyle style) | |
Public Attributes | |
double | _height |
std::string | _label |
GuideBarStyle | _style |
Definition at line 57 of file pStatGraph.h.
PStatGraph::GuideBar::GuideBar | ( | double | height, |
const std::string & | label, | ||
PStatGraph::GuideBarStyle | style ) |
Definition at line 28 of file pStatGraph.cxx.
PStatGraph::GuideBar::GuideBar | ( | const GuideBar & | copy | ) |
Definition at line 39 of file pStatGraph.cxx.
double PStatGraph::GuideBar::_height |
Definition at line 62 of file pStatGraph.h.
std::string PStatGraph::GuideBar::_label |
Definition at line 63 of file pStatGraph.h.
GuideBarStyle PStatGraph::GuideBar::_style |
Definition at line 64 of file pStatGraph.h.