#include <actionrepository_p.h>
Inheritance diagram for qdesigner_internal::ActionRepositoryMimeData:


Definition at line 70 of file actionrepository_p.h.
Public Member Functions | |
| ActionRepositoryMimeData () | |
| virtual | ~ActionRepositoryMimeData () |
| virtual QStringList | formats () const |
Public Attributes | |
| QList< QAction * > | items |
| qdesigner_internal::ActionRepositoryMimeData::ActionRepositoryMimeData | ( | ) | [inline] |
| virtual qdesigner_internal::ActionRepositoryMimeData::~ActionRepositoryMimeData | ( | ) | [inline, virtual] |
| virtual QStringList qdesigner_internal::ActionRepositoryMimeData::formats | ( | ) | const [inline, virtual] |
Returns a list of formats supported by the object. This is a list of MIME types for which the object can return suitable data. The formats in the list are in a priority order.
For the most common types of data, you can call the higher-level functions hasText(), hasHtml(), hasUrls(), hasImage(), and hasColor() instead.
Reimplemented from QMimeData.
Definition at line 79 of file actionrepository_p.h.
00079 { return QStringList() << "action-repository/actions"; }
Definition at line 77 of file actionrepository_p.h.
1.5.1