comparison fig/selection_layer.d @ 27:f3d91579bb28

Checkpoint
author David Bryant <daveb@acres.com.au>
date Wed, 29 Jul 2009 14:11:35 +0930
parents
children
comparison
equal deleted inserted replaced
26:06c30d250c0a 27:f3d91579bb28
1 module fig.selection_layer;
2
3 /*
4 public {
5 import dia.icanvas;
6 }
7
8 class SelectionLayer : Layer {
9 this(in string name) {
10 super(name);
11 }
12
13 private {
14 // Selector[] mSelectors;
15 }
16 }
17
18 abstract class Selector {
19 private {
20 }
21 }
22 */