Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QPixmapWheelData class represents a set of icons used by the QPixmapWheel class. More...
#include <QPixmapWheelData>
The QPixmapWheelData class represents a set of icons used by the QPixmapWheel class.
Construct an empty QPixmapWheelData instance.
Construct a copy of other.
Append a new icon. The icon name represents the value emitted from the QPixmapWheel::itemSelected() signal when the icon is selected. The pix and text parameters specify the pixmap and user visible text to be used for the icon.
Returns the number of icons in the data set.
Return the name of the idx icon in the set. idx must be less than count().
Return the pixmap for the idx icon in the set. idx must be less than count().
Return the text for the idx icon in the set. idx must be less than count().
Assign the contents of other to this instance.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |