|
LibreOffice Module sd (master) 1
|
#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< ButtonSetImpl > | mpImpl |
Definition at line 31 of file buttonset.hxx.
| ButtonSet::ButtonSet | ( | ) |
Definition at line 266 of file buttonset.cxx.
| ButtonSet::~ButtonSet | ( | ) |
Definition at line 271 of file buttonset.cxx.
| bool ButtonSet::exportButton | ( | int | nSet, |
| const OUString & | rPath, | ||
| const OUString & | rName | ||
| ) |
Definition at line 285 of file buttonset.cxx.
References mpImpl.
| int ButtonSet::getCount | ( | ) | const |
Definition at line 275 of file buttonset.cxx.
References mpImpl.
Definition at line 280 of file buttonset.cxx.
References mpImpl.
|
private |
Definition at line 43 of file buttonset.hxx.
Referenced by exportButton(), getCount(), and getPreview().