#include <OP_GalleryManager.h>
Public Member Functions | |
| int | getNumGalleries () const |
| OP_Gallery * | getGallery (int index) const |
| OP_Gallery * | findGallery (const char *path) const |
| OP_Gallery * | installGallery (const char *path, bool create, bool addtohistory) |
| void | removeGallery (const char *path) |
| void | removeGallery (int index) |
| void | getMatchingEntries (OP_GalleryEntryList &found, OP_Node *node) const |
| void | getMatchingEntries (OP_GalleryEntryList &found, const char *namepattern, const char *labelpattern, const char *keywordpattern, const char *category, const char *optable, const char *optype) const |
| void | refreshAll (bool force) |
| void | purgeInvalidGalleries () |
| void | sendEvent (OP_GalleryChangeType changetype) |
| OP_GalleryNotifier & | getEventNotifier () |
| void | getInstalledGalleryPaths (UT_StringArray &gallerypaths, bool includestandard, bool includehda) const |
| void | getCommonGalleryDirs (UT_StringList &paths) |
| void | setCreateBackups (bool createbackups) |
| bool | getCreateBackups () const |
| bool | canSavePreferences () const |
Static Public Member Functions | |
| static OP_GalleryManager & | getManager () |
Protected Member Functions | |
| OP_GalleryManager () | |
| virtual | ~OP_GalleryManager () |
| void | clear () |
| void | scanGalleriesPath () |
Static Protected Member Functions | |
| static void | fullyQualifyGalleryPath (UT_String &path) |
Definition at line 39 of file OP_GalleryManager.h.
| OP_GalleryManager::OP_GalleryManager | ( | ) | [protected] |
| virtual OP_GalleryManager::~OP_GalleryManager | ( | ) | [protected, virtual] |
| bool OP_GalleryManager::canSavePreferences | ( | ) | const |
| void OP_GalleryManager::clear | ( | ) | [protected] |
| OP_Gallery* OP_GalleryManager::findGallery | ( | const char * | path | ) | const |
| static void OP_GalleryManager::fullyQualifyGalleryPath | ( | UT_String & | path | ) | [static, protected] |
| void OP_GalleryManager::getCommonGalleryDirs | ( | UT_StringList & | paths | ) |
| bool OP_GalleryManager::getCreateBackups | ( | ) | const |
| OP_GalleryNotifier& OP_GalleryManager::getEventNotifier | ( | ) |
| OP_Gallery* OP_GalleryManager::getGallery | ( | int | index | ) | const |
| void OP_GalleryManager::getInstalledGalleryPaths | ( | UT_StringArray & | gallerypaths, | |
| bool | includestandard, | |||
| bool | includehda | |||
| ) | const |
| static OP_GalleryManager& OP_GalleryManager::getManager | ( | ) | [static] |
| void OP_GalleryManager::getMatchingEntries | ( | OP_GalleryEntryList & | found, | |
| const char * | namepattern, | |||
| const char * | labelpattern, | |||
| const char * | keywordpattern, | |||
| const char * | category, | |||
| const char * | optable, | |||
| const char * | optype | |||
| ) | const |
| void OP_GalleryManager::getMatchingEntries | ( | OP_GalleryEntryList & | found, | |
| OP_Node * | node | |||
| ) | const |
| int OP_GalleryManager::getNumGalleries | ( | ) | const |
| OP_Gallery* OP_GalleryManager::installGallery | ( | const char * | path, | |
| bool | create, | |||
| bool | addtohistory | |||
| ) |
| void OP_GalleryManager::purgeInvalidGalleries | ( | ) |
| void OP_GalleryManager::refreshAll | ( | bool | force | ) |
| void OP_GalleryManager::removeGallery | ( | int | index | ) |
| void OP_GalleryManager::removeGallery | ( | const char * | path | ) |
| void OP_GalleryManager::scanGalleriesPath | ( | ) | [protected] |
| void OP_GalleryManager::sendEvent | ( | OP_GalleryChangeType | changetype | ) |
| void OP_GalleryManager::setCreateBackups | ( | bool | createbackups | ) |
1.5.9