Blender  V2.59
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 155 of file Value.h.


Constructor & Destructor Documentation

CAction::CAction ( ) [inline]

Definition at line 158 of file Value.h.

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

Definition at line 160 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: