Ocular Engine
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
RenderStatesDisplayBox.hpp
1
17
#pragma once
18
#ifndef __H__OCULAR_EDITOR_MATERIAL_RENDER_STATES_DISPLAY_BOX__H__
19
#define __H__OCULAR_EDITOR_MATERIAL_RENDER_STATES_DISPLAY_BOX__H__
20
21
#include "MaterialPropertiesDisplayBox.hpp"
22
23
//------------------------------------------------------------------------------------------
24
29
namespace
Ocular
30
{
35
namespace
Editor
36
{
40
class
RenderStatesDisplayBox
:
public
MaterialPropertiesDisplayBox
41
{
42
public
:
43
44
RenderStatesDisplayBox
(QWidget* parent =
nullptr
);
45
~
RenderStatesDisplayBox
();
46
47
//------------------------------------------------------------
48
49
virtual
void
setMaterial(
Graphics::Material
* material)
override
;
50
virtual
void
updateProperties()
override
;
51
52
protected
:
53
54
private
:
55
};
56
}
60
}
65
//------------------------------------------------------------------------------------------
66
67
#endif
Ocular::Editor::MaterialPropertiesDisplayBox
Definition:
MaterialPropertiesDisplayBox.hpp:41
Ocular
Note: Once this library is made dynamic, this will no longer be needed.
Definition:
Common.hpp:70
Ocular::Graphics::Material
Definition:
Material.hpp:62
Ocular::Editor::RenderStatesDisplayBox
Definition:
RenderStatesDisplayBox.hpp:40
OcularEditor
include
Widgets
MaterialEditor
RenderStatesDisplayBox.hpp
Generated on Tue Oct 18 2016 01:28:56 for Ocular Engine by
1.8.10