scsolver::OptionData Class Reference

#include <option.hxx>

List of all members.

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


Detailed Description

Definition at line 45 of file option.hxx.


Constructor & Destructor Documentation

scsolver::OptionData::OptionData (  ) 

Definition at line 54 of file option.cxx.

scsolver::OptionData::~OptionData (  )  throw ()

Definition at line 58 of file option.cxx.


Member Function Documentation

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().


Member Data Documentation

::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().


The documentation for this class was generated from the following files:
Generated on Mon Jul 28 09:13:48 2008 for scsolver by  doxygen 1.5.3