umbrello 2.34.70-5524f40e1
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

◆ OptionState()

Settings::OptionState::OptionState ( )

Member Function Documentation

◆ instance()

OptionState & Settings::OptionState::instance ( )
static
Here is the call graph for this function:

◆ load()

void Settings::OptionState::load ( )
Here is the call graph for this function:

◆ loadFromXMI()

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:

◆ save()

void Settings::OptionState::save ( )
Here is the call graph for this function:

◆ saveToXMI()

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

AutoLayoutState Settings::OptionState::autoLayoutState

◆ classState

ClassState Settings::OptionState::classState

◆ codeGenerationState

CodeGenerationState Settings::OptionState::codeGenerationState

◆ codeImportState

CodeImportState Settings::OptionState::codeImportState

◆ codeViewerState

CodeViewerState Settings::OptionState::codeViewerState

◆ generalState

GeneralState Settings::OptionState::generalState

◆ layoutTypeState

LayoutTypeState Settings::OptionState::layoutTypeState

◆ uiState

UIState Settings::OptionState::uiState

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