LibreOffice Module vcl (master) 1
Macros
slider.cxx File Reference
#include <vcl/event.hxx>
#include <vcl/decoview.hxx>
#include <slider.hxx>
#include <vcl/settings.hxx>
#include "thumbpos.hxx"
Include dependency graph for slider.cxx:

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)
 

Macro Definition Documentation

◆ SLIDER_CHANNEL_HALFSIZE

#define SLIDER_CHANNEL_HALFSIZE   2

Definition at line 33 of file slider.cxx.

◆ SLIDER_CHANNEL_SIZE

#define SLIDER_CHANNEL_SIZE   4

Definition at line 32 of file slider.cxx.

◆ SLIDER_HEIGHT

#define SLIDER_HEIGHT   16

Definition at line 35 of file slider.cxx.

◆ SLIDER_STATE_CHANNEL1_DOWN

#define SLIDER_STATE_CHANNEL1_DOWN   (sal_uInt16(0x0001))

Definition at line 27 of file slider.cxx.

◆ SLIDER_STATE_CHANNEL2_DOWN

#define SLIDER_STATE_CHANNEL2_DOWN   (sal_uInt16(0x0002))

Definition at line 28 of file slider.cxx.

◆ SLIDER_STATE_THUMB_DOWN

#define SLIDER_STATE_THUMB_DOWN   (sal_uInt16(0x0004))

Definition at line 29 of file slider.cxx.

◆ SLIDER_THUMB_SIZE

#define SLIDER_THUMB_SIZE   9

Definition at line 31 of file slider.cxx.

◆ SLIDER_VIEW_STYLE

#define SLIDER_VIEW_STYLE   (WB_3DLOOK | WB_HORZ | WB_VERT)

Definition at line 37 of file slider.cxx.