mirror of
https://github.com/KDE/latte-dock.git
synced 2025-02-19 05:58:00 +03:00
update new classes descriptions
This commit is contained in:
parent
06ddef8506
commit
b35501012e
@ -34,6 +34,8 @@ class DockCorona;
|
||||
|
||||
namespace Latte {
|
||||
|
||||
//! This class holds all the settings that are specific in
|
||||
//! a layout
|
||||
class GlobalSettings : public QObject {
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(bool autostart READ autostart WRITE setAutostart NOTIFY autostartChanged)
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
namespace Latte {
|
||||
|
||||
//! This class is responsible to import/export configurations
|
||||
//! and of course to import old configuration to new architecture
|
||||
class Importer : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
namespace Latte {
|
||||
|
||||
//! This class is responsible to manipulate all layouts.
|
||||
//! add,remove,rename, update configurations etc.
|
||||
class LayoutManager : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
|
||||
namespace Latte {
|
||||
|
||||
//! This class holds all the settings that are universally available
|
||||
//! independent of layouts
|
||||
class UniversalSettings : public QObject {
|
||||
Q_OBJECT
|
||||
//Q_PROPERTY(bool autostart READ autostart WRITE setAutostart NOTIFY autostartChanged)
|
||||
|
Loading…
x
Reference in New Issue
Block a user