OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
MWGui::Widgets::MWScrollBar Class Reference

#include <widgets.hpp>

Inheritance diagram for MWGui::Widgets::MWScrollBar:
Collaboration diagram for MWGui::Widgets::MWScrollBar:

Public Member Functions

 MWScrollBar ()
 
virtual ~MWScrollBar ()
 
void setRepeat (float trigger, float step)
 

Protected Member Functions

virtual void initialiseOverride ()
 
void repeatClick (MyGUI::Widget *_widget, MyGUI::ControllerItem *_controller)
 

Protected Attributes

bool mEnableRepeat
 
float mRepeatTriggerTime
 
float mRepeatStepTime
 
bool mIsIncreasing
 

Private Member Functions

void onDecreaseButtonPressed (MyGUI::Widget *_sender, int _left, int _top, MyGUI::MouseButton _id)
 
void onDecreaseButtonReleased (MyGUI::Widget *_sender, int _left, int _top, MyGUI::MouseButton _id)
 
void onIncreaseButtonPressed (MyGUI::Widget *_sender, int _left, int _top, MyGUI::MouseButton _id)
 
void onIncreaseButtonReleased (MyGUI::Widget *_sender, int _left, int _top, MyGUI::MouseButton _id)
 

Constructor & Destructor Documentation

MWGui::Widgets::MWScrollBar::MWScrollBar ( )
MWGui::Widgets::MWScrollBar::~MWScrollBar ( )
virtual

Member Function Documentation

void MWGui::Widgets::MWScrollBar::initialiseOverride ( )
protectedvirtual

Here is the call graph for this function:

void MWGui::Widgets::MWScrollBar::onDecreaseButtonPressed ( MyGUI::Widget *  _sender,
int  _left,
int  _top,
MyGUI::MouseButton  _id 
)
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::Widgets::MWScrollBar::onDecreaseButtonReleased ( MyGUI::Widget *  _sender,
int  _left,
int  _top,
MyGUI::MouseButton  _id 
)
private

Here is the caller graph for this function:

void MWGui::Widgets::MWScrollBar::onIncreaseButtonPressed ( MyGUI::Widget *  _sender,
int  _left,
int  _top,
MyGUI::MouseButton  _id 
)
private

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::Widgets::MWScrollBar::onIncreaseButtonReleased ( MyGUI::Widget *  _sender,
int  _left,
int  _top,
MyGUI::MouseButton  _id 
)
private

Here is the caller graph for this function:

void MWGui::Widgets::MWScrollBar::repeatClick ( MyGUI::Widget *  _widget,
MyGUI::ControllerItem *  _controller 
)
protected

Here is the caller graph for this function:

void MWGui::Widgets::MWScrollBar::setRepeat ( float  trigger,
float  step 
)

Member Data Documentation

bool MWGui::Widgets::MWScrollBar::mEnableRepeat
protected
bool MWGui::Widgets::MWScrollBar::mIsIncreasing
protected
float MWGui::Widgets::MWScrollBar::mRepeatStepTime
protected
float MWGui::Widgets::MWScrollBar::mRepeatTriggerTime
protected

The documentation for this class was generated from the following files: