HDK
|
#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_Map< int, UT_UndoWorkerFinderBase * > | myTable |
int | myNextUniqueId |
Static Protected Attributes | |
static UT_UndoWorkerFinderTable * | ourInstance |
Definition at line 22 of file UT_UndoWorkerFinderTable.h.
|
protected |
|
protected |
void UT_UndoWorkerFinderTable::addWorkerFinder | ( | UT_UndoWorkerFinderBase & | worker_finder | ) |
|
static |
void UT_UndoWorkerFinderTable::removeWorkerFinder | ( | UT_UndoWorkerFinderBase & | worker_finder | ) |
|
protected |
Definition at line 39 of file UT_UndoWorkerFinderTable.h.
|
protected |
Definition at line 38 of file UT_UndoWorkerFinderTable.h.
|
staticprotected |
Definition at line 36 of file UT_UndoWorkerFinderTable.h.