umbrello  2.38.5
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Settings::OptionState Class Reference

#include <optionstate.h>

Collaboration diagram for Settings::OptionState:

Public Member Functions

 OptionState ()
 
void load ()
 
void save ()
 
void saveToXMI (QXmlStreamWriter &writer)
 
bool loadFromXMI (QDomElement &element)
 

Static Public Member Functions

static OptionStateinstance ()
 

Public Attributes

GeneralState generalState
 
LayoutTypeState layoutTypeState
 
UIState uiState
 
ClassState classState
 
CodeViewerState codeViewerState
 
CodeGenerationState codeGenerationState
 
CodeImportState codeImportState
 
AutoLayoutState autoLayoutState
 

Constructor & Destructor Documentation

Settings::OptionState::OptionState ( )

Member Function Documentation

OptionState & Settings::OptionState::instance ( )
static

Here is the call graph for this function:

void Settings::OptionState::load ( )

Here is the call graph for this function:

bool Settings::OptionState::loadFromXMI ( QDomElement &  element)

Load instance from a QDomElement.

Parameters
elementA QDomElement representing xml element data.
Returns
true on success
false on error

Here is the call graph for this function:

void Settings::OptionState::save ( )

Here is the call graph for this function:

void Settings::OptionState::saveToXMI ( QXmlStreamWriter &  writer)

Save instance to a QXmlStreamWriter.

Parameters
writerThe QXmlStreamWriter to save to.

Here is the call graph for this function:

Member Data Documentation

AutoLayoutState Settings::OptionState::autoLayoutState
ClassState Settings::OptionState::classState
CodeGenerationState Settings::OptionState::codeGenerationState
CodeImportState Settings::OptionState::codeImportState
CodeViewerState Settings::OptionState::codeViewerState
GeneralState Settings::OptionState::generalState
LayoutTypeState Settings::OptionState::layoutTypeState
UIState Settings::OptionState::uiState

The documentation for this class was generated from the following files: