]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/functor.h
creaButtonContainer: new structure to make easy the button settings
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / functor.h
index aab0713ca54c02238b051e67a4a640c88408d716..f895a8204e54af9d93f3f06871950f27e921d032 100644 (file)
@@ -2,7 +2,7 @@
  * @file functor.h
  * @brief Defines TFunctor class
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-19
+ * @date  2011-05-24
  */
 
 #ifndef TFUNCTOR_H_
@@ -77,6 +77,7 @@ namespace creaButtonContainer
                                         *      @brief Override operator "()". Execute member function.
                                         *      @see TFunctor
                                         *      @param buttonName
+                                        *      @exception std::bad_alloc
                                         */
                                        virtual void
                                        operator()( const ButtonIDType &buttonName );
@@ -85,6 +86,7 @@ namespace creaButtonContainer
                                         *      @brief Override function "Call". Execute member function
                                         *      @see TFunctor
                                         *      @param buttonName
+                                        *      @exception std::bad_alloc
                                         */
                                        virtual void
                                        Call( const ButtonIDType &buttonName );