#include <actions.hpp>
Inheritance diagram for Action::Adjust:
Public Types | |
typedef std::auto_ptr< Adjust > | AutoPtr |
Shortcut for an auto pointer. | |
Public Member Functions | |
virtual int | run (const std::string &path) |
Application interface to perform a task. | |
AutoPtr | clone () const |
Virtual copy construction. |
|
Application interface to perform a task.
Implements Action::Task. |