qdesigner_internal::ActionRepositoryMimeData Class Reference

#include <actionrepository_p.h>

Inheritance diagram for qdesigner_internal::ActionRepositoryMimeData:

Inheritance graph
[legend]
Collaboration diagram for qdesigner_internal::ActionRepositoryMimeData:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 70 of file actionrepository_p.h.

Public Member Functions

 ActionRepositoryMimeData ()
virtual ~ActionRepositoryMimeData ()
virtual QStringList formats () const

Public Attributes

QList< QAction * > items


Constructor & Destructor Documentation

qdesigner_internal::ActionRepositoryMimeData::ActionRepositoryMimeData (  )  [inline]

Definition at line 74 of file actionrepository_p.h.

00074 {}

virtual qdesigner_internal::ActionRepositoryMimeData::~ActionRepositoryMimeData (  )  [inline, virtual]

Definition at line 75 of file actionrepository_p.h.

00075 {}


Member Function Documentation

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.

See also:
hasFormat(), setData(), data()

Reimplemented from QMimeData.

Definition at line 79 of file actionrepository_p.h.

00079 { return QStringList() << "action-repository/actions"; }


Member Data Documentation

QList<QAction*> qdesigner_internal::ActionRepositoryMimeData::items

Definition at line 77 of file actionrepository_p.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 20:41:25 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1