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

#include <optionstate.h>

Collaboration diagram for Settings::UIState:

Public Member Functions

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

Public Attributes

bool useFillColor
 
QColor fillColor
 
QColor lineColor
 
uint lineWidth
 
QColor textColor
 
QFont font
 
QColor backgroundColor
 
QColor gridDotColor
 

Constructor & Destructor Documentation

Settings::UIState::UIState ( )
inline

Member Function Documentation

void Settings::UIState::load ( )

Here is the call graph for this function:

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

Load instance from a QDomElement.

Parameters
elementA QDomElement representing xml element data.
Returns
true on success
false on error
void Settings::UIState::save ( )

Here is the call graph for this function:

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

Save instance to XMI.

Parameters
writerThe QXmlStreamWriter to save to.

Member Data Documentation

QColor Settings::UIState::backgroundColor
QColor Settings::UIState::fillColor
QFont Settings::UIState::font
QColor Settings::UIState::gridDotColor
QColor Settings::UIState::lineColor
uint Settings::UIState::lineWidth
QColor Settings::UIState::textColor
bool Settings::UIState::useFillColor

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