public List <string> MimeTypes(Phonon.ObjectDescriptionType type)
 {
     return((List <string>)interceptor.Invoke("mimeTypes$", "mimeTypes(Phonon::ObjectDescriptionType) const", typeof(List <string>), typeof(Phonon.ObjectDescriptionType), type));
 }
 /// <remarks>
 ///  Returns the MIME data that dropMimeData() can use to create new
 ///  items.
 ///              </remarks>        <short>    Returns the MIME data that dropMimeData() can use to create new  items.</short>
 public QMimeData MimeData(Phonon.ObjectDescriptionType type, List <QModelIndex> indexes)
 {
     return((QMimeData)interceptor.Invoke("mimeData$?", "mimeData(Phonon::ObjectDescriptionType, const QList<QModelIndex>&) const", typeof(QMimeData), typeof(Phonon.ObjectDescriptionType), type, typeof(List <QModelIndex>), indexes));
 }
 public bool DropMimeData(Phonon.ObjectDescriptionType type, QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
 {
     return((bool)interceptor.Invoke("dropMimeData$#$$$#", "dropMimeData(Phonon::ObjectDescriptionType, const QMimeData*, Qt::DropAction, int, int, const QModelIndex&)", typeof(bool), typeof(Phonon.ObjectDescriptionType), type, typeof(QMimeData), data, typeof(Qt.DropAction), action, typeof(int), row, typeof(int), column, typeof(QModelIndex), parent));
 }
Exemple #4
0
 public static Phonon.ObjectDescriptionData FromIndex(Phonon.ObjectDescriptionType type, int index)
 {
     return((Phonon.ObjectDescriptionData)staticInterceptor.Invoke("fromIndex$$", "fromIndex(Phonon::ObjectDescriptionType, int)", typeof(Phonon.ObjectDescriptionData), typeof(Phonon.ObjectDescriptionType), type, typeof(int), index));
 }