#include <sailwriter-txt.h>

Public Member Functions | |
| CSailTxtWriter () | |
| virtual void | write (const CPanelGroup &sail, const QString &filename) const |
Definition at line 31 of file sailwriter-txt.h.
| CSailTxtWriter::CSailTxtWriter | ( | ) | [inline] |
The constructor.
Definition at line 36 of file sailwriter-txt.h.
| void CSailTxtWriter::write | ( | const CPanelGroup & | sail, | |
| const QString & | filename | |||
| ) | const [virtual] |
Write sail to TXT format.
| sail | the panel group to write | |
| filename | the file to write to |
Implements CFileWriter< CPanelGroup >.
Reimplemented in CSailHandWriter.
Definition at line 30 of file sailwriter-txt.cpp.
References CPanelGroup::title.
1.5.6