Blender V2.61 - r43446
Public Member Functions

CAction Class Reference

#include <Value.h>

List of all members.

Public Member Functions

 CAction ()
virtual ~CAction ()
virtual void Execute () const =0

Detailed Description

Base Class for all Actions performed on CValue's. Can be extended for undo/redo system in future.

Definition at line 154 of file Value.h.


Constructor & Destructor Documentation

CAction::CAction ( ) [inline]

Definition at line 157 of file Value.h.

virtual CAction::~CAction ( ) [inline, virtual]

Definition at line 159 of file Value.h.


Member Function Documentation

virtual void CAction::Execute ( ) const [pure virtual]

Referenced by CValue::Execute().


The documentation for this class was generated from the following file: