LibreOffice Module svx (master) 1
Public Member Functions | Protected Member Functions | List of all members
svx::IControllerFeatureInvalidation Class Referenceabstract

#include <formcontrolling.hxx>

Public Member Functions

virtual void invalidateFeatures (const ::std::vector< sal_Int32 > &_rFeatures)=0
 invalidates the given features More...
 

Protected Member Functions

 ~IControllerFeatureInvalidation ()
 

Detailed Description

Definition at line 50 of file formcontrolling.hxx.

Constructor & Destructor Documentation

◆ ~IControllerFeatureInvalidation()

svx::IControllerFeatureInvalidation::~IControllerFeatureInvalidation ( )
inlineprotected

Definition at line 65 of file formcontrolling.hxx.

Member Function Documentation

◆ invalidateFeatures()

virtual void svx::IControllerFeatureInvalidation::invalidateFeatures ( const ::std::vector< sal_Int32 > &  _rFeatures)
pure virtual

invalidates the given features

Invalidation means that any user interface representation (such as toolbox buttons), or any dispatches associated with the features in question are potentially out-of-date, and need to be updated

Parameters
_rFeaturesIds of the features to be invalidated.

Referenced by svx::FormControllerHelper::invalidateAllFeatures(), and svx::FormControllerHelper::invalidateFeatures().


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