LibreOffice Module svx (master) 1
Public Member Functions | Private Attributes | List of all members
svx::ToolboxAccess Class Reference

#include <tbxcolor.hxx>

Public Member Functions

 ToolboxAccess (std::u16string_view rToolboxName)
 
void toggleToolbox () const
 toggles the toolbox More...
 
bool isToolboxVisible () const
 determines whether the toolbox is currently visible More...
 

Private Attributes

OUString m_sToolboxResName
 
css::uno::Reference< css::frame::XLayoutManager > m_xLayouter
 

Detailed Description

Definition at line 36 of file tbxcolor.hxx.

Constructor & Destructor Documentation

◆ ToolboxAccess()

svx::ToolboxAccess::ToolboxAccess ( std::u16string_view  rToolboxName)

Member Function Documentation

◆ isToolboxVisible()

bool svx::ToolboxAccess::isToolboxVisible ( ) const

determines whether the toolbox is currently visible

Definition at line 87 of file tbxcolor.cxx.

References m_sToolboxResName, and m_xLayouter.

Referenced by SvxGrafAttrHelper::GetGrafAttrState().

◆ toggleToolbox()

void svx::ToolboxAccess::toggleToolbox ( ) const

toggles the toolbox

Definition at line 60 of file tbxcolor.cxx.

References Exception, m_sToolboxResName, m_xLayouter, and TOOLS_WARN_EXCEPTION.

Referenced by SvxGrafAttrHelper::ExecuteGrafAttr().

Member Data Documentation

◆ m_sToolboxResName

OUString svx::ToolboxAccess::m_sToolboxResName
private

Definition at line 39 of file tbxcolor.hxx.

Referenced by isToolboxVisible(), toggleToolbox(), and ToolboxAccess().

◆ m_xLayouter

css::uno::Reference< css::frame::XLayoutManager > svx::ToolboxAccess::m_xLayouter
private

Definition at line 41 of file tbxcolor.hxx.

Referenced by isToolboxVisible(), toggleToolbox(), and ToolboxAccess().


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