Searched refs:m_pComboBox (Results 1 – 5 of 5) sorted by relevance
173 , m_pComboBox( 0 ) in ComboboxToolbarController()184 m_pToolbar->SetItemWindow( m_nID, m_pComboBox ); in ComboboxToolbarController()201 delete m_pComboBox; in dispose()205 m_pComboBox = 0; in dispose()226 if ( m_pComboBox->GetEntryCount() > 0 ) in Select()241 notifyTextChanged( m_pComboBox->GetText() ); in Modify()299 m_pComboBox->SetText( aText ); in executeControlCommand()314 m_pComboBox->Clear(); in executeControlCommand()318 m_pComboBox->InsertEntry( aList[j] ); in executeControlCommand()366 m_pComboBox->InsertEntry( aText, nPos ); in executeControlCommand()[all …]
4531 if ( m_pComboBox ) in addItem()4532 m_pComboBox->InsertEntry( _Item, _Pos ); in addItem()4539 if ( m_pComboBox ) in addItems()4555 if ( m_pComboBox ) in removeItems()4566 return m_pComboBox ? m_pComboBox->GetEntryCount() : 0; in getItemCount()4574 if ( m_pComboBox ) in getItem()4575 sItem = m_pComboBox->GetEntry( _Pos ); in getItem()4584 if ( m_pComboBox ) in getItems()4590 *pItem = m_pComboBox->GetEntry( n ); in getItems()4601 if ( m_pComboBox ) in getDropDownLineCount()[all …]
73 QComboBox *m_pComboBox; member in WidgetPainter370 m_pComboBox( NULL ), in WidgetPainter()399 delete m_pComboBox, m_pComboBox = NULL; in ~WidgetPainter()894 if ( !m_pComboBox ) in comboBox()895 m_pComboBox = new QComboBox( false, NULL, "combo_box" ); in comboBox()896 pComboBox = m_pComboBox; in comboBox()
87 ComboBoxControl* m_pComboBox; member in framework::ComboboxToolbarController
1064 ComboBox* m_pComboBox; member in FmXComboBoxCell
Completed in 79 milliseconds