|
SPH
|
#include <NodePage.h>
Public Types | |
| enum | PanelId { ID_PROPERTIES , ID_LIST } |
Public Member Functions | |
| NodeWindow (wxWindow *parent, SharedPtr< INodeManagerCallbacks > callbacks) | |
| ~NodeWindow () | |
| void | showPanel (const PanelId id) |
| void | selectNode (const JobNode &node) |
| void | clearGrid () |
| void | showGlobals () |
| void | showBatchDialog () |
| void | selectRun () |
| void | startScript (const Path &file) |
| void | save (Config &config) |
| void | load (Config &config) |
| void | addNode (const SharedPtr< JobNode > &node) |
| void | addNodes (JobNode &node) |
| SharedPtr< JobNode > | createNode (AutoPtr< IJob > &&job) |
| void | createRenderPreview (JobNode &node) |
| void | reset () |
| UniqueNameManager | makeUniqueNameManager () const |
Definition at line 216 of file NodePage.h.
| enum NodeWindow::PanelId |
| Enumerator | |
|---|---|
| ID_PROPERTIES | |
| ID_LIST | |
Definition at line 218 of file NodePage.h.
| NodeWindow::NodeWindow | ( | wxWindow * | parent, |
| SharedPtr< INodeManagerCallbacks > | callbacks | ||
| ) |
Definition at line 1511 of file NodePage.cpp.
| NodeWindow::~NodeWindow | ( | ) |
Definition at line 1733 of file NodePage.cpp.
Definition at line 1790 of file NodePage.cpp.
| void NodeWindow::addNodes | ( | JobNode & | node | ) |
Definition at line 1794 of file NodePage.cpp.
| void NodeWindow::clearGrid | ( | ) |
Definition at line 1750 of file NodePage.cpp.
Definition at line 1799 of file NodePage.cpp.
| void NodeWindow::createRenderPreview | ( | JobNode & | node | ) |
Definition at line 1805 of file NodePage.cpp.
| void NodeWindow::load | ( | Config & | config | ) |
Definition at line 1785 of file NodePage.cpp.
| UniqueNameManager NodeWindow::makeUniqueNameManager | ( | ) | const |
Definition at line 1853 of file NodePage.cpp.
| void NodeWindow::reset | ( | ) |
Definition at line 1773 of file NodePage.cpp.
| void NodeWindow::save | ( | Config & | config | ) |
Definition at line 1778 of file NodePage.cpp.
| void NodeWindow::selectNode | ( | const JobNode & | node | ) |
Definition at line 1743 of file NodePage.cpp.
| void NodeWindow::selectRun | ( | ) |
Definition at line 1765 of file NodePage.cpp.
| void NodeWindow::showBatchDialog | ( | ) |
Definition at line 1761 of file NodePage.cpp.
| void NodeWindow::showGlobals | ( | ) |
Definition at line 1756 of file NodePage.cpp.
| void NodeWindow::showPanel | ( | const PanelId | id | ) |
Definition at line 1738 of file NodePage.cpp.
| void NodeWindow::startScript | ( | const Path & | file | ) |
Definition at line 1769 of file NodePage.cpp.