|
LibreOffice Module vcl (master) 1
|
#include <vcl/event.hxx>#include <vcl/decoview.hxx>#include <slider.hxx>#include <vcl/settings.hxx>#include "thumbpos.hxx"Go to the source code of this file.
Macros | |
| #define | SLIDER_STATE_CHANNEL1_DOWN (sal_uInt16(0x0001)) |
| #define | SLIDER_STATE_CHANNEL2_DOWN (sal_uInt16(0x0002)) |
| #define | SLIDER_STATE_THUMB_DOWN (sal_uInt16(0x0004)) |
| #define | SLIDER_THUMB_SIZE 9 |
| #define | SLIDER_CHANNEL_SIZE 4 |
| #define | SLIDER_CHANNEL_HALFSIZE 2 |
| #define | SLIDER_HEIGHT 16 |
| #define | SLIDER_VIEW_STYLE (WB_3DLOOK | WB_HORZ | WB_VERT) |
| #define SLIDER_CHANNEL_HALFSIZE 2 |
Definition at line 33 of file slider.cxx.
| #define SLIDER_CHANNEL_SIZE 4 |
Definition at line 32 of file slider.cxx.
| #define SLIDER_HEIGHT 16 |
Definition at line 35 of file slider.cxx.
| #define SLIDER_STATE_CHANNEL1_DOWN (sal_uInt16(0x0001)) |
Definition at line 27 of file slider.cxx.
| #define SLIDER_STATE_CHANNEL2_DOWN (sal_uInt16(0x0002)) |
Definition at line 28 of file slider.cxx.
| #define SLIDER_STATE_THUMB_DOWN (sal_uInt16(0x0004)) |
Definition at line 29 of file slider.cxx.
| #define SLIDER_THUMB_SIZE 9 |
Definition at line 31 of file slider.cxx.
Definition at line 37 of file slider.cxx.