Abstract class BackgroundOp represents operatioin executed in background
Abstract class BackgroundOp represents operatioin executed in background
This method should call BackgroundOp::operation_complted and then perform any specific actions which need to be taken after operation finished. This may be destroying variables, sending report to the Logger, etc.
It should never be called directly.
bio->start_operation(logger); Gtk::Main::idle.connect(SigC::slot(bio, &BackgroundOp::monitor_operation));
Alphabetic index HTML hierarchy of classes or Java