LibreOffice Module dbaccess (master) 1
Public Member Functions | Public Attributes | List of all members
dbaui::FeatureState Struct Reference

describes the state of a feature More...

#include <genericcontroller.hxx>

Collaboration diagram for dbaui::FeatureState:
[legend]

Public Member Functions

 FeatureState ()
 

Public Attributes

bool bEnabled
 
std::optional< bool > bChecked
 
std::optional< bool > bInvisible
 
css::uno::Any aValue
 
std::optional< OUString > sTitle
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FeatureState()

dbaui::FeatureState::FeatureState ( )
inline

Definition at line 129 of file genericcontroller.hxx.

Member Data Documentation

◆ aValue

css::uno::Any dbaui::FeatureState::aValue

◆ bChecked

std::optional<bool> dbaui::FeatureState::bChecked

◆ bEnabled

bool dbaui::FeatureState::bEnabled

◆ bInvisible

std::optional<bool> dbaui::FeatureState::bInvisible

◆ sTitle

std::optional<OUString> dbaui::FeatureState::sTitle

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