|
CLAM-Development
1.3
|
This class wrapps a vector (array) of Controls and gives its Controls automatic names at construction. More...
#include <ControlArray.hxx>
Public Member Functions | |
| ControlArray () | |
| ControlArray (int size, const std::string &name, Processing *parent) | |
| ControlArray (int size, const std::list< std::string > &names, Processing *parent) | |
| template<typename ProcessingType , typename ValueType > | |
| ControlArray (int size, const std::string &name, ProcessingType *parent, void(ProcessingType::*method)(unsigned, ValueType)) | |
| ~ControlArray () | |
| ControlT & | operator[] (int i) |
| const ControlT & | operator[] (int i) const |
| void | Resize (int size, const std::string &name, Processing *parent) |
| void | Resize (int size, const std::list< std::string > &names, Processing *parent) |
| template<typename ProcessingType , typename ValueType > | |
| void | Resize (int size, const std::string &name, ProcessingType *parent, void(ProcessingType::*method)(unsigned, ValueType)) |
| void | Append (int size, const std::string &names, Processing *parent) |
| void | Append (int size, const std::list< std::string > &names, Processing *parent) |
| int | Size () const |
| void | Clear () |
Protected Member Functions | |
| void | Shrink (int size) |
This class wrapps a vector (array) of Controls and gives its Controls automatic names at construction.
Definition at line 41 of file ControlArray.hxx.
| CLAM::ControlArray< ControlT >::ControlArray | ( | ) | [inline] |
Definition at line 47 of file ControlArray.hxx.
| CLAM::ControlArray< ControlT >::ControlArray | ( | int | size, |
| const std::string & | name, | ||
| Processing * | parent | ||
| ) | [inline] |
Definition at line 48 of file ControlArray.hxx.
| CLAM::ControlArray< ControlT >::ControlArray | ( | int | size, |
| const std::list< std::string > & | names, | ||
| Processing * | parent | ||
| ) | [inline] |
Definition at line 51 of file ControlArray.hxx.
| CLAM::ControlArray< ControlT >::ControlArray | ( | int | size, |
| const std::string & | name, | ||
| ProcessingType * | parent, | ||
| void(ProcessingType::*)(unsigned, ValueType) | method | ||
| ) | [inline] |
Definition at line 57 of file ControlArray.hxx.
| CLAM::ControlArray< ControlT >::~ControlArray | ( | ) | [inline] |
Definition at line 62 of file ControlArray.hxx.
| void CLAM::ControlArray< ControlT >::Append | ( | int | size, |
| const std::string & | names, | ||
| Processing * | parent | ||
| ) |
Definition at line 136 of file ControlArray.hxx.
| void CLAM::ControlArray< ControlT >::Append | ( | int | size, |
| const std::list< std::string > & | names, | ||
| Processing * | parent | ||
| ) |
Definition at line 143 of file ControlArray.hxx.
| void CLAM::ControlArray< ControlT >::Clear | ( | ) | [inline] |
Definition at line 92 of file ControlArray.hxx.
Referenced by CLAM::ControlPrinter::RemoveOldControls(), CLAM::ControlTraceReader::RemoveOldControls(), CLAM::ControlTraceWriter::RemoveOldControls(), and CLAM::ControlArray< FloatInControl >::~ControlArray().
| ControlT& CLAM::ControlArray< ControlT >::operator[] | ( | int | i | ) | [inline] |
Definition at line 64 of file ControlArray.hxx.
| const ControlT& CLAM::ControlArray< ControlT >::operator[] | ( | int | i | ) | const [inline] |
Definition at line 65 of file ControlArray.hxx.
| void CLAM::ControlArray< ControlT >::Resize | ( | int | size, |
| const std::string & | name, | ||
| Processing * | parent | ||
| ) |
Definition at line 99 of file ControlArray.hxx.
Referenced by CLAM::ControlPrinter::ConcreteConfigure(), CLAM::Controller::ConcreteConfigure(), CLAM::Control2Data::ConcreteConfigure(), CLAM::ControlTraceReader::ConcreteConfigure(), CLAM::SMSHarmonizer::ConcreteConfigure(), CLAM::ControlTraceWriter::ConcreteConfigure(), CLAM::SMSTransformationChain::ConcreteConfigure(), and CLAM::ControlArray< FloatInControl >::ControlArray().
| void CLAM::ControlArray< ControlT >::Resize | ( | int | size, |
| const std::list< std::string > & | names, | ||
| Processing * | parent | ||
| ) |
Definition at line 118 of file ControlArray.hxx.
References CLAM_ASSERT.
| void CLAM::ControlArray< ControlT >::Resize | ( | int | size, |
| const std::string & | name, | ||
| ProcessingType * | parent, | ||
| void(ProcessingType::*)(unsigned, ValueType) | method | ||
| ) | [inline] |
Definition at line 70 of file ControlArray.hxx.
| void CLAM::ControlArray< ControlT >::Shrink | ( | int | size | ) | [protected] |
Definition at line 151 of file ControlArray.hxx.
References CLAM_ASSERT.
Referenced by CLAM::ControlArray< FloatInControl >::Clear(), and CLAM::ControlArray< FloatInControl >::Resize().
| int CLAM::ControlArray< ControlT >::Size | ( | ) | const [inline] |
Definition at line 90 of file ControlArray.hxx.
Referenced by CLAM::Controller::ConcreteConfigure(), CLAM::SMSHarmonizer::ConcreteConfigure(), CLAM::ControlTraceEvent::ControlTraceEvent(), CLAM::ControlPrinter::Do(), CLAM::SMSHarmonizer::Do(), and CLAM::ControlTraceEvent::UpdateControls().
1.7.6.1