LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::ModelConstraint Struct Reference

#include <SolverSettings.hxx>

Public Member Functions

 ModelConstraint ()
 
bool IsDefault () const
 

Public Attributes

OUString aLeftStr
 
ConstraintOperator nOperator
 
OUString aRightStr
 

Detailed Description

Definition at line 68 of file SolverSettings.hxx.

Constructor & Destructor Documentation

◆ ModelConstraint()

sc::ModelConstraint::ModelConstraint ( )
inline

Definition at line 74 of file SolverSettings.hxx.

Member Function Documentation

◆ IsDefault()

bool sc::ModelConstraint::IsDefault ( ) const
inline

Definition at line 78 of file SolverSettings.hxx.

References aLeftStr, aRightStr, sc::CO_LESS_EQUAL, and nOperator.

Referenced by ScOptSolverDlg::ReadConditions().

Member Data Documentation

◆ aLeftStr

OUString sc::ModelConstraint::aLeftStr

◆ aRightStr

OUString sc::ModelConstraint::aRightStr

◆ nOperator

ConstraintOperator sc::ModelConstraint::nOperator

The documentation for this struct was generated from the following file: