9 #include <kconfigskeleton.h>
12 #include <kglobalsettings.h>
17 KNoteConfig( KSharedConfig::Ptr config = KGlobal::config() );
25 if (!isImmutable( QString::fromLatin1(
"BgColor" ) ))
42 if (!isImmutable( QString::fromLatin1(
"FgColor" ) ))
59 if (!isImmutable( QString::fromLatin1(
"Width" ) ))
76 if (!isImmutable( QString::fromLatin1(
"Height" ) ))
93 if (!isImmutable( QString::fromLatin1(
"RememberDesktop" ) ))
102 return mRememberDesktop;
110 if (!isImmutable( QString::fromLatin1(
"Font" ) ))
127 if (!isImmutable( QString::fromLatin1(
"TitleFont" ) ))
144 if (!isImmutable( QString::fromLatin1(
"AutoIndent" ) ))
161 if (!isImmutable( QString::fromLatin1(
"RichText" ) ))
178 if (!isImmutable( QString::fromLatin1(
"TabSize" ) ))
195 if (!isImmutable( QString::fromLatin1(
"ReadOnly" ) ))
212 if (!isImmutable( QString::fromLatin1(
"Version" ) ))
229 if (!isImmutable( QString::fromLatin1(
"Desktop" ) ))
246 if (!isImmutable( QString::fromLatin1(
"HideNote" ) ))
263 if (!isImmutable( QString::fromLatin1(
"Position" ) ))
280 if (!isImmutable( QString::fromLatin1(
"ShowInTaskbar" ) ))
289 return mShowInTaskbar;
297 if (!isImmutable( QString::fromLatin1(
"KeepAbove" ) ))
314 if (!isImmutable( QString::fromLatin1(
"KeepBelow" ) ))
QString version() const
Get version.
bool rememberDesktop() const
Get RememberDesktop.
void setKeepAbove(bool v)
Set KeepAbove.
int desktop() const
Get desktop.
void setBgColor(const QColor &v)
Set bgcolor.
void setShowInTaskbar(bool v)
Set ShowInTaskbar.
void setRememberDesktop(bool v)
Set RememberDesktop.
void setTabSize(uint v)
Set tabsize.
void setReadOnly(bool v)
Set ReadOnly.
bool showInTaskbar() const
Get ShowInTaskbar.
bool autoIndent() const
Get autoindent.
uint height() const
Get height.
QColor bgColor() const
Get bgcolor.
void setPosition(const QPoint &v)
Set position.
QFont titleFont() const
Get titlefont.
void setVersion(const QString &v)
Set version.
uint tabSize() const
Get tabsize.
void setHideNote(bool v)
Set HideNote.
void setRichText(bool v)
Set richtext.
void setAutoIndent(bool v)
Set autoindent.
QColor fgColor() const
Get fgcolor.
void setHeight(uint v)
Set height.
void setFont(const QFont &v)
Set font.
QFont font() const
Get font.
bool hideNote() const
Get HideNote.
bool richText() const
Get richtext.
void setDesktop(int v)
Set desktop.
void setFgColor(const QColor &v)
Set fgcolor.
uint width() const
Get width.
void setWidth(uint v)
Set width.
QPoint position() const
Get position.
bool keepAbove() const
Get KeepAbove.
bool readOnly() const
Get ReadOnly.
void setTitleFont(const QFont &v)
Set titlefont.
void setKeepBelow(bool v)
Set KeepBelow.
bool keepBelow() const
Get KeepBelow.