class KToggleToolBarAction


Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KToggleToolBarAction
Inherits KToggleAction

An action that takes care of everything associated with showing or hiding a toolbar by a menu action. It will show or hide the toolbar with the given name when activated, and check or uncheck itself if the toolbar is manually shown or hidden.

If you need to perfom some additional action when the toolbar is shown or hidden, connect to the toggled(bool) signal. It will be emitted after the toolbar's visibility has changed, whenever it changes.



methods