Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes

OperateForm Class Reference

This class represents the operation form. More...

#include <OperateForm.h>

Collaboration diagram for OperateForm:
Collaboration graph
[legend]

List of all members.

Public Slots

void updateComboBoxStates (const QString &selectedOp)

Public Member Functions

 OperateForm (QWidget *parent=0)
virtual ~OperateForm ()
QComboBox * getComboBoxSource1 ()
QComboBox * getComboBoxSource2 ()
QComboBox * getComboBoxOperation ()
bool getOperationType ()
bool onlyViewedData ()
bool isAFunction ()

Protected Member Functions

void setOperations ()
void createConnections ()

Protected Attributes

bool function
 Function operation? If so, don't need 2nd combo box.
Ui::Operation ui

Detailed Description

This class represents the operation form.

It has three combo boxes to ask the user the operation and the two sources to apply the operation on.

Definition at line 12 of file OperateForm.h.


Constructor & Destructor Documentation

OperateForm::OperateForm ( QWidget *  parent = 0  ) 

Definition at line 3 of file OperateForm.cpp.

OperateForm::~OperateForm (  )  [virtual]

Definition at line 13 of file OperateForm.cpp.


Member Function Documentation

void OperateForm::createConnections (  )  [protected]

Definition at line 47 of file OperateForm.cpp.

QComboBox* OperateForm::getComboBoxOperation (  )  [inline]

Definition at line 24 of file OperateForm.h.

QComboBox* OperateForm::getComboBoxSource1 (  )  [inline]

Definition at line 20 of file OperateForm.h.

QComboBox* OperateForm::getComboBoxSource2 (  )  [inline]

Definition at line 22 of file OperateForm.h.

bool OperateForm::getOperationType (  )  [inline]

Definition at line 26 of file OperateForm.h.

bool OperateForm::isAFunction (  )  [inline]

Definition at line 30 of file OperateForm.h.

bool OperateForm::onlyViewedData (  )  [inline]

Definition at line 28 of file OperateForm.h.

void OperateForm::setOperations (  )  [protected]

Definition at line 18 of file OperateForm.cpp.

void OperateForm::updateComboBoxStates ( const QString &  selectedOp  )  [slot]

Definition at line 33 of file OperateForm.cpp.


Member Data Documentation

bool OperateForm::function [protected]

Function operation? If so, don't need 2nd combo box.

Definition at line 37 of file OperateForm.h.

Definition at line 39 of file OperateForm.h.


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