16 using namespace kome::core;
21 #define new new( _NORMAL_BLOCK, __FILE__, __LINE__ )
22 #define malloc( s ) _malloc_dbg( s, _NORMAL_BLOCK, __FILE__, __LINE__ )
54 for(
unsigned int i = 0; i < num; i++ ) {
55 selected[ i ] =
false;
62 if( item >= 0 && item < (
int)num ) {
63 selected[ item ] =
true;
interfaces of ManualSelector class
void setSelected(const int item, const bool selected)
sets selection status
virtual ~ManualSelector()
destructor
ManualSelector()
constructor
virtual bool onSelect(const unsigned int num, const char **items, const char **values, bool *selected)
This method is called by select method. (override method)
std::set< int > m_selectedItemSet