PeriDyno 1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
WPythonWidget Class Reference

#include <WPythonWidget.h>

Inheritance diagram for WPythonWidget:
Collaboration diagram for WPythonWidget:

Public Member Functions

 WPythonWidget ()
 
 ~WPythonWidget ()
 
void setText (const std::string &text)
 
void execute (const std::string &src)
 
Wt::Signal< std::shared_ptr< dyno::SceneGraph > > & updateSceneGraph ()
 

Private Attributes

Wt::WText * mCodeEditor
 
Wt::Signal< std::shared_ptr< dyno::SceneGraph > > mSignal
 

Detailed Description

Definition at line 11 of file WPythonWidget.h.

Constructor & Destructor Documentation

◆ WPythonWidget()

WPythonWidget::WPythonWidget ( )

Definition at line 15 of file WPythonWidget.cpp.

Here is the call graph for this function:

◆ ~WPythonWidget()

WPythonWidget::~WPythonWidget ( )

Definition at line 96 of file WPythonWidget.cpp.

Member Function Documentation

◆ execute()

void WPythonWidget::execute ( const std::string & src)

Definition at line 110 of file WPythonWidget.cpp.

Here is the caller graph for this function:

◆ setText()

void WPythonWidget::setText ( const std::string & text)

Definition at line 101 of file WPythonWidget.cpp.

Here is the caller graph for this function:

◆ updateSceneGraph()

Wt::Signal< std::shared_ptr< dyno::SceneGraph > > & WPythonWidget::updateSceneGraph ( )
inline

Definition at line 21 of file WPythonWidget.h.

Here is the caller graph for this function:

Member Data Documentation

◆ mCodeEditor

Wt::WText* WPythonWidget::mCodeEditor
private

Definition at line 24 of file WPythonWidget.h.

◆ mSignal

Wt::Signal<std::shared_ptr<dyno::SceneGraph> > WPythonWidget::mSignal
private

Definition at line 26 of file WPythonWidget.h.


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