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

#include <editbrowsebox.hxx>

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

Public Member Functions

 CheckBoxCellController (CheckBoxControl *pWin)
 
weld::CheckButtonGetCheckBox () 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 void ActivatingMouseEvent (const BrowserMouseEvent &rEvt, bool bUp) 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 632 of file editbrowsebox.hxx.

Constructor & Destructor Documentation

◆ CheckBoxCellController()

svt::CheckBoxCellController::CheckBoxCellController ( CheckBoxControl pWin)

Member Function Documentation

◆ ActivatingMouseEvent()

void svt::CheckBoxCellController::ActivatingMouseEvent ( const BrowserMouseEvent rEvt,
bool  bUp 
)
overrideprivatevirtual

◆ DECL_DLLPRIVATE_LINK()

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

◆ GetCheckBox()

weld::CheckButton & svt::CheckBoxCellController::GetCheckBox ( ) const

Definition at line 293 of file ebbcontrols.cxx.

References svt::CellController::GetWindow().

Referenced by IsValueChangedFromSaved(), and SaveValue().

◆ IsValueChangedFromSaved()

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

◆ SaveValue()

void svt::CheckBoxCellController::SaveValue ( )
overridevirtual

Implements svt::CellController.

Definition at line 303 of file ebbcontrols.cxx.

References GetCheckBox(), and weld::Toggleable::save_state().


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