# Can't be tested but at least they are invoked
$layer->select($marker);
$layer->unselect($marker);
-# $layer->select_all();
+ $layer->select_all();
$layer->unselect_all();
# Change the selection mode
# Can't be tested but at least they are invoked
$layer->select($marker);
$layer->unselect($marker);
-# $layer->select_all();
+ $layer->select_all();
$layer->unselect_all();
# Change the selection mode
"[multiple] get_selected_markers()"
);
+
+ # Select all markers
+ $layer->select_all();
+ $count = $layer->count_selected_markers;
+ is($count, 4, "[multiple] select_all()");
+
+ $layer->select_all();
+ $count = $layer->count_selected_markers;
+ is($count, 4, "[multiple] select_all()");
+
return 0;
}
champlain_selection_layer_marker_is_selected (ChamplainSelectionLayer *layer, ChamplainBaseMarker *marker)
-#void
-#champlain_selection_layer_select_all (ChamplainSelectionLayer *layer)
+void
+champlain_selection_layer_select_all (ChamplainSelectionLayer *layer)
void