| 
    pfcrender
    1.0.1
    
   | 
 
The PFCRenderGUI class is tasked with executing the requested sequence and relaying model change signals to the rendering class. More...
#include <PFCRenderGUI.h>
 Inheritance diagram for QtGUI::PFCRenderGUI:Public Slots | |
| void | onModelChanged (const QString &mdl) | 
Public Member Functions | |
| PFCRenderGUI (QQmlApplicationEngine *, LSYSModel &) | |
| ~PFCRenderGUI () | |
| PFCRenderGUI::~PFCRenderGUI If this object goes out of scope, that means the program is shutting down. Cleanup the Singletons.  More... | |
| void | post_status (const QString &what) | 
Public Attributes | |
| QQmlApplicationEngine * | p_eng | 
The PFCRenderGUI class is tasked with executing the requested sequence and relaying model change signals to the rendering class.
| QtGUI::PFCRenderGUI::PFCRenderGUI | ( | QQmlApplicationEngine * | eng, | 
| LSYSModel & | mdl | ||
| ) | 
| QtGUI::PFCRenderGUI::~PFCRenderGUI | ( | ) | 
PFCRenderGUI::~PFCRenderGUI If this object goes out of scope, that means the program is shutting down. Cleanup the Singletons.
References Common::Plugin_Registry::getInstance(), and Common::Config_Registry::getInstance().
      
  | 
  slot | 
References p_eng.
Referenced by PFCRenderGUI().
| void QtGUI::PFCRenderGUI::post_status | ( | const QString & | what | ) | 
References p_eng.
Referenced by PFCRenderGUI().
| QQmlApplicationEngine* QtGUI::PFCRenderGUI::p_eng | 
Referenced by onModelChanged(), and post_status().