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

Method SListView

SOUI/src/control/SListView.cpp:43–59  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

41
42 //////////////////////////////////////////////////////////////////////////
43 SListView::SListView()
44 :m_iSelItem(-1)
45 ,m_iFirstVisible(-1)
46 ,m_pHoverItem(NULL)
47 ,m_itemCapture(NULL)
48 ,m_pSkinDivider(NULL)
49 ,m_bWantTab(FALSE)
50 ,m_bDataSetInvalidated(FALSE)
51 ,m_bPendingUpdate(false)
52 ,m_iPendingUpdateItem(-2)
53 {
54 m_bFocusable = TRUE;
55 m_observer.Attach(new SListViewDataSetObserver(this));
56 m_dwUpdateInterval= 40;
57 m_evtSet.addEvent(EVENTID(EventLVSelChanging));
58 m_evtSet.addEvent(EVENTID(EventLVSelChanged));
59 }
60
61 SListView::~SListView()
62 {

Callers

nothing calls this directly

Calls 2

AttachMethod · 0.45
addEventMethod · 0.45

Tested by

no test coverage detected