pfcrender  1.0.1
QtGUI::PFCRenderGUI Class Reference

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
 

Detailed Description

The PFCRenderGUI class is tasked with executing the requested sequence and relaying model change signals to the rendering class.

Constructor & Destructor Documentation

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().

Member Function Documentation

void QtGUI::PFCRenderGUI::onModelChanged ( const QString &  mdl)
slot

References p_eng.

Referenced by PFCRenderGUI().

void QtGUI::PFCRenderGUI::post_status ( const QString &  what)

References p_eng.

Referenced by PFCRenderGUI().

Member Data Documentation

QQmlApplicationEngine* QtGUI::PFCRenderGUI::p_eng

Referenced by onModelChanged(), and post_status().


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