synfig-studio
1.0.3
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
gui
event_layerclick.h
Go to the documentation of this file.
1
/* === S Y N F I G ========================================================= */
21
/* ========================================================================= */
22
23
/* === S T A R T =========================================================== */
24
25
#ifndef __SYNFIG_EVENT_LAYERCLICK_H
26
#define __SYNFIG_EVENT_LAYERCLICK_H
27
28
/* === H E A D E R S ======================================================= */
29
30
#include <synfig/vector.h>
31
#include "
event_mouse.h
"
32
#include <synfig/layer.h>
33
#include "
smach.h
"
34
#include <gdkmm/types.h>
35
36
/* === M A C R O S ========================================================= */
37
38
/* === T Y P E D E F S ===================================================== */
39
40
/* === C L A S S E S & S T R U C T S ======================================= */
41
42
namespace
studio {
43
44
struct
EventLayerClick
:
public
Smach::event
45
{
46
synfig::Point
pos
;
47
MouseButton
button
;
48
etl::loose_handle<synfig::Layer>
layer
;
49
Gdk::ModifierType
modifier
;
50
51
EventLayerClick
(etl::loose_handle<synfig::Layer>
layer
,
MouseButton
button
,
const
synfig::Point&
pos
, Gdk::ModifierType
modifier
=Gdk::ModifierType(0)):
52
Smach
::event(
EVENT_WORKAREA_LAYER_CLICKED
),
53
pos(pos),
54
button(button),
55
layer(layer),
56
modifier
(
modifier
)
57
{ }
58
};
// END of EventLayerClick
59
60
};
// END of namespace studio
61
62
/* === E N D =============================================================== */
63
64
#endif
Generated on Mon Nov 16 2015 15:36:42 for synfig-studio by
1.8.1.2