PixelLightAPI  .
Protected Member Functions | Protected Attributes
PLGui::AbstractSlider Class Reference

Abstract base class for all kind of sliders, scrollbars etc. More...

#include <AbstractSlider.h>

Inheritance diagram for PLGui::AbstractSlider:
Inheritance graph
[legend]

List of all members.

Protected Member Functions

virtual PLGUI_API void OnChangeValue (int nValue)
 Called when a new value has been set.

Protected Attributes

int m_nMinValue
int m_nMaxValue
int m_nValue
int m_nStepSize
int m_nStepSizeFast

Detailed Description

Abstract base class for all kind of sliders, scrollbars etc.


Member Function Documentation

virtual PLGUI_API void PLGui::AbstractSlider::OnChangeValue ( int  nValue) [protected, virtual]

Called when a new value has been set.

Parameters:
[in]nValueValue

Reimplemented in PLGui::ScrollBar, and PLGui::Slider.


Member Data Documentation

Minimum value

Maximum value

Current value

Step size for single steps

Step size for fast steps (e.g. page up/down)


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


PixelLight PixelLight 0.9.11-R1
Copyright (C) 2002-2012 by The PixelLight Team
Last modified Thu Feb 23 2012 14:09:33
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported