source:
lemon-0.x/gui/kruskalbox.h
@
1879:01d41844ef46
Last change on this file since 1879:01d41844ef46 was 1879:01d41844ef46, checked in by , 17 years ago | |
---|---|
File size: 405 bytes |
Line | |
---|---|
1 | // -*- C++ -*- // |
2 | |
3 | #ifndef KRUSKALBOX_H |
4 | #define KRUSKALBOX_H |
5 | |
6 | class KruskalBox; |
7 | |
8 | #include <all_include.h> |
9 | #include <algobox.h> |
10 | #include <lemon/kruskal.h> |
11 | #include <libgnomecanvasmm.h> |
12 | #include <libgnomecanvasmm/polygon.h> |
13 | |
14 | class KruskalBox : public AlgoBox |
15 | { |
16 | Gtk::Label resultlabel; |
17 | |
18 | public: |
19 | KruskalBox(std::vector<std::string> t); |
20 | |
21 | void run(); |
22 | |
23 | void build_box(); |
24 | }; |
25 | #endif //KRUSKALBOX_H |
Note: See TracBrowser
for help on using the repository browser.