synfig-core  1.0.3
layer_switch.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_LAYER_SWITCH_H
26 #define __SYNFIG_LAYER_SWITCH_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include "layer_pastecanvas.h"
31 
32 /* === M A C R O S ========================================================= */
33 
34 /* === T Y P E D E F S ===================================================== */
35 
36 /* === C L A S S E S & S T R U C T S ======================================= */
37 
38 namespace synfig {
43 {
46 private:
48  ValueBase param_layer_name;
49 
50 public:
52  Layer_Switch();
54  virtual ~Layer_Switch();
56  virtual String get_local_name()const;
57 
59  virtual bool set_param(const String & param, const synfig::ValueBase &value);
61  virtual ValueBase get_param(const String & param)const;
63  virtual Vocab get_param_vocab()const;
64 
66 
68  virtual void apply_z_range_to_params(ContextParams &cp)const;
69 }; // END of class Layer_Switch
70 
71 }; // END of namespace synfig
72 
73 /* === E N D =============================================================== */
74 
75 #endif