Photon Editor Library
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
AboutInformation.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string_view>
4
5
namespace
ph::editor
6
{
7
8
class
AboutInformation
final
9
{
10
public
:
11
AboutInformation
();
12
13
std::string_view
authorInfo
;
14
std::string_view
citationInfo
;
15
};
16
17
}
// end namespace ph::editor
ph::editor::AboutInformation
Definition
AboutInformation.h:9
ph::editor::AboutInformation::AboutInformation
AboutInformation()
Definition
AboutInformation.cpp:6
ph::editor::AboutInformation::authorInfo
std::string_view authorInfo
Definition
AboutInformation.h:13
ph::editor::AboutInformation::citationInfo
std::string_view citationInfo
Definition
AboutInformation.h:14
ph::editor
Definition
ph_editor.h:10
Source
App
HelpMenu
AboutInformation.h
Generated by
1.11.0