umbrello 2.34.70-5524f40e1
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::CodeViewerState Class Reference

configurable params for the code viewer tool More...

#include <codeviewerstate.h>

Collaboration diagram for Settings::CodeViewerState:

Public Member Functions

void load ()
 
void save ()
 

Public Attributes

int height
 
int width
 
bool showHiddenBlocks
 
bool blocksAreHighlighted
 
QFont font
 
QColor paperColor
 
QColor fontColor
 
QColor selectedColor
 
QColor editBlockColor
 
QColor nonEditBlockColor
 
QColor umlObjectColor
 
QColor hiddenColor
 

Detailed Description

configurable params for the code viewer tool

Member Function Documentation

◆ load()

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

◆ save()

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

Member Data Documentation

◆ blocksAreHighlighted

bool Settings::CodeViewerState::blocksAreHighlighted

◆ editBlockColor

QColor Settings::CodeViewerState::editBlockColor

◆ font

QFont Settings::CodeViewerState::font

◆ fontColor

QColor Settings::CodeViewerState::fontColor

◆ height

int Settings::CodeViewerState::height

◆ hiddenColor

QColor Settings::CodeViewerState::hiddenColor

◆ nonEditBlockColor

QColor Settings::CodeViewerState::nonEditBlockColor

◆ paperColor

QColor Settings::CodeViewerState::paperColor

◆ selectedColor

QColor Settings::CodeViewerState::selectedColor

◆ showHiddenBlocks

bool Settings::CodeViewerState::showHiddenBlocks

◆ umlObjectColor

QColor Settings::CodeViewerState::umlObjectColor

◆ width

int Settings::CodeViewerState::width

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