casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Types | Private Slots | Private Member Functions | Private Attributes
casa::viewer::CleanGui Class Reference

#include <CleanGui.qo.h>

List of all members.

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

ImagerControlic
int current_process_index
clean_state_t current_process_state
std::map< QObject *, QString > current_clean_state
QString default_send_tooltip

Detailed Description

Definition at line 39 of file CleanGui.qo.h.


Member Enumeration Documentation

Enumerator:
UNDEFINED 
PAUSED 
RUNNING 
STOPPED 

Definition at line 58 of file CleanGui.qo.h.


Constructor & Destructor Documentation

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...


Member Function Documentation

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]
CleanGui casa::viewer::CleanGui::operator= ( const CleanGui ) [private]
void casa::viewer::CleanGui::refresh ( ) [private]

update information for the process currently selected...

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...


Member Data Documentation

std::map<QObject*,QString> casa::viewer::CleanGui::current_clean_state [private]

Definition at line 76 of file CleanGui.qo.h.

Definition at line 73 of file CleanGui.qo.h.

Definition at line 74 of file CleanGui.qo.h.

Definition at line 77 of file CleanGui.qo.h.

Definition at line 72 of file CleanGui.qo.h.


The documentation for this class was generated from the following file: