#include <deltadataset.h>
List of all members.
Constructor & Destructor Documentation
DeltaDataset::DeltaDataset |
( |
| ) |
|
Member Function Documentation
Adds the character dChar to the dataset. No check is made whether or not dChar is a duplicate.
void DeltaDataset::addItem |
( |
const DeltaItem & |
dItem | ) |
|
Adds dItem to the item list. No check is made for duplicates.
bool DeltaDataset::attachNoteToChar |
( |
int |
charNum, |
|
|
const QString & |
note |
|
) |
| |
Attaches the note note to character charNum. False is returned if a character corresponding to charNum could not be found, otherwise true.
void DeltaDataset::clear |
( |
void |
| ) |
|
Clears all characters and items from the dataset.
QStringList DeltaDataset::dumpAsText |
( |
void |
| ) |
|
Returns a list of strings (in DELTA format) representing the dataset.
- Todo:
- This function is not yet fully implemented
Set (change) the DeltaCharacterType::TypeId type of the character corresponding to charNum. If no character with a character number of charNum can be found, this function does nothing and returns false.
Friends And Related Function Documentation
The documentation for this class was generated from the following files: