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

#include <solveroptions.hxx>

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

Public Member Functions

 ScSolverValueDialog (weld::Window *pParent)
 
virtual ~ScSolverValueDialog () override
 
void SetOptionName (const OUString &rName)
 
void SetValue (double fValue)
 
void SetMax (double fValue)
 
double 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::Entrym_xEdValue
 
double m_fMaxValue
 

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 110 of file solveroptions.hxx.

Constructor & Destructor Documentation

◆ ScSolverValueDialog()

ScSolverValueDialog::ScSolverValueDialog ( weld::Window pParent)

Definition at line 374 of file solveroptions.cxx.

References m_xFrame.

◆ ~ScSolverValueDialog()

ScSolverValueDialog::~ScSolverValueDialog ( )
overridevirtual

Definition at line 382 of file solveroptions.cxx.

Member Function Documentation

◆ GetValue()

double ScSolverValueDialog::GetValue ( ) const

◆ SetMax()

void ScSolverValueDialog::SetMax ( double  fValue)

Definition at line 398 of file solveroptions.cxx.

References m_fMaxValue.

◆ SetOptionName()

void ScSolverValueDialog::SetOptionName ( const OUString &  rName)

Definition at line 386 of file solveroptions.cxx.

References m_xFrame.

◆ SetValue()

void ScSolverValueDialog::SetValue ( double  fValue)

Definition at line 391 of file solveroptions.cxx.

References ScGlobal::getLocaleData(), and m_xEdValue.

Member Data Documentation

◆ m_fMaxValue

double ScSolverValueDialog::m_fMaxValue
private

Definition at line 114 of file solveroptions.hxx.

Referenced by GetValue(), and SetMax().

◆ m_xEdValue

std::unique_ptr<weld::Entry> ScSolverValueDialog::m_xEdValue
private

Definition at line 113 of file solveroptions.hxx.

Referenced by GetValue(), and SetValue().

◆ m_xFrame

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

Definition at line 112 of file solveroptions.hxx.

Referenced by SetOptionName().


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