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::SetColValuesDialog ( ScriptingEnv env,
QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

Member Function Documentation

◆ apply

bool SetColValuesDialog::apply ( )
privateslot

◆ clearFormulas

void SetColValuesDialog::clearFormulas ( )
privateslot

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

Referenced by SetColValuesDialog().

◆ closeEvent()

void SetColValuesDialog::closeEvent ( QCloseEvent *  e)
private

◆ customEvent()

void SetColValuesDialog::customEvent ( QEvent *  e)
private

◆ insertCell

void SetColValuesDialog::insertCell ( )
privateslot

References boxColumn, and commands.

Referenced by SetColValuesDialog().

◆ insertCol

void SetColValuesDialog::insertCol ( )
privateslot

References boxColumn, and commands.

Referenced by SetColValuesDialog().

◆ insertExplain

void SetColValuesDialog::insertExplain ( int  index)
privateslot

◆ insertFunction

void SetColValuesDialog::insertFunction ( )
privateslot

◆ nextColumn

void SetColValuesDialog::nextColumn ( )
privateslot

◆ prevColumn

void SetColValuesDialog::prevColumn ( )
privateslot

◆ setCompleter()

void SetColValuesDialog::setCompleter ( QCompleter *  completer)

◆ setTable()

void SetColValuesDialog::setTable ( Table w)

◆ sizeHint()

QSize SetColValuesDialog::sizeHint ( ) const
private

◆ updateColumn

void SetColValuesDialog::updateColumn ( int  sc)
privateslot

Member Data Documentation

◆ addCellButton

QPushButton* SetColValuesDialog::addCellButton
private

Referenced by SetColValuesDialog().

◆ boxColumn

QComboBox* SetColValuesDialog::boxColumn
private

◆ btnAddCol

QPushButton* SetColValuesDialog::btnAddCol
private

Referenced by SetColValuesDialog().

◆ btnAddFunction

QPushButton* SetColValuesDialog::btnAddFunction
private

Referenced by SetColValuesDialog().

◆ btnApply

QPushButton* SetColValuesDialog::btnApply
private

Referenced by SetColValuesDialog().

◆ btnCancel

QPushButton* SetColValuesDialog::btnCancel
private

Referenced by SetColValuesDialog().

◆ buttonClearFormulas

QPushButton* SetColValuesDialog::buttonClearFormulas
private

Referenced by SetColValuesDialog().

◆ buttonNext

QPushButton* SetColValuesDialog::buttonNext
private

Referenced by SetColValuesDialog(), and updateColumn().

◆ buttonPrev

QPushButton* SetColValuesDialog::buttonPrev
private

Referenced by SetColValuesDialog(), and updateColumn().

◆ colNameLabel

QLabel* SetColValuesDialog::colNameLabel
private

Referenced by SetColValuesDialog(), and updateColumn().

◆ commands

ScriptEdit* SetColValuesDialog::commands
private

◆ end

QSpinBox * SetColValuesDialog::end
private

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

◆ explain

QTextEdit* SetColValuesDialog::explain
private

◆ functions

QComboBox* SetColValuesDialog::functions
private

◆ start

QSpinBox* SetColValuesDialog::start
private

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

◆ table

Table* SetColValuesDialog::table
private

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