#include <iso_visual_patch_manager.h>
Public Member Functions | |
PatchManager () | |
~PatchManager () | |
PatchNode * | node (const base::String &pNodeName) throw (VisualException) |
void | addNode (PatchNode *pNode) throw (VisualException) |
void | update () throw (VisualException) |
Protected Member Functions | |
void | registerNodes () |
Protected Attributes | |
data::IndexHash< base::String, PatchNode > | mNodes |
QVector< PatchNode * > | mNodeRegisterQueue |
PatchManager::PatchManager | ( | ) |
PatchManager::~PatchManager | ( | ) |
PatchNode * PatchManager::node | ( | const base::String & | pNodeName | ) | throw (VisualException) |
void PatchManager::addNode | ( | PatchNode * | pNode | ) | throw (VisualException) |
void PatchManager::update | ( | ) | throw (VisualException) |
void PatchManager::registerNodes | ( | ) | [protected] |
data::IndexHash< base::String, PatchNode > iso::visual::PatchManager::mNodes [protected] |
QVector< PatchNode* > iso::visual::PatchManager::mNodeRegisterQueue [protected] |