|
| | G4UIQt (int, char **) |
| |
| G4UIsession * | SessionStart () |
| |
| void | AddMenu (const char *, const char *) |
| |
| void | AddButton (const char *, const char *, const char *) |
| |
| void | AddIcon (const char *userLabel, const char *iconFile, const char *command, const char *file_name="") |
| |
| void | DefaultIcons (bool aVal) |
| |
| bool | AddTabWidget (QWidget *, QString) |
| |
| QTabWidget * | GetViewerTabWidget () |
| |
| QWidget * | GetSceneTreeWidget () |
| |
| QWidget * | GetViewerPropertiesWidget () |
| |
| QWidget * | GetPickInfosWidget () |
| |
| bool | IsSplitterReleased () |
| |
| bool | IsIconMoveSelected () |
| |
| bool | IsIconRotateSelected () |
| |
| bool | IsIconPickSelected () |
| |
| bool | IsIconZoomInSelected () |
| |
| bool | IsIconZoomOutSelected () |
| |
| void | SetIconMoveSelected () |
| |
| void | SetIconRotateSelected () |
| |
| void | SetIconPickSelected () |
| |
| void | SetIconZoomInSelected () |
| |
| void | SetIconZoomOutSelected () |
| |
| void | SetIconHLHSRSelected () |
| |
| void | SetIconHLRSelected () |
| |
| void | SetIconSolidSelected () |
| |
| void | SetIconWireframeSelected () |
| |
| void | SetIconPerspectiveSelected () |
| |
| void | SetIconOrthoSelected () |
| |
| QMainWindow * | GetMainWindow () |
| |
| QPixmap * | getSearchIcon () |
| |
| QPixmap * | getClearIcon () |
| |
| void | SetStartPage (const std::string &) |
| |
| QWidget * | GetCoutWidget () |
| |
| G4UIDockWidget * | GetCoutDockWidget () |
| |
| G4UIDockWidget * | GetUserInterfaceWidget () |
| |
| QTabWidget * | GetUITabWidget () |
| |
| QWidget * | GetHistoryWidget () |
| |
| QWidget * | GetHelpWidget () |
| |
| bool | AddViewerTab (QWidget *w, std::string title) |
| |
| bool | AddViewerTabFromFile (std::string fileName, std::string title) |
| |
| | ~G4UIQt () |
| |
| void | Prompt (G4String) |
| |
| void | SessionTerminate () |
| |
| virtual void | PauseSessionStart (const G4String &) |
| |
| virtual G4int | ReceiveG4cout (const G4String &) |
| |
| virtual G4int | ReceiveG4cerr (const G4String &) |
| |
| | G4VBasicShell () |
| |
| virtual | ~G4VBasicShell () |
| |
| | G4UIsession () |
| |
| | G4UIsession (G4int iBatch) |
| |
| virtual | ~G4UIsession () |
| |
| | G4coutDestination () |
| |
| virtual | ~G4coutDestination () |
| |
| | G4VInteractiveSession () |
| |
| virtual | ~G4VInteractiveSession () |
| |
| void | AddInteractor (G4String, G4Interactor) |
| |
| G4Interactor | GetInteractor (G4String) |
| |
|
| void | SecondaryLoop (G4String) |
| |
| void | CreateHelpWidget () |
| |
| void | InitHelpTreeAndVisParametersWidget () |
| |
| void | FillHelpTree () |
| |
| void | UpdateCommandCompleter () |
| |
| void | CreateIcons () |
| |
| virtual void | ExitHelp () const |
| |
| void | SetDefaultIconsToolbar () |
| |
| void | CreateHelpTree (QTreeWidgetItem *, G4UIcommandTree *) |
| |
| QTreeWidgetItem * | FindTreeItem (QTreeWidgetItem *, const QString &) |
| |
| QString | GetCommandList (const G4UIcommand *) |
| |
| void | updateHelpArea (const G4UIcommand *) |
| |
| virtual G4bool | GetHelpChoice (G4int &) |
| |
| bool | eventFilter (QObject *, QEvent *) |
| |
| void | ActivateCommand (G4String) |
| |
| QMap< int, QString > | LookForHelpStringInChildTree (G4UIcommandTree *, const QString &) |
| |
| QWidget * | CreateVisParametersTBWidget () |
| |
| QWidget * | CreateHelpTBWidget () |
| |
| G4UIDockWidget * | CreateCoutTBWidget () |
| |
| QWidget * | CreateHistoryTBWidget () |
| |
| G4UIDockWidget * | CreateUITabWidget () |
| |
| QWidget * | CreateSceneTreeWidget () |
| |
| void | CreateViewerWidget () |
| |
| void | OpenHelpTreeOnCommand (const QString &) |
| |
| QString | GetShortCommandPath (QString) |
| |
| QString | GetLongCommandPath (QTreeWidgetItem *) |
| |
| G4bool | IsGUICommand (const G4UIcommand *) |
| |
| bool | CreateVisCommandGroupAndToolBox (G4UIcommand *, QWidget *, int, bool isDialog) |
| |
| bool | CreateCommandWidget (G4UIcommand *command, QWidget *parent, bool isDialog) |
| |
| void | CreateViewerPropertiesDialog () |
| |
| void | CreatePickInfosDialog () |
| |
| void | FilterAllOutputTextArea () |
| |
| QString | FilterOutput (const G4UIOutputString &, const QString &, const QString &) |
| |
| G4String | GetThreadPrefix () |
| |
| bool | CheckG4EnvironmentVariable (char *txt, char *version) |
| |
| QStandardItemModel * | CreateCompleterModel (G4String aCmd) |
| |
| void | CreateEmptyViewerPropertiesWidget () |
| |
| void | CreateEmptyPickInfosWidget () |
| |