#include <kstartdlg.h>
Inheritance diagram for KStartDlg:


Public Member Functions | |
| KStartDlg (QWidget *parent=0, const char *name=0, bool modal=true) | |
| virtual | ~KStartDlg () |
| bool | isNewFile (void) const |
| bool | isOpenFile (void) const |
| const QString | getURL (void) const |
| QString | getTemplateName (void) const |
Protected Slots | |
| void | slotOk () |
Private Slots | |
| void | slotTemplateClicked (QIconViewItem *item) |
| void | slotRecentClicked (QIconViewItem *item) |
| void | slotTemplateSelectionChanged (QIconViewItem *item) |
| void | slotRecentSelectionChanged (QIconViewItem *item) |
| void | slotAboutToShowPage (QWidget *page) |
Private Member Functions | |
| bool | fileExists (KURL url) |
| void | setPage_Template () |
| void | setPage_Documents () |
| void | writeConfig () |
| void | readConfig () |
Private Attributes | |
| QString | m_filename |
| KIconView * | view_wizard |
| KIconView * | view_recent |
| KURLRequester * | kurlrequest |
| bool | isnewfile |
| bool | isopenfile |
| QString | templatename |
| QVBox * | templateMainFrame |
| QFrame * | recentMainFrame |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Read config window |
|
|
|
|
|
|
|
|
|
|
|
No descriptions |
|
|
slot to recent view |
|
|
|
|
|
|
|
|
Handle selections |
|
|
Write config window |
|
|
misc variables |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1