LibreOffice Module dbaccess (master) 1
|
Public Member Functions | |
DbaMouseDownListBoxController (ListBoxControl *_pParent) | |
void | SetAdditionalModifyHdl (const Link< DbaMouseDownListBoxController &, void > &_rHdl) |
Public Member Functions inherited from svt::ListBoxCellController | |
ListBoxCellController (ListBoxControl *pParent) | |
weld::ComboBox & | GetListBox () const |
virtual bool | IsValueChangedFromSaved () const override |
virtual void | SaveValue () override |
Public Member Functions inherited from svt::CellController | |
CellController (ControlBase *pW) | |
virtual | ~CellController () override |
ControlBase & | GetWindow () const |
virtual void | SaveValue ()=0 |
virtual bool | IsValueChangedFromSaved () const=0 |
virtual void | CommitModifications () |
void | suspend () |
void | resume () |
bool | isSuspended () const |
Protected Member Functions | |
virtual void | callModifyHdl () override |
Protected Member Functions inherited from svt::ListBoxCellController | |
virtual bool | MoveAllowed (const KeyEvent &rEvt) const override |
Protected Member Functions inherited from svt::CellController | |
virtual bool | MoveAllowed (const KeyEvent &rEvt) const |
void | SetModifyHdl (const Link< LinkParamNone *, void > &rLink) |
virtual void | ActivatingMouseEvent (const BrowserMouseEvent &rEvt, bool bUp) |
virtual void | callModifyHdl () |
Protected Attributes | |
Link< DbaMouseDownListBoxController &, void > | m_aAdditionalModifyHdl |
Definition at line 43 of file indexfieldscontrol.cxx.
|
inlineexplicit |
Definition at line 49 of file indexfieldscontrol.cxx.
|
overrideprotectedvirtual |
Reimplemented from svt::CellController.
Definition at line 65 of file indexfieldscontrol.cxx.
References svt::CellController::callModifyHdl(), and m_aAdditionalModifyHdl.
void dbaui::DbaMouseDownListBoxController::SetAdditionalModifyHdl | ( | const Link< DbaMouseDownListBoxController &, void > & | _rHdl | ) |
Definition at line 60 of file indexfieldscontrol.cxx.
References m_aAdditionalModifyHdl.
Referenced by dbaui::IndexFieldsControl::GetController().
|
protected |
Definition at line 46 of file indexfieldscontrol.cxx.
Referenced by callModifyHdl(), and SetAdditionalModifyHdl().