OpenASIP  2.0
Variables
ProDeOptionsSerializer.cc File Reference
#include "ProDeOptionsSerializer.hh"
#include "Application.hh"
#include "Conversion.hh"
#include "ObjectState.hh"
#include "ProDeOptions.hh"
Include dependency graph for ProDeOptionsSerializer.cc:

Go to the source code of this file.

Variables

const string UNDO = "undo-stack"
 Name of the element declaring the size of the undo stack. More...
 
const string UNDO_SIZE = "size"
 Name of the attribute of the undo element. More...
 
const int DEFAULT_UNDO_SIZE = 10
 Default undo stack size. More...
 

Detailed Description

Implementation of ProDeOptionsSerializer class.

Author
Veli-Pekka Jääskeläinen 2005 (vjaaskel-no.spam-cs.tut.fi)
Note
rating: red

Definition in file ProDeOptionsSerializer.cc.

Variable Documentation

◆ DEFAULT_UNDO_SIZE

const int DEFAULT_UNDO_SIZE = 10

Default undo stack size.

Definition at line 47 of file ProDeOptionsSerializer.cc.

Referenced by ProDeOptionsSerializer::convertToOptionsObjectFormat().

◆ UNDO

const string UNDO = "undo-stack"

Name of the element declaring the size of the undo stack.

Definition at line 42 of file ProDeOptionsSerializer.cc.

Referenced by ProDeOptionsSerializer::convertToConfigFileFormat(), and ProDeOptionsSerializer::convertToOptionsObjectFormat().

◆ UNDO_SIZE

const string UNDO_SIZE = "size"

Name of the attribute of the undo element.

Definition at line 44 of file ProDeOptionsSerializer.cc.

Referenced by ProDeOptionsSerializer::convertToConfigFileFormat(), and ProDeOptionsSerializer::convertToOptionsObjectFormat().