#include <option.hxx>
Public Member Functions | |
| OptionData () | |
| ~OptionData () throw () | |
| void | setVarPositive (bool b) |
| bool | getVarPositive () const |
| void | setVarInteger (bool b) |
| bool | getVarInteger () const |
| void | setModelType (OptModelType type) |
| OptModelType | getModelType () const |
Private Attributes | |
| ::std::auto_ptr < OptionDataImpl > | m_pImpl |
Definition at line 45 of file option.hxx.
| scsolver::OptionData::OptionData | ( | ) |
Definition at line 54 of file option.cxx.
| scsolver::OptionData::~OptionData | ( | ) | throw () |
Definition at line 58 of file option.cxx.
| void scsolver::OptionData::setVarPositive | ( | bool | b | ) |
Definition at line 62 of file option.cxx.
References m_pImpl.
Referenced by scsolver::OptionDlgOKAction::execute(), and scsolver::SolveModelImpl::solveLp().
| bool scsolver::OptionData::getVarPositive | ( | ) | const |
Definition at line 67 of file option.cxx.
References m_pImpl.
Referenced by scsolver::SolveModelImpl::solveLp().
| void scsolver::OptionData::setVarInteger | ( | bool | b | ) |
Definition at line 72 of file option.cxx.
References m_pImpl.
Referenced by scsolver::OptionDlgOKAction::execute().
| bool scsolver::OptionData::getVarInteger | ( | ) | const |
Definition at line 77 of file option.cxx.
References m_pImpl.
Referenced by scsolver::SolveModelImpl::solveLp().
| void scsolver::OptionData::setModelType | ( | OptModelType | type | ) |
Definition at line 82 of file option.cxx.
References m_pImpl.
Referenced by scsolver::OptionDlgOKAction::execute().
| OptModelType scsolver::OptionData::getModelType | ( | ) | const |
Definition at line 87 of file option.cxx.
References m_pImpl.
Referenced by scsolver::OptionBtnListener::actionPerformed(), and scsolver::SolveModelImpl::solve().
::std::auto_ptr<OptionDataImpl> scsolver::OptionData::m_pImpl [private] |
Definition at line 61 of file option.hxx.
Referenced by getModelType(), getVarInteger(), getVarPositive(), setModelType(), setVarInteger(), and setVarPositive().
1.5.3