Enlightenment CVS committal Author : andreas Project : e17 Module : proto/eflpp
Dir : e17/proto/eflpp/src/esmart Modified Files: eflpp_esmart_group.cpp eflpp_esmart_group.h Log Message: - doxygen images - library dependency information - esmart group changes =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/esmart/eflpp_esmart_group.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- eflpp_esmart_group.cpp 10 Jul 2007 21:38:10 -0000 1.1 +++ eflpp_esmart_group.cpp 7 Aug 2007 20:39:20 -0000 1.2 @@ -41,6 +41,11 @@ evasObjectList.push_back (object); } +void EvasEsmartGroup::remove (EvasObject* object) +{ + cerr << "EvasEsmartGroup::remove" << endl; +} + // Handler functions void EvasEsmartGroup::addHandler() @@ -79,6 +84,14 @@ void EvasEsmartGroup::hideHandler() { cerr << "EvasEsmartGroup::hideHandler" << endl; + for (list<EvasObject*>::iterator eol_it = evasObjectList.begin (); + eol_it != evasObjectList.end (); + eol_it++) + { + EvasObject *eo = (*eol_it); + + eo->hide(); + } } void EvasEsmartGroup::colorSetHandler( int r, int g, int b, int a ) =================================================================== RCS file: /cvs/e/e17/proto/eflpp/src/esmart/eflpp_esmart_group.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- eflpp_esmart_group.h 10 Jul 2007 21:38:10 -0000 1.1 +++ eflpp_esmart_group.h 7 Aug 2007 20:39:20 -0000 1.2 @@ -19,6 +19,7 @@ virtual ~EvasEsmartGroup(); void add (EvasObject* object); + void remove (EvasObject* object); protected: // smart object handlers ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs