LibreOffice Module sd (master) 1
Public Member Functions | Private Attributes | List of all members
ButtonSet Class Reference

#include <buttonset.hxx>

Public Member Functions

 ButtonSet ()
 
 ~ButtonSet ()
 
int getCount () const
 
bool getPreview (int nSet, const std::vector< OUString > &rButtons, Image &rImage)
 
bool exportButton (int nSet, const OUString &rPath, const OUString &rName)
 

Private Attributes

std::unique_ptr< ButtonSetImplmpImpl
 

Detailed Description

Definition at line 31 of file buttonset.hxx.

Constructor & Destructor Documentation

◆ ButtonSet()

ButtonSet::ButtonSet ( )

Definition at line 266 of file buttonset.cxx.

◆ ~ButtonSet()

ButtonSet::~ButtonSet ( )

Definition at line 271 of file buttonset.cxx.

Member Function Documentation

◆ exportButton()

bool ButtonSet::exportButton ( int  nSet,
const OUString &  rPath,
const OUString &  rName 
)

Definition at line 285 of file buttonset.cxx.

References mpImpl.

◆ getCount()

int ButtonSet::getCount ( ) const

Definition at line 275 of file buttonset.cxx.

References mpImpl.

◆ getPreview()

bool ButtonSet::getPreview ( int  nSet,
const std::vector< OUString > &  rButtons,
Image rImage 
)

Definition at line 280 of file buttonset.cxx.

References mpImpl.

Member Data Documentation

◆ mpImpl

std::unique_ptr<ButtonSetImpl> ButtonSet::mpImpl
private

Definition at line 43 of file buttonset.hxx.

Referenced by exportButton(), getCount(), and getPreview().


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