#include <FormHPContainer.hxx>
Public Slots | |
void | onModifySzOfPool (const QString &newSz) |
void | initSciptChanged () |
Public Slots inherited from FormContainerBase | |
void | on_ch_advance_stateChanged (int state) |
void | onModifyName (const QString &text) |
Public Member Functions | |
FormHPContainer (QWidget *parent=0) | |
virtual | ~FormHPContainer () |
void | FillPanel (YACS::ENGINE::Container *container) |
QString | getTypeStr () const |
bool | onApply () |
Public Member Functions inherited from FormContainerBase | |
FormContainerBase (QWidget *parent=0) | |
virtual | ~FormContainerBase () |
virtual void | onModified () |
virtual void | onCancel () |
Static Public Member Functions | |
static std::string | BuildWithFinalEndLine (const std::string &script) |
Private Attributes | |
QLineEdit * | _poolSz |
QTextEdit * | _initScript |
bool | _initScriptModified |
bool | _initScriptLoaded |
Additional Inherited Members | |
Protected Attributes inherited from FormContainerBase | |
bool | _advanced |
YACS::ENGINE::Container * | _container |
std::map< std::string, std::string > | _properties |
FormAdvParamContainer * | _advancedParams |
Definition at line 40 of file FormHPContainer.hxx.
FormHPContainer::FormHPContainer | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file FormHPContainer.cxx.
References FormContainerBase::_advancedParams, _initScript, _poolSz, FillPanel(), initSciptChanged(), and onModifySzOfPool().
|
virtual |
Definition at line 62 of file FormHPContainer.cxx.
|
static |
Definition at line 136 of file FormHPContainer.cxx.
References PMMLBasicsTestLauncher::ret.
Referenced by FillPanel(), and onApply().
|
virtual |
Reimplemented from FormContainerBase.
Definition at line 66 of file FormHPContainer.cxx.
References _initScript, _poolSz, FormContainerBase::_properties, BuildWithFinalEndLine(), DEBTRACE, FormContainerBase::FillPanel(), YACS::HMI::QtGuiContext::getQtCurrent(), YACS::ENGINE::HomogeneousPoolContainer::getSizeOfPool(), and YACS::ENGINE::HomogeneousPoolContainer::INITIALIZE_SCRIPT_KEY.
Referenced by FormHPContainer().
|
virtual |
Implements FormContainerBase.
Definition at line 91 of file FormHPContainer.cxx.
|
slot |
Definition at line 130 of file FormHPContainer.cxx.
References _initScriptModified, and FormContainerBase::onModified().
Referenced by FormHPContainer().
|
virtual |
Reimplemented from FormContainerBase.
Definition at line 111 of file FormHPContainer.cxx.
References FormContainerBase::_container, _initScript, _initScriptModified, FormContainerBase::_properties, BuildWithFinalEndLine(), DEBTRACE, YACS::HMI::QtGuiContext::getQtCurrent(), YACS::ENGINE::HomogeneousPoolContainer::INITIALIZE_SCRIPT_KEY, PMMLBasicsTestLauncher::ret, YACS::HMI::SubjectContainerBase::setName(), YACS::HMI::SubjectContainerBase::setProperties(), and YASSERT.
|
slot |
Definition at line 96 of file FormHPContainer.cxx.
References FormContainerBase::_container, FormContainerBase::_properties, YACS::ENGINE::Container::getProperties(), FormContainerBase::onModified(), and YACS::ENGINE::HomogeneousPoolContainer::SIZE_OF_POOL_KEY.
Referenced by FormHPContainer().
|
private |
Definition at line 60 of file FormHPContainer.hxx.
Referenced by FillPanel(), FormHPContainer(), and onApply().
|
private |
Definition at line 63 of file FormHPContainer.hxx.
|
private |
Definition at line 62 of file FormHPContainer.hxx.
Referenced by initSciptChanged(), and onApply().
|
private |
Definition at line 56 of file FormHPContainer.hxx.
Referenced by FillPanel(), and FormHPContainer().