kspread
KSpread::KPSheetSelectPage Class Reference
#include <kspread_view.h>
Detailed Description
Print dialog page for selecting sheets to print.
- See also:
- SheetSelectWidget
Definition at line 80 of file kspread_view.h.
Public Slots | |
void | prependAvailableSheet (const QString &sheetname) |
void | prependSelectedSheet (const QString &sheetname) |
Public Member Functions | |
KPSheetSelectPage (QWidget *parent=0) | |
void | getOptions (QMap< QString, QString > &opts, bool incldef=false) |
void | setOptions (const QMap< QString, QString > &opts) |
bool | isValid (QString &msg) |
QStringList | selectedSheets () |
void | clearSelection () |
Static Public Member Functions | |
static QString | printOptionForIndex (unsigned int index) |
static QStringList | selectedSheets (KPrinter &prt) |
Protected Slots | |
void | selectAll () |
void | select () |
void | remove () |
void | removeAll () |
void | moveTop () |
void | moveUp () |
void | moveDown () |
void | moveBottom () |
Member Function Documentation
|
Removes all sheets from the list of selected sheets.
Definition at line 1512 of file kspread_view.cc. |
|
Definition at line 1428 of file kspread_view.cc. |
|
Definition at line 1456 of file kspread_view.cc. |
|
Inserts given sheet to the list of available sheets.
Definition at line 1475 of file kspread_view.cc. |
|
Inserts given sheet to the list of sheets for printing at the top.
Definition at line 1481 of file kspread_view.cc. |
|
The print order of the sheets is stored in the option map, using a prefix plus the index of the sheet, like the following:.
Definition at line 1470 of file kspread_view.cc. |
|
Definition at line 1500 of file kspread_view.cc. |
|
Definition at line 1487 of file kspread_view.cc. |
|
Definition at line 1439 of file kspread_view.cc. |
The documentation for this class was generated from the following files: