QDrop |
![]() |
Use the following commands to setup QDrop plug-in areas.
QD_SetDroppableFileExtensions | Configures a QDrop plug-in area to accept specific file extensions |
QD_GetDroppableFileExtensions | Returns the file extensions that are accepted by a QDrop plug-in area |
QD_SetDroppableFileUTIs | Configures a QDrop plug-in area to accept specific file UTIs on Mac OS X |
QD_GetDroppableFileUTIs | Returns the file UTIs that are accepted by a QDrop plug-in area on Mac OS X |
QD_SetDroppableFileTypes | Configures a QDrop plug-in area to accept specific file types |
QD_GetDroppableFileTypes | Returns the file types that are accepted by a QDrop plug-in area |
QD_SetDropOptions | Configures various options of a QDrop plug-in area |
QD_GetDropOptions | Returns various options of a QDrop plug-in area |
QD_SetFeedbackOptions | Configures the dragging feedback options for a QDrop plug-in area |
QD_GetFeedbackOptions | Returns the dragging feedback options of a QDrop plug-in area |
QD_SetDropHandler | Specifies the drop handler method for a QDrop plug-in area |
QD_GetDropHandler | Returns the drop handler method of a QDrop plug-in area |