QtiPlot  0.9.8.2
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
SetColValuesDialog Class Reference

Set column values dialog. More...

#include <SetColValuesDialog.h>

Inheritance diagram for SetColValuesDialog:
scripted

Public Member Functions

 SetColValuesDialog (ScriptingEnv *env, QWidget *parent=0, Qt::WFlags fl=0)
void setCompleter (QCompleter *)
void setTable (Table *w)
- Public Member Functions inherited from scripted
 scripted (ScriptingEnv *env)
void scriptingChangeEvent (ScriptingChangeEvent *)
ScriptingEnvscriptingEnv ()
 ~scripted ()

Private Slots

bool apply ()
void clearFormulas ()
void insertCell ()
void insertCol ()
void insertExplain (int index)
void insertFunction ()
void nextColumn ()
void prevColumn ()
void updateColumn (int sc)

Private Member Functions

void closeEvent (QCloseEvent *)
void customEvent (QEvent *e)
QSize sizeHint () const

Private Attributes

QPushButton * addCellButton
QComboBox * boxColumn
QPushButton * btnAddCol
QPushButton * btnAddFunction
QPushButton * btnApply
QPushButton * btnCancel
QPushButton * buttonClearFormulas
QPushButton * buttonNext
QPushButton * buttonPrev
QLabel * colNameLabel
ScriptEditcommands
QSpinBox * end
QTextEdit * explain
QComboBox * functions
QSpinBox * start
Tabletable

Additional Inherited Members

- Protected Attributes inherited from scripted
ScriptingEnvscriptEnv

Detailed Description

Set column values dialog.

Constructor & Destructor Documentation

SetColValuesDialog::SetColValuesDialog ( ScriptingEnv env,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

bool SetColValuesDialog::apply ( )
privateslot
void SetColValuesDialog::clearFormulas ( )
privateslot

References Table::clearCommands(), commands, and table.

Referenced by SetColValuesDialog().

void SetColValuesDialog::closeEvent ( QCloseEvent *  e)
private
void SetColValuesDialog::customEvent ( QEvent *  e)
private
void SetColValuesDialog::insertCell ( )
privateslot

References boxColumn, and commands.

Referenced by SetColValuesDialog().

void SetColValuesDialog::insertCol ( )
privateslot

References boxColumn, and commands.

Referenced by SetColValuesDialog().

void SetColValuesDialog::insertExplain ( int  index)
privateslot
void SetColValuesDialog::insertFunction ( )
privateslot
void SetColValuesDialog::nextColumn ( )
privateslot
void SetColValuesDialog::prevColumn ( )
privateslot
void SetColValuesDialog::setCompleter ( QCompleter *  completer)
void SetColValuesDialog::setTable ( Table w)
QSize SetColValuesDialog::sizeHint ( ) const
private
void SetColValuesDialog::updateColumn ( int  sc)
privateslot

Member Data Documentation

QPushButton* SetColValuesDialog::addCellButton
private

Referenced by SetColValuesDialog().

QComboBox* SetColValuesDialog::boxColumn
private
QPushButton* SetColValuesDialog::btnAddCol
private

Referenced by SetColValuesDialog().

QPushButton* SetColValuesDialog::btnAddFunction
private

Referenced by SetColValuesDialog().

QPushButton* SetColValuesDialog::btnApply
private

Referenced by SetColValuesDialog().

QPushButton* SetColValuesDialog::btnCancel
private

Referenced by SetColValuesDialog().

QPushButton* SetColValuesDialog::buttonClearFormulas
private

Referenced by SetColValuesDialog().

QPushButton* SetColValuesDialog::buttonNext
private

Referenced by SetColValuesDialog(), and updateColumn().

QPushButton* SetColValuesDialog::buttonPrev
private

Referenced by SetColValuesDialog(), and updateColumn().

QLabel* SetColValuesDialog::colNameLabel
private

Referenced by SetColValuesDialog(), and updateColumn().

ScriptEdit* SetColValuesDialog::commands
private
QSpinBox * SetColValuesDialog::end
private

Referenced by apply(), SetColValuesDialog(), and setTable().

QTextEdit* SetColValuesDialog::explain
private
QComboBox* SetColValuesDialog::functions
private
QSpinBox* SetColValuesDialog::start
private

Referenced by apply(), SetColValuesDialog(), and setTable().

Table* SetColValuesDialog::table
private

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