1
0
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:
Michail Vourlakos 2017-07-02 15:06:35 +03:00
parent 06ddef8506
commit b35501012e
4 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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)