|
enum | Status {
BUSY,
DONE,
ERROR,
BUSY,
DONE,
ERROR
} |
|
enum | Status {
BUSY,
DONE,
ERROR,
BUSY,
DONE,
ERROR
} |
|
typedef sigc::signal< void, const Notification & > | type_signal_notified |
|
typedef sigc::signal< void, const Notification & > | type_signal_notified |
|
|
void | reset (const std::string &msg) |
|
void | set_status (Status status, const std::string &msg, double progress=0) |
|
type_signal_notified | signal_notified () |
|
void | attach (Gtk::Spinner *w) |
|
void | attach (Gtk::Label *w) |
|
void | attach (Gtk::Revealer *w) |
|
void | attach (Gtk::ProgressBar *w) |
|
void | reset (const std::string &msg) |
|
void | set_status (Status status, const std::string &msg, double progress=0) |
|
type_signal_notified | signal_notified () |
|
void | attach (Gtk::Spinner *w) |
|
void | attach (Gtk::Label *w) |
|
void | attach (Gtk::Revealer *w) |
|
void | attach (Gtk::ProgressBar *w) |
|
The documentation for this class was generated from the following files: