#include <SpreadsheetWidget.h>
|
| SpreadsheetWidget (int colCount, int rowCount, QStringList, QList< int >, QWidget *parent=0) |
|
bool | autoRecalculate () const |
|
QString | currentLocation () const |
|
QString | currentFormula () const |
|
QTableWidgetSelectionRange | selectedRange () const |
|
void | clear () |
|
bool | readFile (const QString &fileName) |
|
bool | writeFile (const QString &fileName) |
|
void | sort (const SpreadsheetCompare &compare) |
|
void | outputToJSON (QJsonArray &rvArray) |
|
void | inputFromJSON (QJsonArray &rvArray) |
|
int | getNumRows () |
|
int | getNumColumns () |
|
bool | getString (int row, int col, QString &) |
|
bool | getDouble (int row, int col, double &) |
|
bool | getInt (int row, int col, int &) |
|
int | setString (int row, int col, QString &) |
|
int | setDouble (int row, int col, double) |
|
int | setInt (int row, int col, int) |
|
Definition at line 14 of file SpreadsheetWidget.h.
SpreadsheetWidget::SpreadsheetWidget |
( |
int |
colCount, |
|
|
int |
rowCount, |
|
|
QStringList |
head, |
|
|
QList< int > |
types, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
bool SpreadsheetWidget::autoRecalculate |
( |
| ) |
const |
|
inline |
void SpreadsheetWidget::clear |
( |
void |
| ) |
|
void SpreadsheetWidget::copy |
( |
| ) |
|
|
slot |
QString SpreadsheetWidget::currentFormula |
( |
| ) |
const |
QString SpreadsheetWidget::currentLocation |
( |
| ) |
const |
void SpreadsheetWidget::cut |
( |
| ) |
|
|
slot |
void SpreadsheetWidget::del |
( |
| ) |
|
|
slot |
void SpreadsheetWidget::findNext |
( |
const QString & |
str, |
|
|
Qt::CaseSensitivity |
cs |
|
) |
| |
|
slot |
void SpreadsheetWidget::findPrevious |
( |
const QString & |
str, |
|
|
Qt::CaseSensitivity |
cs |
|
) |
| |
|
slot |
bool SpreadsheetWidget::getDouble |
( |
int |
row, |
|
|
int |
col, |
|
|
double & |
res |
|
) |
| |
bool SpreadsheetWidget::getInt |
( |
int |
row, |
|
|
int |
col, |
|
|
int & |
res |
|
) |
| |
int SpreadsheetWidget::getNumColumns |
( |
| ) |
|
int SpreadsheetWidget::getNumRows |
( |
| ) |
|
bool SpreadsheetWidget::getString |
( |
int |
row, |
|
|
int |
col, |
|
|
QString & |
res |
|
) |
| |
void SpreadsheetWidget::inputFromJSON |
( |
QJsonArray & |
rvArray | ) |
|
void SpreadsheetWidget::modified |
( |
| ) |
|
|
signal |
void SpreadsheetWidget::outputToJSON |
( |
QJsonArray & |
rvArray | ) |
|
void SpreadsheetWidget::paste |
( |
| ) |
|
|
slot |
bool SpreadsheetWidget::readFile |
( |
const QString & |
fileName | ) |
|
void SpreadsheetWidget::recalculate |
( |
| ) |
|
|
slot |
void SpreadsheetWidget::selectCurrentColumn |
( |
| ) |
|
|
slot |
void SpreadsheetWidget::selectCurrentRow |
( |
| ) |
|
|
slot |
QTableWidgetSelectionRange SpreadsheetWidget::selectedRange |
( |
| ) |
const |
void SpreadsheetWidget::setAutoRecalculate |
( |
bool |
recalc | ) |
|
|
slot |
int SpreadsheetWidget::setDouble |
( |
int |
row, |
|
|
int |
col, |
|
|
double |
data |
|
) |
| |
int SpreadsheetWidget::setInt |
( |
int |
row, |
|
|
int |
col, |
|
|
int |
data |
|
) |
| |
int SpreadsheetWidget::setString |
( |
int |
row, |
|
|
int |
col, |
|
|
QString & |
data |
|
) |
| |
bool SpreadsheetWidget::writeFile |
( |
const QString & |
fileName | ) |
|
The documentation for this class was generated from the following files: