#include <outputmethoddlg.h>
Collaboration diagram for OutputMethodDlg:

Public Member Functions | |
| OutputMethodDlg (const QString &caption, const KURL &inputURL, bool showPICSelect=false, QWidget *parent=0, const char *name=0) | |
| ~OutputMethodDlg () | |
| void | setOutputExtension (const QString &outputExtension) |
| void | setFilter (const QString &filter) |
| void | setMethod (OutputMethodInfo::Method::Type m) |
| void | setOutputFile (const KURL &out) |
| void | setPicID (const QString &id) |
| virtual void | reject () |
| virtual void | accept () |
| bool | isAccepted () const |
| OutputMethodInfo | info () const |
| MicroSelectWidget * | microSelect () const |
Protected Attributes | |
| OutputMethodWidget * | m_widget |
| QString | m_outputExtension |
| KURL | m_inputURL |
| OutputMethodInfo | m_outputMethodInfo |
| bool | m_bAccepted |
Friends | |
| class | OutputMethodInfo |
Definition at line 62 of file outputmethoddlg.h.
| OutputMethodDlg::OutputMethodDlg | ( | const QString & | caption, | |
| const KURL & | inputURL, | |||
| bool | showPICSelect = false, |
|||
| QWidget * | parent = 0, |
|||
| const char * | name = 0 | |||
| ) |
| Caption | The caption of the dialog window | |
| inputURL | Used for saving/restoring previous options the user has selected for this file; set this to null if temporary file | |
| showPICSelect | Whether to show the combo boxes for selecting a PIC |
Definition at line 69 of file outputmethoddlg.cpp.
References FileMetaInfo::initializeFromMetaInfo(), m_bAccepted, m_inputURL, m_widget, and ProjectManager::self().
1.5.1