more documentation
svn path=/trunk/KDE/kdelibs/; revision=1163229
This commit is contained in:
parent
0d2681a23d
commit
cee5caa79b
@ -92,7 +92,15 @@ public:
|
||||
* remove the tool associated with this action
|
||||
*/
|
||||
virtual void removeTool(QAction *action) = 0;
|
||||
|
||||
/**
|
||||
* @return true if the ToolBox is open and shown the actions list
|
||||
*/
|
||||
virtual bool isShowing() const = 0;
|
||||
|
||||
/**
|
||||
* Opens or closes the ToolBox
|
||||
*/
|
||||
virtual void setShowing(const bool show) = 0;
|
||||
|
||||
public Q_SLOTS:
|
||||
|
Loading…
Reference in New Issue
Block a user