TazGraph Project v0.1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
PythonCodeComponent Class Reference
Inheritance diagram for PythonCodeComponent:
Inheritance graph
[legend]

Public Member Functions

void init ()
 
void update (float deltaTime)
 
std::string GetComponentName ()
 
void showGUI (std::vector< BaseComponent * > otherComponents={})
 
void clearOutput ()
 
void runScript ()
 
void runUpdateScript (float deltaTime)
 
void init ()
 
void update (float deltaTime)
 
std::string GetComponentName ()
 
void showGUI (std::vector< BaseComponent * > otherComponents={})
 
void clearOutput ()
 
void runScript ()
 
void runUpdateScript (float deltaTime)
 

Public Attributes

float intervalSec = 1.0f
 
double lastExecTime = 0.0
 
bool useInterval = false
 
bool updatePaused = true
 
bool inputActive = false
 
bool readyToClear = false
 
bool readyToExecute = false
 

Member Function Documentation

◆ runScript() [1/2]

void PythonCodeComponent::runScript ( )
inline

safe_putenv("PYTHONHOME=C:\\Users\\lefte\\AppData\\Local\\Programs\\Python\\Python313");

◆ runScript() [2/2]

void PythonCodeComponent::runScript ( )
inline

safe_putenv("PYTHONHOME=C:\\Users\\lefte\\AppData\\Local\\Programs\\Python\\Python313");

◆ update() [1/2]

void PythonCodeComponent::update ( float  deltaTime)
inline

? keep this

◆ update() [2/2]

void PythonCodeComponent::update ( float  deltaTime)
inline

? keep this


The documentation for this class was generated from the following files: