|
|
@ -77,6 +77,8 @@ public:
|
|
|
|
//!it is original layout compared to pseudo-layouts that are combinations of multiple-original layouts
|
|
|
|
//!it is original layout compared to pseudo-layouts that are combinations of multiple-original layouts
|
|
|
|
bool isOriginalLayout() const;
|
|
|
|
bool isOriginalLayout() const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool isWritable() const;
|
|
|
|
|
|
|
|
|
|
|
|
int version() const;
|
|
|
|
int version() const;
|
|
|
|
void setVersion(int ver);
|
|
|
|
void setVersion(int ver);
|
|
|
|
|
|
|
|
|
|
|
@ -132,6 +134,11 @@ public:
|
|
|
|
QList<Plasma::Types::Location> freeEdges(QScreen *screen) const;
|
|
|
|
QList<Plasma::Types::Location> freeEdges(QScreen *screen) const;
|
|
|
|
QList<Plasma::Types::Location> freeEdges(int screen) const;
|
|
|
|
QList<Plasma::Types::Location> freeEdges(int screen) const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//! make it only read-only
|
|
|
|
|
|
|
|
void lock();
|
|
|
|
|
|
|
|
//! make it writable which it should be the default
|
|
|
|
|
|
|
|
void unlock();
|
|
|
|
|
|
|
|
|
|
|
|
int noDocksWithTasks() const;
|
|
|
|
int noDocksWithTasks() const;
|
|
|
|
int docksCount() const;
|
|
|
|
int docksCount() const;
|
|
|
|
int docksCount(int screen) const;
|
|
|
|
int docksCount(int screen) const;
|
|
|
|