#include <ExportKISS.h>
Inheritance diagram for ExportKISS::
Public Methods | |
void | doExport () |
Writes all the relevant data into the tdf file. | |
QString | fileFilter () |
Returns the appropriate filter string for the file dialog. | |
Private Methods | |
void | writeName () |
Writes '#' followed by the machine name to the output stream. | |
void | writeIO () |
Writes the inputs/outputs to the output stream. | |
void | writeMain () |
Writes the reset state and the transitions to the output stream. | |
void | writeTransitions () |
Writes the transitions to the output stream. |