#include <OP_Gallery.h>
|
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, bool include_hidden=true) const |
|
void | getMatchingEntries (OP_GalleryEntryList &found, const char *namepattern, const char *labelpattern, const char *keywordpattern, const char *category, const char *optable, const char *optype, bool include_hidden=true) const |
|
void | getKeywords (UT_StringArray &keywords, const char *optable=NULL) |
|
const UT_String & | getFilePath () const |
|
bool | getFileIsValid () const |
|
bool | getFileIsWritable () const |
|
bool | refresh (bool force) |
|
bool | save () |
|
Definition at line 22 of file OP_Gallery.h.
virtual OP_Gallery::~OP_Gallery |
( |
| ) |
|
|
protectedvirtual |
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 |
Returns the array of all keywords used by gallery entries that match the requirement of the optable.
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, |
|
|
bool |
include_hidden = true |
|
) |
| const |
int OP_Gallery::getNumGalleryEntries |
( |
| ) |
const |
bool OP_Gallery::refresh |
( |
bool |
force | ) |
|
void OP_Gallery::removeGalleryEntry |
( |
const char * |
entryname | ) |
|
void OP_Gallery::removeGalleryEntry |
( |
int |
index | ) |
|
bool OP_Gallery::save |
( |
| ) |
|
The documentation for this class was generated from the following file: