OpenASIP
2.0
|
#include "ProDeOptionsSerializer.hh"
#include "Application.hh"
#include "Conversion.hh"
#include "ObjectState.hh"
#include "ProDeOptions.hh"
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... | |
Implementation of ProDeOptionsSerializer class.
Definition in file ProDeOptionsSerializer.cc.
const int DEFAULT_UNDO_SIZE = 10 |
Default undo stack size.
Definition at line 47 of file ProDeOptionsSerializer.cc.
Referenced by ProDeOptionsSerializer::convertToOptionsObjectFormat().
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().
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().