Home
last modified time | relevance | path

Searched refs:m_pListBoxListener (Results 1 – 1 of 1) sorted by relevance

/trunk/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx97 , m_pListBoxListener( pListBoxListener ) in ListBoxControl()
103 m_pListBoxListener = 0; in ~ListBoxControl()
109 if ( m_pListBoxListener ) in Select()
110 m_pListBoxListener->Select(); in Select()
116 if ( m_pListBoxListener ) in DoubleClick()
117 m_pListBoxListener->DoubleClick(); in DoubleClick()
123 if ( m_pListBoxListener ) in GetFocus()
124 m_pListBoxListener->GetFocus(); in GetFocus()
130 if ( m_pListBoxListener ) in LoseFocus()
131 m_pListBoxListener->LoseFocus(); in LoseFocus()
[all …]

Completed in 11 milliseconds