KDEUI
Go to the documentation of this file.
20 #ifndef KEDITTOOLBAR_H
21 #define KEDITTOOLBAR_H
27 class KEditToolBarPrivate;
117 void setDefaultToolBar(
const QString& toolBarName );
136 void setResourceFile(
const QString& file,
bool global =
true );
144 static void setGlobalDefaultToolBar(
const char *toolBarName);
152 void newToolBarConfig();
154 QT_MOC_COMPAT
void newToolbarConfig();
157 virtual void showEvent(QShowEvent* event);
158 virtual void hideEvent(QHideEvent* event);
161 friend class KEditToolBarPrivate;
162 KEditToolBarPrivate *
const d;
164 Q_PRIVATE_SLOT( d,
void _k_slotOk() )
165 Q_PRIVATE_SLOT( d,
void _k_slotApply() )
166 Q_PRIVATE_SLOT( d,
void _k_acceptOK(
bool) )
167 Q_PRIVATE_SLOT( d,
void _k_slotDefault() )
172 #endif // _KEDITTOOLBAR_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon May 5 2014 18:10:26 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.