PeriDyno
1.2.1
Loading...
Searching...
No Matches
D:
Peridyno
peridyno
src
Rendering
GUI
WtGUI
WNodeGraphics.h
Go to the documentation of this file.
1
#pragma once
2
3
// wt
4
#include <Wt/WContainerWidget.h>
5
#include <Wt/WPanel.h>
6
#include <Wt/WVBoxLayout.h>
7
8
9
10
class
WNodeGraphics
:
public
Wt::WContainerWidget
11
{
12
13
public
:
14
WNodeGraphics
();
15
~WNodeGraphics
();
16
17
public
:
18
Wt::WVBoxLayout*
layout
;
19
Wt::WPanel*
addPanel
;
20
Wt::WPanel*
nodePanel
;
21
};
WNodeGraphics::layout
Wt::WVBoxLayout * layout
Definition
WNodeGraphics.h:18
WNodeGraphics::~WNodeGraphics
~WNodeGraphics()
Definition
WNodeGraphics.cpp:22
WNodeGraphics::WNodeGraphics
WNodeGraphics()
Definition
WNodeGraphics.cpp:4
WNodeGraphics::nodePanel
Wt::WPanel * nodePanel
Definition
WNodeGraphics.h:20
WNodeGraphics::addPanel
Wt::WPanel * addPanel
Definition
WNodeGraphics.h:19
Generated by
1.13.2