TDME2
1.9.121
src
tdme
tools
editor
tabviews
subviews
BasePropertiesSubView.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include <
tdme/tdme.h
>
6
#include <
tdme/engine/prototype/fwd-tdme.h
>
7
#include <
tdme/tools/editor/tabcontrollers/subcontrollers/fwd-tdme.h
>
8
#include <
tdme/tools/editor/tabviews/subviews/fwd-tdme.h
>
9
10
using
std::string;
11
12
using
tdme::engine::prototype::Prototype
;
13
using
tdme::tools::editor::tabcontrollers::subcontrollers::BasePropertiesSubController
;
14
15
/**
16
* Model base view
17
* @author Andreas Drewke
18
* @version $Id$
19
*/
20
class
tdme::tools::editor::tabviews::subviews::BasePropertiesSubView
final
21
{
22
private
:
23
BasePropertiesSubController
*
prototypeBaseSubController
{
nullptr
};
24
25
public
:
26
/**
27
* Public constructor
28
* @param prototypeBaseSubController model base sub screen controller
29
*/
30
BasePropertiesSubView
(
BasePropertiesSubController
*
prototypeBaseSubController
);
31
32
/**
33
* Update current model data
34
* @param prototype prototype
35
* @param name name
36
* @param description description
37
*/
38
void
setPrototypeData
(
Prototype
* prototype,
const
string
& name,
const
string
& description);
39
40
};
tdme::engine::prototype::Prototype
Prototype definition.
Definition:
Prototype.h:49
tdme::tools::editor::tabcontrollers::subcontrollers::BasePropertiesSubController
Prototype base sub screen controller.
Definition:
BasePropertiesSubController.h:41
tdme::tools::editor::tabviews::subviews::BasePropertiesSubView
Model base view.
Definition:
BasePropertiesSubView.h:21
tdme::tools::editor::tabviews::subviews::BasePropertiesSubView::setPrototypeData
void setPrototypeData(Prototype *prototype, const string &name, const string &description)
Update current model data.
Definition:
BasePropertiesSubView.cpp:24
tdme::tools::editor::tabviews::subviews::BasePropertiesSubView::BasePropertiesSubView
BasePropertiesSubView(BasePropertiesSubController *prototypeBaseSubController)
Public constructor.
Definition:
BasePropertiesSubView.cpp:19
tdme::tools::editor::tabviews::subviews::BasePropertiesSubView::prototypeBaseSubController
BasePropertiesSubController * prototypeBaseSubController
Definition:
BasePropertiesSubView.h:23
fwd-tdme.h
tdme.h
fwd-tdme.h
fwd-tdme.h
Generated by
1.9.3