PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::PSettingEditor Class Reference

#include <PSettingEditor.h>

Inheritance diagram for dyno::PSettingEditor:
Collaboration diagram for dyno::PSettingEditor:

Public Slots

void buildSceneSettingWidget ()
 
void buildOtherSettingWidget ()
 
void showRenderSettingWidget ()
 

Signals

void changed (SceneGraph *scn)
 

Public Member Functions

 PSettingEditor (QWidget *widget=nullptr)
 
 ~PSettingEditor ()
 
PSettingWidgetgetSettingWidget ()
 
void setRenderEngine (std::shared_ptr< RenderEngine > engine)
 

Private Attributes

PSettingWidgetsettingWidget = nullptr
 
PSettingWidgetrenderSettingWidget = nullptr
 
QDockWidget * DockerRight = nullptr
 

Detailed Description

Definition at line 26 of file PSettingEditor.h.

Constructor & Destructor Documentation

◆ PSettingEditor()

dyno::PSettingEditor::PSettingEditor ( QWidget * widget = nullptr)

Definition at line 38 of file PSettingEditor.cpp.

Here is the call graph for this function:

◆ ~PSettingEditor()

dyno::PSettingEditor::~PSettingEditor ( )
inline

Definition at line 33 of file PSettingEditor.h.

Member Function Documentation

◆ buildOtherSettingWidget

void dyno::PSettingEditor::buildOtherSettingWidget ( )
slot

Definition at line 109 of file PSettingEditor.cpp.

Here is the caller graph for this function:

◆ buildSceneSettingWidget

void dyno::PSettingEditor::buildSceneSettingWidget ( )
slot

Definition at line 94 of file PSettingEditor.cpp.

Here is the caller graph for this function:

◆ changed

void dyno::PSettingEditor::changed ( SceneGraph * scn)
signal

◆ getSettingWidget()

PSettingWidget * dyno::PSettingEditor::getSettingWidget ( )
inline

Definition at line 35 of file PSettingEditor.h.

◆ setRenderEngine()

void dyno::PSettingEditor::setRenderEngine ( std::shared_ptr< RenderEngine > engine)

Definition at line 89 of file PSettingEditor.cpp.

◆ showRenderSettingWidget

void dyno::PSettingEditor::showRenderSettingWidget ( )
slot

Definition at line 122 of file PSettingEditor.cpp.

Here is the caller graph for this function:

Member Data Documentation

◆ DockerRight

QDockWidget* dyno::PSettingEditor::DockerRight = nullptr
private

Definition at line 53 of file PSettingEditor.h.

◆ renderSettingWidget

PSettingWidget* dyno::PSettingEditor::renderSettingWidget = nullptr
private

Definition at line 52 of file PSettingEditor.h.

◆ settingWidget

PSettingWidget* dyno::PSettingEditor::settingWidget = nullptr
private

Definition at line 51 of file PSettingEditor.h.


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