umbrello 25.07.80
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
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
bool useBackgroundColor
QColor gridDotColor

Constructor & Destructor Documentation

◆ UIState()

Settings::UIState::UIState ( )
inline

Member Function Documentation

◆ load()

void Settings::UIState::load ( )

◆ loadFromXMI()

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

◆ save()

void Settings::UIState::save ( )

◆ saveToXMI()

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

Save instance to XMI.

Parameters
writerThe QXmlStreamWriter to save to.

Member Data Documentation

◆ backgroundColor

QColor Settings::UIState::backgroundColor

◆ fillColor

QColor Settings::UIState::fillColor

◆ font

QFont Settings::UIState::font

◆ gridDotColor

QColor Settings::UIState::gridDotColor

◆ lineColor

QColor Settings::UIState::lineColor

◆ lineWidth

uint Settings::UIState::lineWidth

◆ textColor

QColor Settings::UIState::textColor

◆ useBackgroundColor

bool Settings::UIState::useBackgroundColor

◆ useFillColor

bool Settings::UIState::useFillColor

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