#include <eslider.h>
|
enum | { orHorizontal
, orVertical
} |
|
enum | { DefaultBorderWidth = 0
} |
|
enum | eWidgetEvent {
evtPaint
, evtKey
, evtChangedPosition
, evtChangedSize
,
evtParentChangedPosition
, evtParentVisibilityChanged
, evtWillChangePosition
, evtWillChangeSize
,
evtAction
, evtFocusGot
, evtFocusLost
, evtUserWidget
} |
|
◆ anonymous enum
Enumerator |
---|
orHorizontal | |
orVertical | |
◆ anonymous enum
Enumerator |
---|
DefaultBorderWidth | |
◆ eSlider()
eSlider::eSlider |
( |
eWidget * |
parent | ) |
|
◆ event()
int eSlider::event |
( |
int |
event, |
|
|
void * |
data = 0 , |
|
|
void * |
data2 = 0 |
|
) |
| |
|
protectedvirtual |
◆ getBorderWidth()
int eSlider::getBorderWidth |
( |
| ) |
|
|
inline |
◆ setAlphatest()
void eSlider::setAlphatest |
( |
int |
alphatest | ) |
|
◆ setBackgroundColor()
void eSlider::setBackgroundColor |
( |
const gRGB & |
color | ) |
|
◆ setBackgroundPixmap() [1/2]
void eSlider::setBackgroundPixmap |
( |
ePtr< gPixmap > & |
pixmap | ) |
|
◆ setBackgroundPixmap() [2/2]
void eSlider::setBackgroundPixmap |
( |
gPixmap * |
pixmap | ) |
|
◆ setBorderColor()
void eSlider::setBorderColor |
( |
const gRGB & |
color | ) |
|
◆ setBorderWidth()
void eSlider::setBorderWidth |
( |
int |
width | ) |
|
◆ setDefaultBorderWidth()
static void eSlider::setDefaultBorderWidth |
( |
int |
borderwidth | ) |
|
|
inlinestatic |
◆ setForegroundColor()
void eSlider::setForegroundColor |
( |
const gRGB & |
color | ) |
|
◆ setIsScrollbar()
void eSlider::setIsScrollbar |
( |
| ) |
|
◆ setOrientation()
void eSlider::setOrientation |
( |
int |
orientation, |
|
|
int |
swapped = 0 |
|
) |
| |
◆ setPixmap() [1/2]
◆ setPixmap() [2/2]
void eSlider::setPixmap |
( |
gPixmap * |
pixmap | ) |
|
◆ setRange()
void eSlider::setRange |
( |
int |
min, |
|
|
int |
max |
|
) |
| |
◆ setScrollbarBackgroundColor()
void eSlider::setScrollbarBackgroundColor |
( |
const gRGB & |
color | ) |
|
◆ setScrollbarBackgroundPixmap() [1/2]
void eSlider::setScrollbarBackgroundPixmap |
( |
ePtr< gPixmap > & |
pixmap | ) |
|
◆ setScrollbarBackgroundPixmap() [2/2]
void eSlider::setScrollbarBackgroundPixmap |
( |
gPixmap * |
pixmap | ) |
|
◆ setScrollbarBorderColor()
void eSlider::setScrollbarBorderColor |
( |
const gRGB & |
color | ) |
|
◆ setScrollbarBorderWidth()
void eSlider::setScrollbarBorderWidth |
( |
int |
width | ) |
|
◆ setScrollbarForegroundColor()
void eSlider::setScrollbarForegroundColor |
( |
const gRGB & |
color | ) |
|
◆ setScrollbarForegroundPixmap() [1/2]
void eSlider::setScrollbarForegroundPixmap |
( |
ePtr< gPixmap > & |
pixmap | ) |
|
◆ setScrollbarForegroundPixmap() [2/2]
void eSlider::setScrollbarForegroundPixmap |
( |
gPixmap * |
pixmap | ) |
|
◆ setStartEnd()
void eSlider::setStartEnd |
( |
int |
start, |
|
|
int |
end, |
|
|
bool |
pixel = false |
|
) |
| |
◆ setValue()
void eSlider::setValue |
( |
int |
val | ) |
|
The documentation for this class was generated from the following files: