21 #include <tjutils/tjstate.h>
23 #include <odinseq/seqmeth.h>
67 virtual void report(
bool status,
const STD_string& trans_label,
const STD_string& message) = 0;
69 virtual void create_widgets() = 0;
71 virtual void delete_widgets() = 0;
91 bool clear() {
return clean.obtain_state();}
96 bool compile() {
return compiled.obtain_state();}
101 bool link() {
return linked.obtain_state();}
127 State<OdinMethod> clean;
130 State<OdinMethod> compiled;
131 bool clean2compiled();
133 State<OdinMethod> linked;
134 bool compiled2linked();
135 bool linked2compiled();
141 STD_string find_so();
149 const OdinConf& settings;
Base class for methods (sequences)