Write out script from UX to execute using set toolchain. Base class for override.
More...
#include <ConfigurationWriter.h>
|
AutoDoc * | _autodoc_ptr |
|
std::vector< ImNode * > | _watched_nodes |
|
std::vector< ImNode * > | _sequenced_nodes |
|
std::vector< std::pair< Connection *, Connection * > > | _paired_connections |
|
std::string | _filename = "gui_config_file.py" |
|
Write out script from UX to execute using set toolchain. Base class for override.
◆ _decomposeNodeInformation()
virtual void modelspace::ConfigurationWriter::_decomposeNodeInformation |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ _setNodeConnectionSequence()
virtual void modelspace::ConfigurationWriter::_setNodeConnectionSequence |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ _writeDataConnection()
virtual void modelspace::ConfigurationWriter::_writeDataConnection |
( |
Connection * |
upstream, |
|
|
Connection * |
downstream |
|
) |
| |
|
inlineprotectedvirtual |
Write the connection of one "Connection" to another.
- Parameters
-
upstream | The data output connection (typically, but not always an output) to connect |
downstream | The data input connection (typically, but not always an input) to connect |
Reimplemented in modelspace::ModelSpacePyConfigWriter.
◆ _writeDataValue()
virtual void modelspace::ConfigurationWriter::_writeDataValue |
( |
ImNode * |
node | ) |
|
|
inlineprotectedvirtual |
◆ _writeLogData()
virtual void modelspace::ConfigurationWriter::_writeLogData |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ _writeOutputEnd()
virtual void modelspace::ConfigurationWriter::_writeOutputEnd |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ _writeOutputStart()
virtual void modelspace::ConfigurationWriter::_writeOutputStart |
( |
| ) |
|
|
inlineprotectedvirtual |
◆ file()
void modelspace::ConfigurationWriter::file |
( |
const std::string & |
filename | ) |
|
|
inline |
Set the file for write and redirect output to that file.
- Parameters
-
filename | The filename to write to |
- Returns
- 0 on success, 1 on failure
- Note
- Calling this function will cause the ConfigurationWriter class to begin writing its data to the provided file
◆ unwatchNode()
void modelspace::ConfigurationWriter::unwatchNode |
( |
ImNode * |
target | ) |
|
Remove a node from the ConfigurationWriter for tracking.
- Parameters
-
target | The node to remove from tracking |
- Note
- Will ignore node if its unique ID is not tracked
◆ watchNode()
void modelspace::ConfigurationWriter::watchNode |
( |
ImNode * |
target | ) |
|
Add a node to the ConfigurationWriter for tracking.
- Parameters
-
target | The node to add to tracking |
- Note
- Will ignore node if its unique ID is already tracked
The documentation for this class was generated from the following files:
- /home/mickey/modelspace/cpp/src/configuration/ConfigurationWriter.h
- /home/mickey/modelspace/cpp/src/configuration/ConfigurationWriter.cpp