ToolMap
Loading...
Searching...
No Matches
tmstatsevent.h
1/***************************************************************************
2 tmstatsevents.h
3 Definition of Statistics related events
4 -------------------
5 copyright : (C) 2011 CREALP Lucien Schreiber
6 ***************************************************************************/
7
8/***************************************************************************
9 * *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 ***************************************************************************/
16
17#ifndef _TMSTATS_EVENT_H
18#define _TMSTATS_EVENT_H
19
20#include <wx/wxprec.h>
21
22#ifndef WX_PRECOMP
23#include <wx/wx.h>
24#endif
25
26DECLARE_EVENT_TYPE(tmEVT_STAT_CLICK, -1);
27DECLARE_EVENT_TYPE(tmEVT_STAT_ATTRIB, -1);
28DECLARE_EVENT_TYPE(tmEVT_STAT_INTERSECTION, -1);
29
30#endif