not a slot
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802280
This commit is contained in:
parent
13fcca652e
commit
c6f866378d
14
corona.h
14
corona.h
@ -85,6 +85,13 @@ public:
|
|||||||
*/
|
*/
|
||||||
Containment* addContainment(const QString& name, const QVariantList& args = QVariantList());
|
Containment* addContainment(const QString& name, const QVariantList& args = QVariantList());
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the Containment, if any, for a given physical screen
|
||||||
|
*
|
||||||
|
* @param screen number of the physical screen to locate
|
||||||
|
*/
|
||||||
|
Containment* containmentForScreen(int screen) const;
|
||||||
|
|
||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
/**
|
/**
|
||||||
* Load applet layout from a config file
|
* Load applet layout from a config file
|
||||||
@ -111,13 +118,6 @@ public Q_SLOTS:
|
|||||||
*/
|
*/
|
||||||
void destroyContainment(Containment *containment);
|
void destroyContainment(Containment *containment);
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the Containment, if any, for a given physical screen
|
|
||||||
*
|
|
||||||
* @param screen number of the physical screen to locate
|
|
||||||
*/
|
|
||||||
Containment* containmentForScreen(int screen) const;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The type of immutability of this Corona
|
* @return The type of immutability of this Corona
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user