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

#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::WidgetGetGraphic (sal_uInt16 Index) const
 

Private Attributes

OUString Name
 
OUString Strings [4]
 
std::unique_ptr< weld::WidgetGraphics [4]
 
sal_uInt16 Minimum [4]
 
sal_uInt16 Maximum [4]
 
sal_uInt16 Value [4]
 

Detailed Description

Definition at line 159 of file dialog.hxx.

Constructor & Destructor Documentation

◆ SmCategoryDesc()

SmCategoryDesc::SmCategoryDesc ( weld::Builder rBuilder,
sal_uInt16  nCategoryIdx 
)

◆ ~SmCategoryDesc()

SmCategoryDesc::~SmCategoryDesc ( )

Definition at line 613 of file dialog.cxx.

Member Function Documentation

◆ GetGraphic()

weld::Widget * SmCategoryDesc::GetGraphic ( sal_uInt16  Index) const
inline

Definition at line 179 of file dialog.hxx.

References Graphics.

◆ GetMaximum()

sal_uInt16 SmCategoryDesc::GetMaximum ( sal_uInt16  Index)
inline

Definition at line 175 of file dialog.hxx.

References Maximum.

Referenced by SmDistanceDialog::SetCategory().

◆ GetMinimum()

sal_uInt16 SmCategoryDesc::GetMinimum ( sal_uInt16  Index)
inline

Definition at line 174 of file dialog.hxx.

References Minimum.

Referenced by SmDistanceDialog::SetCategory().

◆ GetName()

const OUString & SmCategoryDesc::GetName ( ) const
inline

Definition at line 172 of file dialog.hxx.

References Name.

◆ GetString()

const OUString & SmCategoryDesc::GetString ( sal_uInt16  Index) const
inline

Definition at line 173 of file dialog.hxx.

References Strings.

Referenced by SmDistanceDialog::SetCategory().

◆ GetValue()

sal_uInt16 SmCategoryDesc::GetValue ( sal_uInt16  Index) const
inline

Definition at line 176 of file dialog.hxx.

References Value.

Referenced by SmDistanceDialog::SetCategory().

◆ SetValue()

void SmCategoryDesc::SetValue ( sal_uInt16  Index,
sal_uInt16  nVal 
)
inline

Definition at line 177 of file dialog.hxx.

References Value.

Referenced by SmDistanceDialog::SetCategory().

Member Data Documentation

◆ Graphics

std::unique_ptr<weld::Widget> SmCategoryDesc::Graphics[4]
private

Definition at line 163 of file dialog.hxx.

Referenced by GetGraphic(), and SmCategoryDesc().

◆ Maximum

sal_uInt16 SmCategoryDesc::Maximum[4]
private

Definition at line 165 of file dialog.hxx.

Referenced by GetMaximum(), and SmCategoryDesc().

◆ Minimum

sal_uInt16 SmCategoryDesc::Minimum[4]
private

Definition at line 164 of file dialog.hxx.

Referenced by GetMinimum(), and SmCategoryDesc().

◆ Name

OUString SmCategoryDesc::Name
private

Definition at line 161 of file dialog.hxx.

Referenced by GetName(), and SmCategoryDesc().

◆ Strings

OUString SmCategoryDesc::Strings[4]
private

Definition at line 162 of file dialog.hxx.

Referenced by GetString(), and SmCategoryDesc().

◆ Value

sal_uInt16 SmCategoryDesc::Value[4]
private

Definition at line 166 of file dialog.hxx.

Referenced by GetValue(), SetValue(), and SmCategoryDesc().


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