LibreOffice Module dbaccess (master) 1
|
describes the state of a feature More...
#include <genericcontroller.hxx>
Public Member Functions | |
FeatureState () | |
Public Attributes | |
bool | bEnabled |
std::optional< bool > | bChecked |
std::optional< bool > | bInvisible |
css::uno::Any | aValue |
std::optional< OUString > | sTitle |
describes the state of a feature
In opposite to the FeatureStateEvent in css.frame, this one allows for multiple states to be specified at once. With this, you can for instance specify that a toolbox item is checked, and has a certain title, at the same time.
Definition at line 120 of file genericcontroller.hxx.
|
inline |
Definition at line 129 of file genericcontroller.hxx.
css::uno::Any dbaui::FeatureState::aValue |
Definition at line 126 of file genericcontroller.hxx.
Referenced by dbaui::OQueryController::GetState(), and dbaui::OSingleDocumentController::GetState().
std::optional<bool> dbaui::FeatureState::bChecked |
Definition at line 124 of file genericcontroller.hxx.
Referenced by dbaui::OApplicationController::GetState(), dbaui::SbaXDataBrowserController::GetState(), dbaui::OJoinController::GetState(), dbaui::OQueryController::GetState(), dbaui::ORelationController::GetState(), dbaui::OTableController::GetState(), dbaui::SbaTableQueryBrowser::GetState(), dbaui::OGenericUnoController::ImplBroadcastFeatureState(), and dbaui::OGenericUnoController::isCommandChecked().
bool dbaui::FeatureState::bEnabled |
Definition at line 122 of file genericcontroller.hxx.
Referenced by dbaui::OGenericUnoController::GetState(), dbaui::OApplicationController::GetState(), dbaui::SbaXDataBrowserController::GetState(), dbaui::OJoinController::GetState(), dbaui::OQueryController::GetState(), dbaui::ORelationController::GetState(), dbaui::OSingleDocumentController::GetState(), dbaui::OTableController::GetState(), dbaui::SbaTableQueryBrowser::GetState(), dbaui::OGenericUnoController::ImplBroadcastFeatureState(), and dbaui::OGenericUnoController::isCommandEnabled().
std::optional<bool> dbaui::FeatureState::bInvisible |
Definition at line 125 of file genericcontroller.hxx.
Referenced by dbaui::OGenericUnoController::ImplBroadcastFeatureState().
std::optional<OUString> dbaui::FeatureState::sTitle |
Definition at line 127 of file genericcontroller.hxx.
Referenced by dbaui::OApplicationController::GetState(), dbaui::SbaXDataBrowserController::GetState(), dbaui::OJoinController::GetState(), dbaui::OSingleDocumentController::GetState(), dbaui::SbaTableQueryBrowser::GetState(), and dbaui::OGenericUnoController::ImplBroadcastFeatureState().