19 QTreeView *w_commands;
21 QListWidget *w_history;
24 void create_child_help_tree(QStandardItem *aParent, G4UIcommandTree *aCommandTree);
27 QString get_command_g4help (
const G4UIcommand *aCommand);
28 void filterTreeItems();
29 bool filterItem(QStandardItem *item,
const QString &search_text);
33 void execute_command();
35 void recall_history_item_on_double_click(QListWidgetItem *item);
37 void display_help_from_selection();
39 void paste_help_selection_item();
41 void create_geant4_commands_widget();