knotes
Go to the documentation of this file.
18 #ifndef KNOTEDISPLAYSETTINGS_H
19 #define KNOTEDISPLAYSETTINGS_H
26 namespace NoteShared {
27 class NoteDisplayAttribute;
36 void setDisplayAttribute(NoteShared::NoteDisplayAttribute* attr);
37 NoteShared::NoteDisplayAttribute *displayAttribute()
const;
38 QColor backgroundColor()
const;
40 QColor foregroundColor()
const;
42 bool rememberDesktop()
const;
45 QFont titleFont()
const;
47 bool isHidden()
const;
49 bool showInTaskbar()
const;
50 bool keepAbove()
const;
51 bool keepBelow()
const;
52 bool autoIndent()
const;
55 NoteShared::NoteDisplayAttribute *mDisplayAttribute;
58 #endif // KNOTEDISPLAYSETTINGS_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:28 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.