Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

DocStatus Class Reference

Stores the current status of the document. More...

#include <DocStatus.h>

List of all members.

Public Types

enum  Mode {
  Select, NewState, NewTransition, Zooming,
  Simulating
}
 Document modes. More...


Public Methods

 DocStatus ()
 Constructor.

 ~DocStatus ()
 Destructor.

int getMode ()
 Gets the current mode of the document.

void setMode (int m)
 Sets the current mode m of the document.


Private Attributes

int mode
 Mode.


Detailed Description

Stores the current status of the document.

The current status of the document includes the mode in which the document is in. This determines e.g. what happens if the user presses a mouse button inside the view.


Member Enumeration Documentation

enum DocStatus::Mode
 

Document modes.

These are the modes a document can be in. The default one is Select.

Enumeration values:
Select   Select.
NewState   Add new states.
NewTransition   Add new transitions.
Zooming   Zoom in/out.
Simulating   Simultate the machine.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 22:37:15 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001