Lines Matching refs:CPWL_ComboBox

100   if (auto* pComboBox = static_cast<CPWL_ComboBox*>(GetParentWindow()))  in OnCharNotify()
164 CPWL_ComboBox::CPWL_ComboBox( in CPWL_ComboBox() function in CPWL_ComboBox
172 CPWL_ComboBox::~CPWL_ComboBox() = default;
174 void CPWL_ComboBox::OnDestroy() { in OnDestroy()
185 void CPWL_ComboBox::SetFocus() { in SetFocus()
190 void CPWL_ComboBox::KillFocus() { in KillFocus()
197 WideString CPWL_ComboBox::GetSelectedText() { in GetSelectedText()
204 void CPWL_ComboBox::ReplaceSelection(const WideString& text) { in ReplaceSelection()
209 bool CPWL_ComboBox::CanUndo() { in CanUndo()
213 bool CPWL_ComboBox::CanRedo() { in CanRedo()
217 bool CPWL_ComboBox::Undo() { in Undo()
221 bool CPWL_ComboBox::Redo() { in Redo()
225 WideString CPWL_ComboBox::GetText() { in GetText()
229 void CPWL_ComboBox::SetText(const WideString& text) { in SetText()
234 void CPWL_ComboBox::AddString(const WideString& str) { in AddString()
239 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect()
243 void CPWL_ComboBox::SetSelect(int32_t nItemIndex) { in SetSelect()
251 void CPWL_ComboBox::SetEditSelection(int32_t nStartChar, int32_t nEndChar) { in SetEditSelection()
256 void CPWL_ComboBox::GetEditSelection(int32_t& nStartChar, in GetEditSelection()
265 void CPWL_ComboBox::ClearSelection() { in ClearSelection()
270 void CPWL_ComboBox::CreateChildWnd(const CreateParams& cp) { in CreateChildWnd()
276 void CPWL_ComboBox::CreateEdit(const CreateParams& cp) { in CreateEdit()
301 void CPWL_ComboBox::CreateButton(const CreateParams& cp) { in CreateButton()
320 void CPWL_ComboBox::CreateListBox(const CreateParams& cp) { in CreateListBox()
348 bool CPWL_ComboBox::RePosChildWnd() { in RePosChildWnd()
349 ObservedPtr<CPWL_ComboBox> thisObserved(this); in RePosChildWnd()
424 void CPWL_ComboBox::SelectAll() { in SelectAll()
429 CFX_FloatRect CPWL_ComboBox::GetFocusRect() const { in GetFocusRect()
433 bool CPWL_ComboBox::SetPopup(bool bPopup) { in SetPopup()
450 ObservedPtr<CPWL_ComboBox> thisObserved(this); in SetPopup()
486 bool CPWL_ComboBox::OnKeyDown(uint16_t nChar, uint32_t nFlag) { in OnKeyDown()
533 bool CPWL_ComboBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
555 void CPWL_ComboBox::NotifyLButtonDown(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonDown()
563 void CPWL_ComboBox::NotifyLButtonUp(CPWL_Wnd* child, const CFX_PointF& pos) { in NotifyLButtonUp()
575 bool CPWL_ComboBox::IsPopup() const { in IsPopup()
579 void CPWL_ComboBox::SetSelectText() { in SetSelectText()
586 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) { in SetFillerNotify()