41 |
|
GtkWidget* down; |
42 |
|
void setupAvailable(); |
43 |
|
void setupSelected(); |
44 |
+ |
unsigned counter; |
45 |
+ |
unsigned insert; |
46 |
|
public: |
47 |
|
MapSelector(); |
48 |
|
~MapSelector() {} |
52 |
|
friend void changeAvailable(GtkTreeSelection* selection, MapSelector* data); |
53 |
|
friend void changeSelected(GtkTreeSelection* selection, MapSelector* data); |
54 |
|
friend void mapAdd(GtkWidget* widget, MapSelector* data); |
55 |
+ |
friend void mapAddEach(GtkTreeModel* model, GtkTreePath* path, GtkTreeIter* |
56 |
+ |
iter, MapSelector* data); |
57 |
|
friend void mapRemove(GtkWidget* widget, MapSelector* data); |
58 |
+ |
friend void mapRemoveEach(GtkTreePath* path, MapSelector* data); |
59 |
|
friend void mapUp(GtkWidget* widget, MapSelector* data); |
60 |
+ |
friend void mapUpEach(GtkTreePath* path, MapSelector* data); |
61 |
|
friend void mapDown(GtkWidget* widget, MapSelector* data); |
62 |
+ |
friend void mapDownEach(GtkTreePath* path, MapSelector* data); |
63 |
|
}; |
64 |
|
|
65 |
|
#endif _MapSelector_h_ |