#include <UT_UndoWorkerFinderTable.h>
Public Member Functions | |
| void | addWorkerFinder (UT_UndoWorkerFinderBase &worker_finder) |
| void | removeWorkerFinder (UT_UndoWorkerFinderBase &worker_finder) |
| void * | findOpaqueWorker (int undo_worker_id) |
Static Public Member Functions | |
| static UT_UndoWorkerFinderTable & | instance () |
Protected Member Functions | |
| UT_UndoWorkerFinderTable () | |
| ~UT_UndoWorkerFinderTable () | |
Protected Attributes | |
| UT_HashTable | myTable |
| int | myNextUniqueId |
Static Protected Attributes | |
| static UT_UndoWorkerFinderTable * | ourInstance |
Definition at line 28 of file UT_UndoWorkerFinderTable.h.
| UT_UndoWorkerFinderTable::UT_UndoWorkerFinderTable | ( | ) | [protected] |
| UT_UndoWorkerFinderTable::~UT_UndoWorkerFinderTable | ( | ) | [protected] |
| void UT_UndoWorkerFinderTable::addWorkerFinder | ( | UT_UndoWorkerFinderBase & | worker_finder | ) |
| void* UT_UndoWorkerFinderTable::findOpaqueWorker | ( | int | undo_worker_id | ) |
| static UT_UndoWorkerFinderTable& UT_UndoWorkerFinderTable::instance | ( | ) | [static] |
| void UT_UndoWorkerFinderTable::removeWorkerFinder | ( | UT_UndoWorkerFinderBase & | worker_finder | ) |
int UT_UndoWorkerFinderTable::myNextUniqueId [protected] |
Definition at line 44 of file UT_UndoWorkerFinderTable.h.
UT_HashTable UT_UndoWorkerFinderTable::myTable [protected] |
Definition at line 43 of file UT_UndoWorkerFinderTable.h.
UT_UndoWorkerFinderTable* UT_UndoWorkerFinderTable::ourInstance [static, protected] |
Definition at line 41 of file UT_UndoWorkerFinderTable.h.
1.5.9