1 #ifndef __ACTIONINFOTOTALLENGTH_H__
2 #define __ACTIONINFOTOTALLENGTH_H__
4 #include "actioninterface.h"
7 * This action class can handle user events to delete entities.
9 * @author James Hammons
10 * @author Andrew Mustun
12 class ActionInfoTotalLength: public ActionInterface
19 Acknowledge /**< Acknowledge or cancel. */
23 ActionInfoTotalLength(EntityContainer & container, GraphicView & graphicView);
24 ~ActionInfoTotalLength();
26 virtual void init(int status = 0);
27 virtual void trigger();
28 virtual void updateToolBar();
31 #endif // __ACTIONINFOTOTALLENGTH_H__