LibreOffice Module svx (master) 1
|
#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 () | |
Definition at line 50 of file formcontrolling.hxx.
|
inlineprotected |
Definition at line 65 of file formcontrolling.hxx.
|
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
_rFeatures | Ids of the features to be invalidated. |
Referenced by svx::FormControllerHelper::invalidateAllFeatures(), and svx::FormControllerHelper::invalidateFeatures().