|
MythTV
0.26-pre
|
#include <Visible.h>
enum MHSlider::SliderOrientation [protected] |
enum MHSlider::SliderStyle [protected] |
Definition at line 618 of file Visible.cpp.
| MHSlider::~MHSlider | ( | ) | [virtual] |
Definition at line 627 of file Visible.cpp.
| virtual const char* MHSlider::ClassName | ( | ) | [inline, virtual] |
| void MHSlider::Initialise | ( | MHParseNode * | p, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHVisible.
Definition at line 631 of file Visible.cpp.
| void MHSlider::PrintMe | ( | FILE * | fd, |
| int | nTabs | ||
| ) | const [virtual] |
Reimplemented from MHVisible.
Definition at line 765 of file Visible.cpp.
| void MHSlider::Display | ( | MHEngine * | engine | ) | [virtual] |
Implements MHVisible.
Definition at line 835 of file Visible.cpp.
| void MHSlider::Preparation | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHVisible.
Definition at line 825 of file Visible.cpp.
| void MHSlider::Interaction | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHInteractible.
Definition at line 920 of file Visible.cpp.
| void MHSlider::InteractionCompleted | ( | MHEngine * | engine | ) | [virtual] |
Reimplemented from MHInteractible.
Definition at line 928 of file Visible.cpp.
Referenced by KeyEvent().
| void MHSlider::KeyEvent | ( | MHEngine * | engine, |
| int | nCode | ||
| ) | [virtual] |
Reimplemented from MHInteractible.
Definition at line 939 of file Visible.cpp.
| virtual void MHSlider::SetInteractionStatus | ( | bool | newStatus, |
| MHEngine * | engine | ||
| ) | [inline, virtual] |
| virtual bool MHSlider::GetInteractionStatus | ( | void | ) | [inline, virtual] |
| virtual void MHSlider::SetHighlightStatus | ( | bool | newStatus, |
| MHEngine * | engine | ||
| ) | [inline, virtual] |
| virtual bool MHSlider::GetHighlightStatus | ( | void | ) | [inline, virtual] |
| virtual void MHSlider::Deactivation | ( | MHEngine * | engine | ) | [inline, virtual] |
| void MHSlider::Step | ( | int | nbSteps, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 1026 of file Visible.cpp.
| void MHSlider::SetSliderValue | ( | int | newValue, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 1038 of file Visible.cpp.
| virtual int MHSlider::GetSliderValue | ( | void | ) | [inline, virtual] |
| void MHSlider::SetPortion | ( | int | newPortion, |
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 1050 of file Visible.cpp.
| virtual int MHSlider::GetPortion | ( | void | ) | [inline, virtual] |
| void MHSlider::SetSliderParameters | ( | int | newMin, |
| int | newMax, | ||
| int | newStep, | ||
| MHEngine * | engine | ||
| ) | [virtual] |
Reimplemented from MHRoot.
Definition at line 1063 of file Visible.cpp.
| int MHSlider::GetOrientation | ( | const char * | str | ) | [static] |
Definition at line 732 of file Visible.cpp.
Referenced by MHParseText::NextSym().
| int MHSlider::GetStyle | ( | const char * | str | ) | [static] |
Definition at line 752 of file Visible.cpp.
Referenced by MHParseText::NextSym().
| void MHSlider::Increment | ( | MHEngine * | engine | ) | [protected] |
Definition at line 1006 of file Visible.cpp.
Referenced by KeyEvent().
| void MHSlider::Decrement | ( | MHEngine * | engine | ) | [protected] |
Definition at line 1016 of file Visible.cpp.
Referenced by KeyEvent().
enum MHSlider::SliderOrientation
MHSlider::m_orientation [protected] |
Referenced by Display(), Initialise(), KeyEvent(), MHSlider(), and PrintMe().
int MHSlider::initial_value [protected] |
Definition at line 208 of file Visible.h.
Referenced by Initialise(), MHSlider(), Preparation(), and PrintMe().
int MHSlider::initial_portion [protected] |
Definition at line 208 of file Visible.h.
Referenced by Initialise(), MHSlider(), Preparation(), and PrintMe().
int MHSlider::orig_max_value [protected] |
Definition at line 209 of file Visible.h.
Referenced by Initialise(), MHSlider(), Preparation(), and PrintMe().
int MHSlider::orig_min_value [protected] |
Definition at line 209 of file Visible.h.
Referenced by Initialise(), MHSlider(), Preparation(), and PrintMe().
int MHSlider::orig_step_size [protected] |
Definition at line 209 of file Visible.h.
Referenced by Initialise(), MHSlider(), Preparation(), and PrintMe().
enum MHSlider::SliderStyle
MHSlider::m_style [protected] |
Referenced by Display(), Initialise(), MHSlider(), and PrintMe().
MHColour MHSlider::m_sliderRefColour [protected] |
Definition at line 215 of file Visible.h.
Referenced by Display(), Initialise(), and PrintMe().
int MHSlider::max_value [protected] |
Definition at line 218 of file Visible.h.
Referenced by Display(), Increment(), Preparation(), and SetSliderParameters().
int MHSlider::min_value [protected] |
Definition at line 218 of file Visible.h.
Referenced by Decrement(), Display(), Preparation(), and SetSliderParameters().
int MHSlider::step_size [protected] |
Definition at line 218 of file Visible.h.
Referenced by Decrement(), Increment(), Preparation(), SetSliderParameters(), and Step().
int MHSlider::slider_value [protected] |
Definition at line 219 of file Visible.h.
Referenced by Decrement(), Display(), GetSliderValue(), Increment(), Preparation(), SetSliderParameters(), and SetSliderValue().
int MHSlider::portion [protected] |
Definition at line 219 of file Visible.h.
Referenced by Display(), GetPortion(), Preparation(), and SetPortion().
1.7.6.1