MCPcopy Create free account
hub / github.com/SOUI2/soui / SSpinButtonCtrl

Method SSpinButtonCtrl

SOUI/src/control/SSpinButtonCtrl.cpp:6–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace SOUI
5{
6 SSpinButtonCtrl::SSpinButtonCtrl(void)
7 :m_pDownSkin(GETBUILTINSKIN(SKIN_SYS_SPIN_DOWN))
8 , m_pUpSkin(GETBUILTINSKIN(SKIN_SYS_SPIN_UP))
9 , m_iActionBtn(ACTION_NULL)
10 ,m_nMin(0)
11 ,m_nMax(100)
12 ,m_nValue(0)
13 ,m_uStep(1)
14 ,m_bCircle(TRUE)
15 {
16 GetEventSet()->addEvent(EVENTID(EventSpinValue2String));
17 }
18
19 SSpinButtonCtrl::~SSpinButtonCtrl(void)
20 {

Callers

nothing calls this directly

Calls 2

GetEventSetFunction · 0.85
addEventMethod · 0.45

Tested by

no test coverage detected