VAPOR3
3.9.4
apps
vaporgui
POrientationSelector.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
PWidget.h
"
4
5
class
PEnumDropdown
;
6
10
11
class
POrientationSelector
:
public
PWidget
{
12
PEnumDropdown
*_dropdown;
13
14
public
:
15
POrientationSelector
();
16
17
protected
:
18
void
updateGUI
()
const override
;
19
};
PWidget.h
PEnumDropdown
Definition:
PEnumDropdown.h:13
POrientationSelector
Widget provides the user the option of switching a renderer between 2D and 3D.
Definition:
POrientationSelector.h:11
POrientationSelector::updateGUI
void updateGUI() const override
POrientationSelector::POrientationSelector
POrientationSelector()
PWidget
Definition:
PWidget.h:24
Generated by
1.9.6