Main Page
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Variables
Typedefs
Friends
Pages
Api
IGeoTrigger.h
1
//------------------------------------------------------------------------------
2
//
3
// Copyright (c) 2014 Glympse Inc. All rights reserved.
4
//
5
//------------------------------------------------------------------------------
6
7
#ifndef IGEOTRIGGER_H__GLYMPSE__
8
#define IGEOTRIGGER_H__GLYMPSE__
9
10
namespace
Glympse
11
{
12
16
/*O*public**/
struct
IGeoTrigger
:
public
ITrigger
17
{
21
public
:
virtual
GRegion
getRegion
() = 0;
22
27
public
:
virtual
int32
getTransition
() = 0;
28
};
29
30
/*C*/
typedef
O< IGeoTrigger >
GGeoTrigger
;
31
32
}
33
34
#endif // !IGEOTRIGGER_H__GLYMPSE__
Generated on Tue Jun 26 2018 08:46:46 by
1.8.4