#include <OP_Gallery.h>
Public Member Functions | |
| int | getNumGalleryEntries () const |
| OP_GalleryEntry * | getGalleryEntry (int index) const |
| OP_GalleryEntry * | findGalleryEntry (const char *entryname) const |
| OP_GalleryEntry * | newGalleryEntry (const char *entryname) |
| void | removeGalleryEntry (const char *entryname) |
| void | removeGalleryEntry (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 |
| const UT_String & | getFilePath () const |
| bool | getFileIsValid () const |
| bool | getFileIsWritable () const |
| bool | refresh (bool force) |
| bool | save () |
Protected Member Functions | |
| OP_Gallery (OP_GalleryManager *owner, const char *filepath) | |
| virtual | ~OP_Gallery () |
| void | clear () |
Friends | |
| class | OP_GalleryManager |
Definition at line 28 of file OP_Gallery.h.
| OP_Gallery::OP_Gallery | ( | OP_GalleryManager * | owner, | |
| const char * | filepath | |||
| ) | [protected] |
| virtual OP_Gallery::~OP_Gallery | ( | ) | [protected, virtual] |
| void OP_Gallery::clear | ( | ) | [protected] |
| OP_GalleryEntry* OP_Gallery::findGalleryEntry | ( | const char * | entryname | ) | const |
| bool OP_Gallery::getFileIsValid | ( | ) | const |
| bool OP_Gallery::getFileIsWritable | ( | ) | const |
| const UT_String& OP_Gallery::getFilePath | ( | ) | const |
| OP_GalleryEntry* OP_Gallery::getGalleryEntry | ( | int | index | ) | const |
| void OP_Gallery::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_Gallery::getMatchingEntries | ( | OP_GalleryEntryList & | found, | |
| OP_Node * | node | |||
| ) | const |
| int OP_Gallery::getNumGalleryEntries | ( | ) | const |
| OP_GalleryEntry* OP_Gallery::newGalleryEntry | ( | const char * | entryname | ) |
| bool OP_Gallery::refresh | ( | bool | force | ) |
| void OP_Gallery::removeGalleryEntry | ( | int | index | ) |
| void OP_Gallery::removeGalleryEntry | ( | const char * | entryname | ) |
| bool OP_Gallery::save | ( | ) |
friend class OP_GalleryManager [friend] |
Definition at line 69 of file OP_Gallery.h.
1.5.9