Freeciv-3.2
|
#include <helpdlg.h>
Public Slots | |
void | set_topic (const help_item *item) |
void | history_forward () |
void | history_back () |
Public Member Functions | |
help_dialog (QWidget *parent=0) | |
void | update_fonts () |
Public Member Functions inherited from qfc_dialog | |
qfc_dialog (QWidget *parent) | |
void | reactivate () |
Data Fields | |
bool | update_history |
Protected Member Functions | |
void | showEvent (QShowEvent *event) |
void | hideEvent (QHideEvent *event) |
void | closeEvent (QCloseEvent *event) |
Protected Member Functions inherited from qfc_dialog | |
void | paintEvent (QPaintEvent *event) |
void | mouseMoveEvent (QMouseEvent *event) |
void | mousePressEvent (QMouseEvent *event) |
void | mouseReleaseEvent (QMouseEvent *event) |
Private Slots | |
void | item_changed (QTreeWidgetItem *item, QTreeWidgetItem *prev) |
Private Member Functions | |
void | make_tree () |
void | update_buttons () |
Private Attributes | |
QPushButton * | prev_butt |
QPushButton * | next_butt |
QTreeWidget * | tree_wdg |
help_widget * | help_wdg |
QSplitter * | splitter |
QList< QTreeWidgetItem * > | item_history |
QHash< QTreeWidgetItem *, const help_item * > | topics_map |
int | history_pos |
help_dialog::help_dialog | ( | QWidget * | parent = 0 | ) |
Constructor for help dialog
Definition at line 123 of file helpdlg.cpp.
|
protected |
Close event
Definition at line 223 of file helpdlg.cpp.
|
protected |
Hide event
Definition at line 195 of file helpdlg.cpp.
|
slot |
Backs in history to previous topic
Definition at line 381 of file helpdlg.cpp.
Referenced by help_dialog().
|
slot |
Goes to next topic in history
Definition at line 364 of file helpdlg.cpp.
Referenced by help_dialog().
|
privateslot |
Called when a tree item is activated.
Definition at line 415 of file helpdlg.cpp.
Referenced by help_dialog().
|
private |
Changes the displayed topic.
Definition at line 347 of file helpdlg.cpp.
Referenced by popup_help_dialog_typed().
|
protected |
Show event
Definition at line 204 of file helpdlg.cpp.
|
private |
Update buttons (back and next)
Definition at line 398 of file helpdlg.cpp.
Referenced by item_changed().
void help_dialog::update_fonts | ( | ) |
Update fonts for help_wdg
Definition at line 187 of file helpdlg.cpp.
Referenced by update_help_fonts().
|
private |
Definition at line 52 of file helpdlg.h.
Referenced by help_dialog(), item_changed(), set_topic(), and update_fonts().
|
private |
Definition at line 56 of file helpdlg.h.
Referenced by help_dialog(), history_back(), history_forward(), item_changed(), and update_buttons().
|
private |
Definition at line 54 of file helpdlg.h.
Referenced by history_back(), history_forward(), item_changed(), and update_buttons().
|
private |
Definition at line 50 of file helpdlg.h.
Referenced by help_dialog(), and update_buttons().
|
private |
Definition at line 49 of file helpdlg.h.
Referenced by help_dialog(), and update_buttons().
|
private |
Definition at line 53 of file helpdlg.h.
Referenced by closeEvent(), help_dialog(), hideEvent(), and showEvent().
|
private |
Definition at line 55 of file helpdlg.h.
Referenced by item_changed(), make_tree(), and set_topic().
|
private |
Definition at line 51 of file helpdlg.h.
Referenced by help_dialog(), history_back(), history_forward(), make_tree(), and set_topic().
bool help_dialog::update_history |
Definition at line 61 of file helpdlg.h.
Referenced by help_dialog(), history_back(), history_forward(), and item_changed().