Classes | |
| struct | RowManipulator |
Public Member Functions | |
| Converter (ImportHandler &i, ExportHandler &o) | |
| virtual int | nextStep () |
| const char * | message () const |
| const char * | nrDoneText () const |
| od_int64 | nrDone () const |
| void | setManipulator (const RowManipulator *m) |
| void | addManipulator (const RowManipulator *m) |
Public Attributes | |
| TypeSet< int > | selcols_ |
| BufferString | msg_ |
Protected Member Functions | |
| bool | handleImpState (ImportHandler::State) |
| bool | colSel () const |
Protected Attributes | |
| ImportHandler & | imphndlr_ |
| ExportHandler & | exphndlr_ |
| BufferStringSet | row_ |
| ObjectSet< const RowManipulator > | manipulators_ |
| int | colnr_ |
| int | selcolnr_ |
| int | rowsdone_ |
| Table::Converter::Converter | ( | ImportHandler & | i, | |
| ExportHandler & | o | |||
| ) | [inline] |
| void Table::Converter::addManipulator | ( | const RowManipulator * | m | ) | [inline] |
| bool Table::Converter::colSel | ( | ) | const [inline, protected] |
| bool Table::Converter::handleImpState | ( | ImportHandler::State | ) | [protected] |
| const char* Table::Converter::message | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| virtual int Table::Converter::nextStep | ( | ) | [virtual] |
Implements SequentialTask.
| od_int64 Table::Converter::nrDone | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| const char* Table::Converter::nrDoneText | ( | ) | const [inline, virtual] |
Reimplemented from Task.
| void Table::Converter::setManipulator | ( | const RowManipulator * | m | ) | [inline] |
int Table::Converter::colnr_ [protected] |
ExportHandler& Table::Converter::exphndlr_ [protected] |
ImportHandler& Table::Converter::imphndlr_ [protected] |
ObjectSet<const RowManipulator> Table::Converter::manipulators_ [protected] |
BufferStringSet Table::Converter::row_ [protected] |
int Table::Converter::rowsdone_ [protected] |
int Table::Converter::selcolnr_ [protected] |
1.7.1