Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

BigUndoable::MyState Struct Reference

List of all members.

Public Member Functions

 MyState (int i, float f)
 MyState ()

Public Attributes

int fInt
float fFloat

Constructor & Destructor Documentation

BigUndoable::MyState::MyState int  i,
float  f
[inline]
 

Definition at line 32 of file test-Undoable.cxx.

00032 : fInt(i), fFloat(f) {};

BigUndoable::MyState::MyState  )  [inline]
 

Definition at line 33 of file test-Undoable.cxx.

00033 : fInt(0), fFloat(0.0) {};


Member Data Documentation

float BigUndoable::MyState::fFloat
 

Definition at line 31 of file test-Undoable.cxx.

Referenced by BigUndoable::BigUndoable(), BigUndoable::GetFloat(), and BigUndoable::IncState().

int BigUndoable::MyState::fInt
 

Definition at line 30 of file test-Undoable.cxx.

Referenced by BigUndoable::BigUndoable(), BigUndoable::GetInt(), and BigUndoable::IncState().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 15 11:08:49 2010 for loon by  doxygen 1.3.9.1