filters
XSLTImportDia Class Reference
List of all members.Detailed Description
Definition at line 28 of file xsltimportdia.h.
Public Slots | |
virtual void | cancelSlot () |
virtual void | chooseSlot () |
virtual void | chooseRecentSlot () |
virtual void | chooseCommonSlot () |
virtual void | okSlot () |
Public Member Functions | |
XSLTImportDia (KoStore *, const QCString &format, QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
~XSLTImportDia () | |
void | setInputFile (QString file) |
void | setOutputFile (QString file) |
Member Function Documentation
void XSLTImportDia::cancelSlot | ( | ) | [virtual, slot] |
Called when thecancel button is clicked.
Close the dialog box.
Definition at line 121 of file xsltimportdia.cc.
void XSLTImportDia::chooseCommonSlot | ( | ) | [virtual, slot] |
Called when teh user clic on an element in the common list of xslt sheet.
Change the value of the current file.
Definition at line 189 of file xsltimportdia.cc.
void XSLTImportDia::chooseRecentSlot | ( | ) | [virtual, slot] |
Called when the user clic on an element in the recent list.
Change the value of the current file.
Definition at line 179 of file xsltimportdia.cc.
void XSLTImportDia::chooseSlot | ( | ) | [virtual, slot] |
Called when the choose button is clicked.
A file dialog is open to allow to choose the xslt to use. Change the value of the current file.
Definition at line 132 of file xsltimportdia.cc.
void XSLTImportDia::okSlot | ( | ) | [virtual, slot] |
Called when the user clic on the ok button.
The xslt sheet is put on the recent list which is saved, then the xslt processor is called to export the document.
Definition at line 201 of file xsltimportdia.cc.
The documentation for this class was generated from the following files: