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

#include <solveroptions.hxx>

Inheritance diagram for ScSolverIntegerDialog:
[legend]
Collaboration diagram for ScSolverIntegerDialog:
[legend]

Public Member Functions

 ScSolverIntegerDialog (weld::Window *pParent)
 
virtual ~ScSolverIntegerDialog () override
 
void SetOptionName (const OUString &rName)
 
void SetValue (sal_Int32 nValue)
 
void SetMax (sal_Int32 nValue)
 
sal_Int32 GetValue () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

std::unique_ptr< weld::Framem_xFrame
 
std::unique_ptr< weld::SpinButtonm_xNfValue
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 95 of file solveroptions.hxx.

Constructor & Destructor Documentation

◆ ScSolverIntegerDialog()

ScSolverIntegerDialog::ScSolverIntegerDialog ( weld::Window pParent)

Definition at line 343 of file solveroptions.cxx.

References m_xFrame.

◆ ~ScSolverIntegerDialog()

ScSolverIntegerDialog::~ScSolverIntegerDialog ( )
overridevirtual

Definition at line 350 of file solveroptions.cxx.

Member Function Documentation

◆ GetValue()

sal_Int32 ScSolverIntegerDialog::GetValue ( ) const

Definition at line 369 of file solveroptions.cxx.

References m_xNfValue.

◆ SetMax()

void ScSolverIntegerDialog::SetMax ( sal_Int32  nValue)

Definition at line 364 of file solveroptions.cxx.

References m_xNfValue.

◆ SetOptionName()

void ScSolverIntegerDialog::SetOptionName ( const OUString &  rName)

Definition at line 354 of file solveroptions.cxx.

References m_xFrame.

◆ SetValue()

void ScSolverIntegerDialog::SetValue ( sal_Int32  nValue)

Definition at line 359 of file solveroptions.cxx.

References m_xNfValue, and nValue.

Member Data Documentation

◆ m_xFrame

std::unique_ptr<weld::Frame> ScSolverIntegerDialog::m_xFrame
private

Definition at line 97 of file solveroptions.hxx.

Referenced by SetOptionName().

◆ m_xNfValue

std::unique_ptr<weld::SpinButton> ScSolverIntegerDialog::m_xNfValue
private

Definition at line 98 of file solveroptions.hxx.

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


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