kpilot
ConverterDlg Class Reference
#include <kpalmdoc_dlg.h>
Inheritance diagram for ConverterDlg:
Public Member Functions | |
ConverterDlg (QWidget *parent=0, const QString &caption=0) | |
~ConverterDlg () | |
Protected Slots | |
virtual void | slotClose () |
void | slotDirectories (bool dir) |
void | slotToPDB () |
void | slotToText () |
void | slotUser1 () |
Protected Member Functions | |
bool | convertPDBtoTXT (QString pdbdir, QString pdbfile, QString txtdir, QString txtfile, DOCConverter *conv) |
bool | convertTXTtoPDB (QString txtdir, QString txtfile, QString pdbdir, QString pdbfile, DOCConverter *conv) |
void | readSettings () |
void | writeSettings () |
Protected Attributes | |
bool | askOverwrite |
ConverterDlgBase * | dlg |
bool | verbose |
Detailed Description
Definition at line 35 of file kpalmdoc_dlg.h.
Constructor & Destructor Documentation
Definition at line 57 of file kpalmdoc_dlg.cc.
ConverterDlg::~ConverterDlg | ( | ) |
Definition at line 79 of file kpalmdoc_dlg.cc.
Member Function Documentation
bool ConverterDlg::convertPDBtoTXT | ( | QString | pdbdir, | |
QString | pdbfile, | |||
QString | txtdir, | |||
QString | txtfile, | |||
DOCConverter * | conv | |||
) | [protected] |
Definition at line 492 of file kpalmdoc_dlg.cc.
bool ConverterDlg::convertTXTtoPDB | ( | QString | txtdir, | |
QString | txtfile, | |||
QString | pdbdir, | |||
QString | pdbfile, | |||
DOCConverter * | conv | |||
) | [protected] |
Definition at line 447 of file kpalmdoc_dlg.cc.
void ConverterDlg::readSettings | ( | ) | [protected] |
Definition at line 106 of file kpalmdoc_dlg.cc.
void ConverterDlg::slotClose | ( | ) | [protected, virtual, slot] |
Definition at line 137 of file kpalmdoc_dlg.cc.
void ConverterDlg::slotDirectories | ( | bool | dir | ) | [protected, slot] |
Definition at line 429 of file kpalmdoc_dlg.cc.
void ConverterDlg::slotToPDB | ( | ) | [protected, slot] |
Definition at line 290 of file kpalmdoc_dlg.cc.
void ConverterDlg::slotToText | ( | ) | [protected, slot] |
Definition at line 144 of file kpalmdoc_dlg.cc.
void ConverterDlg::slotUser1 | ( | ) | [protected, slot] |
Definition at line 421 of file kpalmdoc_dlg.cc.
void ConverterDlg::writeSettings | ( | ) | [protected] |
Definition at line 83 of file kpalmdoc_dlg.cc.
Member Data Documentation
bool ConverterDlg::askOverwrite [protected] |
Definition at line 63 of file kpalmdoc_dlg.h.
ConverterDlgBase* ConverterDlg::dlg [protected] |
Definition at line 61 of file kpalmdoc_dlg.h.
bool ConverterDlg::verbose [protected] |
Definition at line 64 of file kpalmdoc_dlg.h.
The documentation for this class was generated from the following files: