LibreOffice Module framework (master) 1
Public Types | Public Member Functions | Private Member Functions | Private Attributes | List of all members
framework::GlobalSettings Class Reference

#include <globalsettings.hxx>

Public Types

enum  StateInfo {
  STATEINFO_LOCKED ,
  STATEINFO_DOCKED
}
 

Public Member Functions

 GlobalSettings (css::uno::Reference< css::uno::XComponentContext > xContext)
 
 ~GlobalSettings ()
 
bool HasToolbarStatesInfo () const
 
bool GetToolbarStateInfo (StateInfo eStateInfo, css::uno::Any &aValue)
 

Private Member Functions

 GlobalSettings (const GlobalSettings &)=delete
 
GlobalSettingsoperator= (const GlobalSettings &)=delete
 

Private Attributes

css::uno::Reference< css::uno::XComponentContext > m_xContext
 

Detailed Description

Definition at line 27 of file globalsettings.hxx.

Member Enumeration Documentation

◆ StateInfo

Enumerator
STATEINFO_LOCKED 
STATEINFO_DOCKED 

Definition at line 33 of file globalsettings.hxx.

Constructor & Destructor Documentation

◆ GlobalSettings() [1/2]

framework::GlobalSettings::GlobalSettings ( css::uno::Reference< css::uno::XComponentContext >  xContext)

Definition at line 230 of file globalsettings.cxx.

◆ ~GlobalSettings()

framework::GlobalSettings::~GlobalSettings ( )

Definition at line 235 of file globalsettings.cxx.

◆ GlobalSettings() [2/2]

framework::GlobalSettings::GlobalSettings ( const GlobalSettings )
privatedelete

Member Function Documentation

◆ GetToolbarStateInfo()

bool framework::GlobalSettings::GetToolbarStateInfo ( StateInfo  eStateInfo,
css::uno::Any &  aValue 
)

◆ HasToolbarStatesInfo()

bool framework::GlobalSettings::HasToolbarStatesInfo ( ) const

◆ operator=()

GlobalSettings & framework::GlobalSettings::operator= ( const GlobalSettings )
privatedelete

Member Data Documentation

◆ m_xContext

css::uno::Reference< css::uno::XComponentContext > framework::GlobalSettings::m_xContext
private

Definition at line 47 of file globalsettings.hxx.

Referenced by GetToolbarStateInfo(), and HasToolbarStatesInfo().


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