42 #ifndef QTOOLBARLAYOUT_P_H 43 #define QTOOLBARLAYOUT_P_H 56 #include <QtGui/qlayout.h> 57 #include <private/qlayoutengine_p.h> 100 int indexOf(
QAction *action)
const;
103 bool layoutActions(
const QSize &size);
107 void setUsePopupMenu(
bool set);
108 void checkUsePopupMenu();
110 bool movable()
const;
111 void updateMarginAndSpacing();
112 bool hasExpandFlag()
const;
115 void setExpanded(
bool b);
125 void updateGeomArray()
const;
130 #endif // QT_NO_TOOLBAR 134 #endif // QTOOLBARLAYOUT_P_H
#define QT_END_NAMESPACE
This macro expands to.
virtual void invalidate()
Invalidates any cached information in this layout item.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QLayoutItem class provides an abstract item that a QLayout manipulates.
virtual int indexOf(QWidget *) const
Searches for widget widget in this layout (not including child layouts).
The QLayout class is the base class of geometry managers.
The QRect class defines a rectangle in the plane using integer precision.
The QSize class defines the size of a two-dimensional object using integer point precision.
The QAction class provides an abstract user interface action that can be inserted into widgets...
The QList class is a template class that provides lists.