#include <hk_kdeinterpreterdialog.h>
Collaboration diagram for hk_kdeinterpreterdialog:

Public Types | |
| enum | DialogCode { Rejected, Accepted } |
Public Slots | |
| void | savebutton_clicked (void) |
| void | saveasbutton_clicked (void) |
| void | print (void) |
Public Member Functions | |
| hk_kdeinterpreterdialog (QWidget *w=0, const char *n=0, WFlags f=0) | |
| void | set_autoclose (bool c) |
| int | exec (int rownumber, const hk_string &warningmessage) |
| int | result (void) |
| hk_string | code () |
| void | set_code (const hk_string &, bool has_changed=true) |
| void | hide () |
| bool | has_changed (void) |
| void | set_caption (hk_visible *, const hk_string &action) |
Protected Slots | |
| virtual void | done (int) |
| virtual void | accept () |
| virtual void | reject () |
| virtual void | select_all () |
| virtual void | clear_selection () |
| virtual void | toggle_insert () |
| void | slot_has_changed (void) |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *e) |
| void | keyPressEvent (QKeyEvent *e) |
| void | setResult (int r) |
|
|
Hides the modal dialog and sets the result code to
|
|
|
when the datasource vanishes (i.e. will be destroyed) and autoclose is true, the hk_kdeinterpreterdialog will be closed otherwise it still is on your screen. |
1.4.1