[libchamplainmm] Regenerate libchamplain_signals.defs
- From: Juan R. Garcia Blanco <juanrgar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplainmm] Regenerate libchamplain_signals.defs
- Date: Wed, 26 Feb 2014 19:05:44 +0000 (UTC)
commit 6319423b17a7643dbeebeacff2e559e034dbc7ae
Author: Juan R. GarcĂa Blanco <juanrgar gmail com>
Date: Tue Feb 25 20:54:10 2014 +0100
Regenerate libchamplain_signals.defs
libchamplain/src/libchamplain_signals.defs | 2026 ++--------------------------
1 files changed, 129 insertions(+), 1897 deletions(-)
---
diff --git a/libchamplain/src/libchamplain_signals.defs b/libchamplain/src/libchamplain_signals.defs
index 19dd466..21d60e2 100644
--- a/libchamplain/src/libchamplain_signals.defs
+++ b/libchamplain/src/libchamplain_signals.defs
@@ -1,1115 +1,116 @@
-;; From ChamplainBaseMarker
-
-(define-property name
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamString")
- (docs "Name of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property x
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "X coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property y
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "Y coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property width
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "Width of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property height
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "Height of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-x
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced X position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-y
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced Y position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-position-set
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use fixed positioning for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width-set
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height-set
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width-set
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height
- (of-object "ChamplainBaseMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height-set
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property request-mode
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamEnum")
- (docs "The actor's request mode")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property allocation
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoxed")
- (docs "The actor's allocation")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property depth
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "Depth of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property clip
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoxed")
- (docs "The clip region for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property has-clip
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether the actor has a clip set or not")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property opacity
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamUChar")
- (docs "Opacity of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property visible
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is visible or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property reactive
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is reactive to events or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-x
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "Scale factor on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-y
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "Scale factor on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-x
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-y
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-z
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-x
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-y
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-z
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-x
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "X coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-y
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamInt")
- (docs "Y coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property show-on-set-parent
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is shown when parented")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property longitude
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "The longitude coordonate of the base_marker")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property latitude
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamDouble")
- (docs "The latitude coordonate of the base_marker")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property highlighted
- (of-object "ChamplainBaseMarker")
- (prop-type "GParamBoolean")
- (docs "The highlighted stated of the marker")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainCache
-
-(define-property size-limit
- (of-object "ChamplainCache")
- (prop-type "GParamUInt")
- (docs "The cache's size limit (Mb)")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainLayer
-
-(define-property name
- (of-object "ChamplainLayer")
- (prop-type "GParamString")
- (docs "Name of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property x
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "X coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property y
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "Y coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property width
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "Width of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property height
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "Height of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-x
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced X position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-y
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced Y position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-position-set
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use fixed positioning for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width-set
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height-set
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width-set
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height
- (of-object "ChamplainLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height-set
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property request-mode
- (of-object "ChamplainLayer")
- (prop-type "GParamEnum")
- (docs "The actor's request mode")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property allocation
- (of-object "ChamplainLayer")
- (prop-type "GParamBoxed")
- (docs "The actor's allocation")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property depth
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "Depth of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property clip
- (of-object "ChamplainLayer")
- (prop-type "GParamBoxed")
- (docs "The clip region for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property has-clip
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor has a clip set or not")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property opacity
- (of-object "ChamplainLayer")
- (prop-type "GParamUChar")
- (docs "Opacity of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property visible
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is visible or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property reactive
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is reactive to events or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-x
- (of-object "ChamplainLayer")
- (prop-type "GParamDouble")
- (docs "Scale factor on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-y
- (of-object "ChamplainLayer")
- (prop-type "GParamDouble")
- (docs "Scale factor on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-x
- (of-object "ChamplainLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-y
- (of-object "ChamplainLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-z
- (of-object "ChamplainLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-x
- (of-object "ChamplainLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-y
- (of-object "ChamplainLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-z
- (of-object "ChamplainLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-x
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "X coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-y
- (of-object "ChamplainLayer")
- (prop-type "GParamInt")
- (docs "Y coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property show-on-set-parent
- (of-object "ChamplainLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is shown when parented")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainMapSource
-
-(define-property id
- (of-object "ChamplainMapSource")
- (prop-type "GParamString")
- (docs "The id of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property name
- (of-object "ChamplainMapSource")
- (prop-type "GParamString")
- (docs "The name of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property license
- (of-object "ChamplainMapSource")
- (prop-type "GParamString")
- (docs "The usage license of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property license-uri
- (of-object "ChamplainMapSource")
- (prop-type "GParamString")
- (docs "The usage license's uri for more information")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property max-zoom-level
- (of-object "ChamplainMapSource")
- (prop-type "GParamUInt")
- (docs "The maximum zoom level")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-zoom-level
- (of-object "ChamplainMapSource")
- (prop-type "GParamUInt")
- (docs "The minimum zoom level")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property tile-size
- (of-object "ChamplainMapSource")
- (prop-type "GParamUInt")
- (docs "The tile size")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property projection
- (of-object "ChamplainMapSource")
- (prop-type "GParamEnum")
- (docs "The map projection")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainMapProjection
-
;; From ChamplainMarker
-(define-property name
- (of-object "ChamplainMarker")
- (prop-type "GParamString")
- (docs "Name of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property x
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "X coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property y
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "Y coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property width
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "Width of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property height
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "Height of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-x
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced X position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-y
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced Y position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-position-set
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use fixed positioning for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width-set
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height-set
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width-set
+(define-signal button-press
(of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height
- (of-object "ChamplainMarker")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height-set
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property request-mode
- (of-object "ChamplainMarker")
- (prop-type "GParamEnum")
- (docs "The actor's request mode")
- (readable #t)
- (writable #t)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("ClutterEvent*" "p0")
+ )
)
-(define-property allocation
+(define-signal button-release
(of-object "ChamplainMarker")
- (prop-type "GParamBoxed")
- (docs "The actor's allocation")
- (readable #t)
- (writable #f)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("ClutterEvent*" "p0")
+ )
)
-(define-property depth
+(define-signal drag-motion
(of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "Depth of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("gdouble" "p0")
+ '("gdouble" "p1")
+ '("ClutterEvent*" "p2")
+ )
)
-(define-property clip
+(define-signal drag-finish
(of-object "ChamplainMarker")
- (prop-type "GParamBoxed")
- (docs "The clip region for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("ClutterEvent*" "p0")
+ )
)
-(define-property has-clip
+(define-property selected
(of-object "ChamplainMarker")
(prop-type "GParamBoolean")
- (docs "Whether the actor has a clip set or not")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property opacity
- (of-object "ChamplainMarker")
- (prop-type "GParamUChar")
- (docs "Opacity of actor")
+ (docs "The sighlighted state of the marker")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property visible
+(define-property selectable
(of-object "ChamplainMarker")
(prop-type "GParamBoolean")
- (docs "Whether the actor is visible or not")
+ (docs "The draggable state of the marker")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property reactive
+(define-property draggable
(of-object "ChamplainMarker")
(prop-type "GParamBoolean")
- (docs "Whether the actor is reactive to events or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-x
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "Scale factor on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-y
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "Scale factor on the Y axis")
+ (docs "The draggable state of the marker")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property rotation-angle-x
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-y
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-z
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-x
- (of-object "ChamplainMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-y
- (of-object "ChamplainMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-z
- (of-object "ChamplainMarker")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-x
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "X coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainLayer
-(define-property anchor-y
- (of-object "ChamplainMarker")
- (prop-type "GParamInt")
- (docs "Y coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainMapSource
-(define-property show-on-set-parent
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is shown when parented")
+(define-property next-source
+ (of-object "ChamplainMapSource")
+ (prop-type "GParamObject")
+ (docs "Next source in the loading chain")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property longitude
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "The longitude coordonate of the base_marker")
+(define-property renderer
+ (of-object "ChamplainMapSource")
+ (prop-type "GParamObject")
+ (docs "Tile renderer used to render tiles")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property latitude
- (of-object "ChamplainMarker")
- (prop-type "GParamDouble")
- (docs "The latitude coordonate of the base_marker")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainMapProjection
-(define-property highlighted
- (of-object "ChamplainMarker")
- (prop-type "GParamBoolean")
- (docs "The highlighted stated of the marker")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainLabel
(define-property image
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamObject")
- (docs "The image of the marker")
+ (docs "The image of the label")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property text
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamString")
- (docs "The text of the marker")
+ (docs "The text of the label")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property use-markup
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamBoolean")
(docs "The text uses markup")
(readable #t)
@@ -1118,191 +119,90 @@
)
(define-property alignment
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamEnum")
- (docs "The marker's alignment")
+ (docs "The label's alignment")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property ellipsize
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamEnum")
- (docs "The marker's text ellipsize mode")
+ (docs "The label's text ellipsize mode")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property color
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "ClutterParamSpecColor")
- (docs "The marker's color")
+ (docs "The label's color")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property text-color
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "ClutterParamSpecColor")
- (docs "The marker's text color")
+ (docs "The label's text color")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property font-name
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamString")
- (docs "The marker's text font name")
+ (docs "The label's text font name")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property wrap
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamBoolean")
- (docs "The marker's text wrap")
+ (docs "The label's text wrap")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property wrap-mode
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamEnum")
- (docs "The marker's text wrap mode")
+ (docs "The label's text wrap mode")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property single-line-mode
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamBoolean")
- (docs "The marker's single line mode")
+ (docs "The label's single line mode")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property draw-background
- (of-object "ChamplainMarker")
+ (of-object "ChamplainLabel")
(prop-type "GParamBoolean")
- (docs "The marker has a background")
+ (docs "The label has a background")
(readable #t)
(writable #t)
(construct-only #f)
)
-;; From ChamplainNetworkMapSource
+;; From ChamplainPathLayer
-(define-property id
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The id of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property name
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The name of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property license
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The usage license of the map source")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property license-uri
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The usage license's uri for more information")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property max-zoom-level
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamUInt")
- (docs "The maximum zoom level")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-zoom-level
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamUInt")
- (docs "The minimum zoom level")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property tile-size
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamUInt")
- (docs "The tile size")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property projection
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamEnum")
- (docs "The map projection")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property uri-format
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The URI format")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property offline
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamBoolean")
- (docs "Offline")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property proxy-uri
- (of-object "ChamplainNetworkMapSource")
- (prop-type "GParamString")
- (docs "The proxy URI to use to access network")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainPolygon
-
-(define-property closed-path
- (of-object "ChamplainPolygon")
+(define-property closed
+ (of-object "ChamplainPathLayer")
(prop-type "GParamBoolean")
(docs "The Path is Closed")
(readable #t)
@@ -1311,25 +211,25 @@
)
(define-property stroke-width
- (of-object "ChamplainPolygon")
+ (of-object "ChamplainPathLayer")
(prop-type "GParamDouble")
- (docs "The polygon's stroke width")
+ (docs "The path's stroke width")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property stroke-color
- (of-object "ChamplainPolygon")
+ (of-object "ChamplainPathLayer")
(prop-type "ClutterParamSpecColor")
- (docs "The polygon's stroke color")
+ (docs "The path's stroke color")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property fill
- (of-object "ChamplainPolygon")
+ (of-object "ChamplainPathLayer")
(prop-type "GParamBoolean")
(docs "The shape is filled")
(readable #t)
@@ -1338,16 +238,16 @@
)
(define-property fill-color
- (of-object "ChamplainPolygon")
+ (of-object "ChamplainPathLayer")
(prop-type "ClutterParamSpecColor")
- (docs "The polygon's fill color")
+ (docs "The path's fill color")
(readable #t)
(writable #t)
(construct-only #f)
)
(define-property stroke
- (of-object "ChamplainPolygon")
+ (of-object "ChamplainPathLayer")
(prop-type "GParamBoolean")
(docs "The shape is stroked")
(readable #t)
@@ -1356,341 +256,18 @@
)
(define-property visible
- (of-object "ChamplainPolygon")
- (prop-type "GParamBoolean")
- (docs "The polygon's visibility")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-;; From ChamplainScrollMode
-
-;; From ChamplainSelectionLayer
-
-(define-signal changed
- (of-object "ChamplainSelectionLayer")
- (return-type "void")
- (when "last")
-)
-
-(define-property name
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamString")
- (docs "Name of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property x
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "X coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property y
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "Y coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property width
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "Width of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property height
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "Height of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-x
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced X position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-y
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced Y position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-position-set
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use fixed positioning for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width-set
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height-set
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width-set
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height
- (of-object "ChamplainSelectionLayer")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height-set
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property request-mode
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamEnum")
- (docs "The actor's request mode")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property allocation
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoxed")
- (docs "The actor's allocation")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property depth
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "Depth of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property clip
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoxed")
- (docs "The clip region for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property has-clip
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor has a clip set or not")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property opacity
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamUChar")
- (docs "Opacity of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property visible
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is visible or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property reactive
- (of-object "ChamplainSelectionLayer")
+ (of-object "ChamplainPathLayer")
(prop-type "GParamBoolean")
- (docs "Whether the actor is reactive to events or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-x
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamDouble")
- (docs "Scale factor on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-y
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamDouble")
- (docs "Scale factor on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-x
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the X axis")
+ (docs "The path's visibility")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property rotation-angle-y
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-z
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-x
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-y
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-z
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-x
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "X coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-y
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamInt")
- (docs "Y coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property show-on-set-parent
- (of-object "ChamplainSelectionLayer")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is shown when parented")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainMarkerLayer
(define-property selection-mode
- (of-object "ChamplainSelectionLayer")
+ (of-object "ChamplainMarkerLayer")
(prop-type "GParamEnum")
(docs "Determines the type of selection that will be performed.")
(readable #t)
@@ -1702,9 +279,20 @@
;; From ChamplainTile
+(define-signal render-complete
+ (of-object "ChamplainTile")
+ (return-type "void")
+ (when "last")
+ (parameters
+ '("gpointer" "p0")
+ '("guint" "p1")
+ '("gboolean" "p2")
+ )
+)
+
(define-property x
(of-object "ChamplainTile")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The X position of the tile")
(readable #t)
(writable #t)
@@ -1713,7 +301,7 @@
(define-property y
(of-object "ChamplainTile")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The Y position of the tile")
(readable #t)
(writable #t)
@@ -1722,7 +310,7 @@
(define-property zoom-level
(of-object "ChamplainTile")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The zoom level of the tile")
(readable #t)
(writable #t)
@@ -1738,24 +326,6 @@
(construct-only #f)
)
-(define-property uri
- (of-object "ChamplainTile")
- (prop-type "GParamString")
- (docs "The URI of the tile")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property filename
- (of-object "ChamplainTile")
- (prop-type "GParamString")
- (docs "The filename of the tile")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
(define-property state
(of-object "ChamplainTile")
(prop-type "GParamEnum")
@@ -1765,15 +335,6 @@
(construct-only #f)
)
-(define-property actor
- (of-object "ChamplainTile")
- (prop-type "GParamObject")
- (docs "The tile's actor")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
(define-property content
(of-object "ChamplainTile")
(prop-type "GParamObject")
@@ -1792,327 +353,27 @@
(construct-only #f)
)
-;; From ChamplainView
-
-(define-signal animation-completed
- (of-object "ChamplainView")
- (return-type "void")
- (when "last")
-)
-
-(define-property name
- (of-object "ChamplainView")
- (prop-type "GParamString")
- (docs "Name of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property x
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "X coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property y
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "Y coordinate of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property width
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "Width of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property height
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "Height of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-x
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced X position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-y
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced Y position of the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property fixed-position-set
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether to use fixed positioning for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-width-set
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced minimum height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property min-height-set
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether to use the min-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural width request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-width-set
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-width property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height
- (of-object "ChamplainView")
- (prop-type "ClutterParamSpecUnit")
- (docs "Forced natural height request for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property natural-height-set
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether to use the natural-height property")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property request-mode
- (of-object "ChamplainView")
- (prop-type "GParamEnum")
- (docs "The actor's request mode")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property allocation
- (of-object "ChamplainView")
- (prop-type "GParamBoxed")
- (docs "The actor's allocation")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property depth
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "Depth of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property clip
- (of-object "ChamplainView")
- (prop-type "GParamBoxed")
- (docs "The clip region for the actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property has-clip
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether the actor has a clip set or not")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
-(define-property opacity
- (of-object "ChamplainView")
- (prop-type "GParamUChar")
- (docs "Opacity of actor")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property visible
- (of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is visible or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property reactive
- (of-object "ChamplainView")
+(define-property fade-in
+ (of-object "ChamplainTile")
(prop-type "GParamBoolean")
- (docs "Whether the actor is reactive to events or not")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-x
- (of-object "ChamplainView")
- (prop-type "GParamDouble")
- (docs "Scale factor on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property scale-y
- (of-object "ChamplainView")
- (prop-type "GParamDouble")
- (docs "Scale factor on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-x
- (of-object "ChamplainView")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-angle-y
- (of-object "ChamplainView")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Y axis")
+ (docs "Tile should fade in")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property rotation-angle-z
- (of-object "ChamplainView")
- (prop-type "GParamDouble")
- (docs "The rotation angle on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-x
- (of-object "ChamplainView")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the X axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-y
- (of-object "ChamplainView")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Y axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property rotation-center-z
- (of-object "ChamplainView")
- (prop-type "GParamBoxed")
- (docs "The rotation center on the Z axis")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
-
-(define-property anchor-x
- (of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "X coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
-)
+;; From ChamplainView
-(define-property anchor-y
+(define-signal animation-completed
(of-object "ChamplainView")
- (prop-type "GParamInt")
- (docs "Y coordinate of the anchor point")
- (readable #t)
- (writable #t)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
)
-(define-property show-on-set-parent
+(define-signal layer-relocated
(of-object "ChamplainView")
- (prop-type "GParamBoolean")
- (docs "Whether the actor is shown when parented")
- (readable #t)
- (writable #t)
- (construct-only #f)
+ (return-type "void")
+ (when "last")
)
(define-property longitude
@@ -2135,7 +396,7 @@
(define-property zoom-level
(of-object "ChamplainView")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The level of zoom of the map")
(readable #t)
(writable #t)
@@ -2144,7 +405,7 @@
(define-property min-zoom-level
(of-object "ChamplainView")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The lowest allowed level of zoom")
(readable #t)
(writable #t)
@@ -2153,7 +414,7 @@
(define-property max-zoom-level
(of-object "ChamplainView")
- (prop-type "GParamInt")
+ (prop-type "GParamUInt")
(docs "The highest allowed level of zoom")
(readable #t)
(writable #t)
@@ -2169,7 +430,7 @@
(construct-only #f)
)
-(define-property decel-rate
+(define-property deceleration
(of-object "ChamplainView")
(prop-type "GParamDouble")
(docs "Rate at which the view will decelerate in kinetic mode.")
@@ -2178,10 +439,10 @@
(construct-only #f)
)
-(define-property scroll-mode
+(define-property kinetic-mode
(of-object "ChamplainView")
- (prop-type "GParamEnum")
- (docs "Determines the way the view reacts to scroll events.")
+ (prop-type "GParamBoolean")
+ (docs "Determines whether the view should use kinetic mode.")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2196,19 +457,19 @@
(construct-only #f)
)
-(define-property show-license
+(define-property zoom-on-double-click
(of-object "ChamplainView")
(prop-type "GParamBoolean")
- (docs "Show the map data license on the map view")
+ (docs "Zoom in and recenter on double click on the map")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property zoom-on-double-click
+(define-property animate-zoom
(of-object "ChamplainView")
(prop-type "GParamBoolean")
- (docs "Zoom in and recenter on double click on the map")
+ (docs "Animate zoom change when zooming in/out")
(readable #t)
(writable #t)
(construct-only #f)
@@ -2223,60 +484,31 @@
(construct-only #f)
)
-;; From ChamplainZoomLevel
-
-(define-signal tile-added
- (of-object "ChamplainZoomLevel")
- (return-type "void")
- (when "last")
- (parameters
- '("ChamplainTile*" "p0")
- )
-)
-
-(define-signal tile-removed
- (of-object "ChamplainZoomLevel")
- (return-type "void")
- (when "last")
- (parameters
- '("ChamplainTile*" "p0")
- )
-)
-
-(define-property width
- (of-object "ChamplainZoomLevel")
- (prop-type "GParamUInt")
- (docs "The width of this zoom level")
+(define-property background-pattern
+ (of-object "ChamplainView")
+ (prop-type "GParamObject")
+ (docs "The tile's background pattern")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property height
- (of-object "ChamplainZoomLevel")
- (prop-type "GParamUInt")
- (docs "The height of this zoom level")
+(define-property goto-animation-mode
+ (of-object "ChamplainView")
+ (prop-type "GParamEnum")
+ (docs "The mode of animation when going to a location")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property zoom-level
- (of-object "ChamplainZoomLevel")
- (prop-type "GParamInt")
- (docs "The level of this zoom level")
+(define-property goto-animation-duration
+ (of-object "ChamplainView")
+ (prop-type "GParamUInt")
+ (docs "The duration of an animation when going to a location")
(readable #t)
(writable #t)
(construct-only #f)
)
-(define-property actor
- (of-object "ChamplainZoomLevel")
- (prop-type "GParamObject")
- (docs "The actor containing all the tiles")
- (readable #t)
- (writable #f)
- (construct-only #f)
-)
-
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]