LibreOffice Module svtools (master) 1
Public Member Functions | Private Member Functions | List of all members
svt::ComboBoxCellController Class Referencefinal

#include <editbrowsebox.hxx>

Inheritance diagram for svt::ComboBoxCellController:
[legend]
Collaboration diagram for svt::ComboBoxCellController:
[legend]

Public Member Functions

 ComboBoxCellController (ComboBoxControl *pParent)
 
weld::ComboBoxGetComboBox () const
 
virtual bool IsValueChangedFromSaved () const override
 
virtual void SaveValue () override
 
- Public Member Functions inherited from svt::CellController
 CellController (ControlBase *pW)
 
virtual ~CellController () override
 
ControlBaseGetWindow () const
 
virtual void SaveValue ()=0
 
virtual bool IsValueChangedFromSaved () const =0
 
virtual void CommitModifications ()
 
void suspend ()
 
void resume ()
 
bool isSuspended () const
 
- Public Member Functions inherited from SvRefBase
 SvRefBase ()
 
 SvRefBase (const SvRefBase &)
 
SvRefBaseoperator= (const SvRefBase &)
 
void RestoreNoDelete ()
 
void AddNextRef ()
 
void AddFirstRef ()
 
void ReleaseRef ()
 
unsigned int GetRefCount () const
 

Private Member Functions

virtual bool MoveAllowed (const KeyEvent &rEvt) const override
 
 DECL_DLLPRIVATE_LINK (ModifyHdl, LinkParamNone *, void)
 

Additional Inherited Members

- 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 Member Functions inherited from SvRefBase
virtual ~SvRefBase () COVERITY_NOEXCEPT_FALSE
 

Detailed Description

Definition at line 700 of file editbrowsebox.hxx.

Constructor & Destructor Documentation

◆ ComboBoxCellController()

svt::ComboBoxCellController::ComboBoxCellController ( ComboBoxControl pParent)

Member Function Documentation

◆ DECL_DLLPRIVATE_LINK()

svt::ComboBoxCellController::DECL_DLLPRIVATE_LINK ( ModifyHdl  ,
LinkParamNone ,
void   
)
private

◆ GetComboBox()

weld::ComboBox & svt::ComboBoxCellController::GetComboBox ( ) const
inline

Definition at line 705 of file editbrowsebox.hxx.

Referenced by IsValueChangedFromSaved(), MoveAllowed(), and SaveValue().

◆ IsValueChangedFromSaved()

bool svt::ComboBoxCellController::IsValueChangedFromSaved ( ) const
overridevirtual

◆ MoveAllowed()

bool svt::ComboBoxCellController::MoveAllowed ( const KeyEvent rEvt) const
overrideprivatevirtual

◆ SaveValue()

void svt::ComboBoxCellController::SaveValue ( )
overridevirtual

Implements svt::CellController.

Definition at line 115 of file ebbcontrols.cxx.

References GetComboBox(), and weld::ComboBox::save_value().


The documentation for this class was generated from the following files: