casa
$Rev:20696$
|
#include <CleanGui.qo.h>
Public Member Functions | |
CleanGui (QWidget *parent=0) | |
virtual | ~CleanGui () |
Private Types | |
enum | clean_state_t { UNDEFINED, PAUSED, RUNNING, STOPPED } |
Private Slots | |
void | selection_change () |
void | check_box_change (QTreeWidgetItem *, int) |
void | send_state_event () |
void | play_button_event () |
void | pause_button_event () |
void | stop_button_event () |
void | refresh_button_event () |
void | entry_changed_event (const QString &) |
Private Member Functions | |
CleanGui (const CleanGui &) | |
this class is not intended for copy or assignment... | |
CleanGui | operator= (const CleanGui &) |
void | refresh () |
update information for the process currently selected... | |
std::map< std::string, dbus::variant > | collect () |
void | set_send_needed (bool) |
indicate (or unindicate) that values have changed, and a send is required... | |
void | allow_editing (bool) |
Private Attributes | |
ImagerControl * | ic |
int | current_process_index |
clean_state_t | current_process_state |
std::map< QObject *, QString > | current_clean_state |
QString | default_send_tooltip |
Definition at line 39 of file CleanGui.qo.h.
enum casa::viewer::CleanGui::clean_state_t [private] |
Definition at line 58 of file CleanGui.qo.h.
casa::viewer::CleanGui::CleanGui | ( | QWidget * | parent = 0 | ) |
virtual casa::viewer::CleanGui::~CleanGui | ( | ) | [virtual] |
casa::viewer::CleanGui::CleanGui | ( | const CleanGui & | ) | [private] |
this class is not intended for copy or assignment...
void casa::viewer::CleanGui::allow_editing | ( | bool | ) | [private] |
void casa::viewer::CleanGui::check_box_change | ( | QTreeWidgetItem * | , |
int | |||
) | [private, slot] |
std::map<std::string,dbus::variant> casa::viewer::CleanGui::collect | ( | ) | [private] |
void casa::viewer::CleanGui::entry_changed_event | ( | const QString & | ) | [private, slot] |
void casa::viewer::CleanGui::pause_button_event | ( | ) | [private, slot] |
void casa::viewer::CleanGui::play_button_event | ( | ) | [private, slot] |
void casa::viewer::CleanGui::refresh | ( | ) | [private] |
update information for the process currently selected...
void casa::viewer::CleanGui::refresh_button_event | ( | ) | [private, slot] |
void casa::viewer::CleanGui::selection_change | ( | ) | [private, slot] |
void casa::viewer::CleanGui::send_state_event | ( | ) | [private, slot] |
void casa::viewer::CleanGui::set_send_needed | ( | bool | ) | [private] |
indicate (or unindicate) that values have changed, and a send is required...
void casa::viewer::CleanGui::stop_button_event | ( | ) | [private, slot] |
std::map<QObject*,QString> casa::viewer::CleanGui::current_clean_state [private] |
Definition at line 76 of file CleanGui.qo.h.
int casa::viewer::CleanGui::current_process_index [private] |
Definition at line 73 of file CleanGui.qo.h.
Definition at line 74 of file CleanGui.qo.h.
QString casa::viewer::CleanGui::default_send_tooltip [private] |
Definition at line 77 of file CleanGui.qo.h.
ImagerControl* casa::viewer::CleanGui::ic [private] |
Definition at line 72 of file CleanGui.qo.h.