[libchamplain] Depict the actor hierarchy in comments
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] Depict the actor hierarchy in comments
- Date: Thu, 2 May 2013 19:31:58 +0000 (UTC)
commit bb41f2bc2c37d2da86aeb106afde282131c3209e
Author: Jiří Techet <techet gmail com>
Date: Thu May 2 15:43:25 2013 +0200
Depict the actor hierarchy in comments
champlain/champlain-view.c | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/champlain/champlain-view.c b/champlain/champlain-view.c
index 898a25e..1cc40ff 100644
--- a/champlain/champlain-view.c
+++ b/champlain/champlain-view.c
@@ -134,16 +134,19 @@ typedef struct
ChamplainMapSource *map_source;
} FillTileCallbackData;
+
struct _ChamplainViewPrivate
{
- ClutterActor *kinetic_scroll; /* Contains the viewport */
- ClutterActor *viewport; /* Contains the movable layers */
- ClutterActor *map_layer; /* Contains tile actors */
- ClutterActor *user_layers; /* Contains the layers with markers */
- ClutterActor *background_layer; /* Contains background pattern */
- ClutterActor *zoom_layer; /* Contains the zoomed map */
- ClutterActor *license_actor; /* Contains the license info */
- ClutterActor *zoom_overlay_actor; /* Contains the temporarily shown zoom actor */
+ /* ChamplainView */
+ ClutterActor *kinetic_scroll; /* kinetic_scroll */
+ ClutterActor *viewport; /* viewport */
+ /* viewport_container */
+ ClutterActor *background_layer; /* background_layer */
+ ClutterActor *zoom_layer; /* zoom_layer */
+ ClutterActor *map_layer; /* map_layer */
+ ClutterActor *user_layers; /* user_layers */
+ ClutterActor *zoom_overlay_actor; /* zoom_overlay_actor */
+ ClutterActor *license_actor; /* license_actor */
ClutterContent *background_content;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]