QtiPlot
0.9.8.2
|
Set column values dialog. More...
#include <SetColValuesDialog.h>
Public Member Functions | |
SetColValuesDialog (ScriptingEnv *env, QWidget *parent=0, Qt::WFlags fl=0) | |
void | setCompleter (QCompleter *) |
void | setTable (Table *w) |
![]() | |
scripted (ScriptingEnv *env) | |
void | scriptingChangeEvent (ScriptingChangeEvent *) |
ScriptingEnv * | scriptingEnv () |
~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 |
ScriptEdit * | commands |
QSpinBox * | end |
QTextEdit * | explain |
QComboBox * | functions |
QSpinBox * | start |
Table * | table |
Additional Inherited Members | |
![]() | |
ScriptingEnv * | scriptEnv |
Set column values dialog.
SetColValuesDialog::SetColValuesDialog | ( | ScriptingEnv * | env, |
QWidget * | parent = 0 , |
||
Qt::WFlags | fl = 0 |
||
) |
References addCellButton, apply(), boxColumn, btnAddCol, btnAddFunction, btnApply, btnCancel, buttonClearFormulas, buttonNext, buttonPrev, clearFormulas(), colNameLabel, commands, end, explain, functions, muParserScripting::functionsList(), insertCell(), insertCol(), insertExplain(), insertFunction(), nextColumn(), prevColumn(), scripted::scriptEnv, and start.
|
privateslot |
References Table::calculate(), commands, end, Table::getCommands(), Table::numCols(), Table::selectedColumn(), Table::setCommand(), start, and table.
Referenced by SetColValuesDialog().
|
privateslot |
References Table::clearCommands(), commands, and table.
Referenced by SetColValuesDialog().
|
private |
References ApplicationWindow::d_force_muParser.
|
private |
References SCRIPTING_CHANGE_EVENT, and scripted::scriptingChangeEvent().
|
privateslot |
References boxColumn, and commands.
Referenced by SetColValuesDialog().
|
privateslot |
References boxColumn, and commands.
Referenced by SetColValuesDialog().
|
privateslot |
References explain, muParserScripting::explainFunction(), functions, ScriptingEnv::mathFunctionDoc(), and scripted::scriptEnv.
Referenced by SetColValuesDialog().
|
privateslot |
References commands, functions, and ScriptEdit::insertFunction().
Referenced by SetColValuesDialog().
|
privateslot |
References Table::selectedColumn(), table, and updateColumn().
Referenced by SetColValuesDialog().
|
privateslot |
References Table::selectedColumn(), table, and updateColumn().
Referenced by SetColValuesDialog().
void SetColValuesDialog::setCompleter | ( | QCompleter * | completer | ) |
References commands, and ScriptEdit::setCompleter().
Referenced by ApplicationWindow::showColumnValuesDialog().
void SetColValuesDialog::setTable | ( | Table * | w | ) |
References boxColumn, Table::colNames(), commands, end, Table::numCols(), Table::numRows(), Table::selectedColumn(), ScriptEdit::setContext(), Table::setSelectedCol(), start, table, Table::table(), and updateColumn().
Referenced by ApplicationWindow::showColumnValuesDialog().
|
private |
|
privateslot |
References buttonNext, buttonPrev, Table::colLabel(), colNameLabel, commands, Table::getCommands(), Table::numCols(), Table::setSelectedCol(), table, and Table::table().
Referenced by nextColumn(), prevColumn(), and setTable().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by insertCell(), insertCol(), SetColValuesDialog(), and setTable().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by SetColValuesDialog().
|
private |
Referenced by SetColValuesDialog(), and updateColumn().
|
private |
Referenced by SetColValuesDialog(), and updateColumn().
|
private |
Referenced by SetColValuesDialog(), and updateColumn().
|
private |
Referenced by apply(), clearFormulas(), insertCell(), insertCol(), insertFunction(), SetColValuesDialog(), setCompleter(), setTable(), and updateColumn().
|
private |
Referenced by apply(), SetColValuesDialog(), and setTable().
|
private |
Referenced by insertExplain(), and SetColValuesDialog().
|
private |
Referenced by insertExplain(), insertFunction(), and SetColValuesDialog().
|
private |
Referenced by apply(), SetColValuesDialog(), and setTable().
|
private |
Referenced by apply(), clearFormulas(), nextColumn(), prevColumn(), setTable(), and updateColumn().