#include <hk_kdeinterpreterdialog.h>
Public Types | |
| enum | DialogCode { Rejected, Accepted } |
Public Slots | |
| void | print (void) |
| void | undo (void) |
| virtual void | help_clicked () |
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) |
| void | slot_undo_changed (void) |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *e) |
| void | keyPressEvent (QKeyEvent *e) |
| void | setResult (int r) |
| void hk_kdeinterpreterdialog::set_autoclose | ( | bool | c | ) | [inline] |
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.
| void hk_kdeinterpreterdialog::reject | ( | void | ) | [protected, virtual, slot] |
Hides the modal dialog and sets the result code to Rejected.
1.5.3