|
void | signalAddItems (const QList< QUrl > &) |
|
void | signalContextMenuRequested () |
|
void | signalFoundRAWImages (bool) |
|
void | signalImageListChanged () |
|
void | signalItemClicked (QTreeWidgetItem *) |
|
void | signalMoveDownItem () |
|
void | signalMoveUpItem () |
|
void | signalRemovedItems (const QList< int > &) |
|
void | signalXMLCustomElementsToRead (QXmlStreamReader &) |
|
void | signalXMLCustomElementsToWrite (QXmlStreamWriter &) |
|
void | signalXMLLoadImageElement (QXmlStreamReader &) |
|
void | signalXMLSaveItem (QXmlStreamWriter &, int) |
|
|
| DItemsList (QWidget *const parent) |
|
void | appendControlButtonsWidget (QWidget *const widget) |
| Append a extra widget to the end of Control Button layout (as a progress bar for exemple).
|
|
void | cancelProcess () |
|
bool | checkSelection () |
| a function to check whether an image has been selected or not.
|
|
void | clearProcessedStatus () |
|
void | enableControlButtons (bool enable=true) |
|
void | enableDragAndDrop (const bool enable=true) |
|
QUrl | getCurrentUrl () const |
|
int | iconSize () const |
|
DInfoInterface * | iface () const |
|
virtual QList< QUrl > | imageUrls (bool onlyUnprocessed=false) const |
|
DItemsListView * | listView () const |
|
void | loadImagesFromCurrentAlbum () |
| A function to load all the images from the album if no image has been selected by user.
|
|
void | loadImagesFromCurrentSelection () |
|
void | processed (const QUrl &url, bool success) |
|
void | processing (const QUrl &url) |
|
virtual void | removeItemByUrl (const QUrl &url) |
|
void | setAllowDuplicate (bool allow) |
|
void | setAllowRAW (bool allow) |
|
void | setControlButtons (ControlButtons buttonMask) |
|
QBoxLayout * | setControlButtonsPlacement (ControlButtonPlacement placement) |
| Plug the control buttons near to the list, following 'placement' position.
|
|
void | setCurrentUrl (const QUrl &url) |
|
void | setIconSize (int size) |
|
void | setIface (DInfoInterface *const iface) |
|
void | updateThumbnail (const QUrl &url) |
|
|
void | setIsLessThanHandler (DItemsListIsLessThanHandler fncptr) |
| Methods to handle function pointer used to customize sort items in list.
|
|
DItemsListIsLessThanHandler | isLessThanHandler () const |
|