|
LibreOffice Module starmath (master) 1
|
#include <dialog.hxx>
Public Member Functions | |
| SmCategoryDesc (weld::Builder &rBuilder, sal_uInt16 nCategoryIdx) | |
| ~SmCategoryDesc () | |
| const OUString & | GetName () const |
| const OUString & | GetString (sal_uInt16 Index) const |
| sal_uInt16 | GetMinimum (sal_uInt16 Index) |
| sal_uInt16 | GetMaximum (sal_uInt16 Index) |
| sal_uInt16 | GetValue (sal_uInt16 Index) const |
| void | SetValue (sal_uInt16 Index, sal_uInt16 nVal) |
| weld::Widget * | GetGraphic (sal_uInt16 Index) const |
Private Attributes | |
| OUString | Name |
| OUString | Strings [4] |
| std::unique_ptr< weld::Widget > | Graphics [4] |
| sal_uInt16 | Minimum [4] |
| sal_uInt16 | Maximum [4] |
| sal_uInt16 | Value [4] |
Definition at line 159 of file dialog.hxx.
| SmCategoryDesc::SmCategoryDesc | ( | weld::Builder & | rBuilder, |
| sal_uInt16 | nCategoryIdx | ||
| ) |
Definition at line 584 of file dialog.cxx.
References Graphics, i, Maximum, Minimum, Name, pMinMaxData, Strings, Value, weld::Builder::weld_label(), and weld::Builder::weld_widget().
| SmCategoryDesc::~SmCategoryDesc | ( | ) |
Definition at line 613 of file dialog.cxx.
|
inline |
Definition at line 179 of file dialog.hxx.
References Graphics.
|
inline |
Definition at line 175 of file dialog.hxx.
References Maximum.
Referenced by SmDistanceDialog::SetCategory().
|
inline |
Definition at line 174 of file dialog.hxx.
References Minimum.
Referenced by SmDistanceDialog::SetCategory().
|
inline |
Definition at line 172 of file dialog.hxx.
References Name.
|
inline |
Definition at line 173 of file dialog.hxx.
References Strings.
Referenced by SmDistanceDialog::SetCategory().
|
inline |
Definition at line 176 of file dialog.hxx.
References Value.
Referenced by SmDistanceDialog::SetCategory().
|
inline |
Definition at line 177 of file dialog.hxx.
References Value.
Referenced by SmDistanceDialog::SetCategory().
|
private |
Definition at line 163 of file dialog.hxx.
Referenced by GetGraphic(), and SmCategoryDesc().
|
private |
Definition at line 165 of file dialog.hxx.
Referenced by GetMaximum(), and SmCategoryDesc().
|
private |
Definition at line 164 of file dialog.hxx.
Referenced by GetMinimum(), and SmCategoryDesc().
|
private |
Definition at line 161 of file dialog.hxx.
Referenced by GetName(), and SmCategoryDesc().
|
private |
Definition at line 162 of file dialog.hxx.
Referenced by GetString(), and SmCategoryDesc().
|
private |
Definition at line 166 of file dialog.hxx.
Referenced by GetValue(), SetValue(), and SmCategoryDesc().