Krita Source Code Documentation
Loading...
Searching...
No Matches
TextPropertyConfigModel.cpp File Reference
#include <KSharedConfig>
#include <KConfigGroup>
#include "TextPropertyConfigModel.h"

Go to the source code of this file.

Classes

struct  TextPropertyConfigModel::Private
 
struct  TextPropertyConfigModel::TextPropertyData
 

Variables

const QString DEFAULT_VISIBILITY_STATE = "defaultVisibilityState"
 
const QMap< TextPropertyConfigModel::VisibilityState, QString > visibilityConfigNames
 

Variable Documentation

◆ DEFAULT_VISIBILITY_STATE

const QString DEFAULT_VISIBILITY_STATE = "defaultVisibilityState"

Definition at line 27 of file TextPropertyConfigModel.cpp.

◆ visibilityConfigNames

const QMap<TextPropertyConfigModel::VisibilityState, QString> visibilityConfigNames
Initial value:
= {
}
@ NeverVisible
Never show property.
@ FollowDefault
Follow the default property.
@ AlwaysVisible
Always show property.
@ WhenRelevant
Show when either set or inherited.

Definition at line 19 of file TextPropertyConfigModel.cpp.

19 {
25};