vrecko
virtual reality framework
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
PolygonState.h
Go to the documentation of this file.
1
#ifndef POLYGONSTATE_H
2
#define POLYGONSTATE_H
3
4
#include "../EditorController/ControllableAbility.h"
5
6
namespace
APConnectEditor
7
{
8
class
PolygonState
:
public
vrecko::ControllableAbility
{
9
public
:
10
PolygonState
() :
ControllableAbility
(
"PolygonState"
) {};
11
virtual
~PolygonState
() {
deactivate
(); };
12
13
protected
:
14
virtual
void
fillDefaultInfo
();
15
virtual
bool
activate
();
16
virtual
void
menuItemClicked
(
const
char
* itemID);
17
};
18
}
19
20
21
#endif //POLYGONSTATE_H
22
23
include
vreckoAP
ConnectEditor
PolygonState.h
Generated on Tue Feb 19 2013 10:23:42 for vrecko by
1.8.3.1