Ignore:
Timestamp:
Dec 16, 2009, 2:40:09 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
38546d
Parents:
c2c893
Message:

Improved documentation for menu framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Actions/MethodAction.hpp

    rc2c893 rda09909  
    1313#include "Actions/Action.hpp"
    1414
     15/**
     16 * Wrapper class that allows the construction of Actions from any kind of Method
     17 */
    1518class MethodAction : public Action
    1619{
     
    2326  virtual bool canUndo();
    2427
    25   boost::function<void()> executeMethod;
     28  boost::function<void()> executeMethod; //!< this stores the method to be called
    2629
    2730
Note: See TracChangeset for help on using the changeset viewer.