Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4UIQt Class Reference

#include <G4UIQt.hh>

+ Inheritance diagram for G4UIQt:

Public Member Functions

 G4UIQt (G4int, char **)
 
G4UIsessionSessionStart () override
 
void AddMenu (const char *, const char *) override
 
void AddButton (const char *, const char *, const char *) override
 
void AddIcon (const char *userLabel, const char *iconFile, const char *command, const char *file_name="") override
 
void SetOutputStyle (const char *destination, const char *style) override
 
void NativeMenu (G4bool aVal) override
 
void ClearMenu () override
 
void DefaultIcons (G4bool aVal) override
 
G4bool AddTabWidget (QWidget *, QString)
 
QTabWidget * GetViewerTabWidget ()
 
QWidget * GetSceneTreeWidget ()
 
QWidget * GetViewerPropertiesWidget ()
 
QWidget * GetPickInfosWidget ()
 
G4bool IsSplitterReleased ()
 
G4bool IsIconMoveSelected ()
 
G4bool IsIconRotateSelected ()
 
G4bool IsIconPickSelected ()
 
G4bool IsIconZoomInSelected ()
 
G4bool 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 ()
 
G4UIDockWidgetGetCoutDockWidget ()
 
G4UIDockWidgetGetUserInterfaceWidget ()
 
QTabWidget * GetUITabWidget ()
 
QWidget * GetHistoryWidget ()
 
QWidget * GetHelpWidget ()
 
G4bool AddViewerTab (QWidget *w, std::string title)
 
G4bool AddViewerTabFromFile (std::string fileName, std::string title)
 
void UpdateSceneTree (const G4SceneTreeItem &) override
 
 ~G4UIQt () override
 
void Prompt (const G4String &)
 
void SessionTerminate ()
 
void PauseSessionStart (const G4String &) override
 
G4int ReceiveG4debug (const G4String &) override
 
G4int ReceiveG4cout (const G4String &) override
 
G4int ReceiveG4cerr (const G4String &) override
 
- Public Member Functions inherited from G4VBasicShell
 G4VBasicShell ()
 
 ~G4VBasicShell () override
 
- Public Member Functions inherited from G4UIsession
 G4UIsession ()
 
 G4UIsession (G4int iBatch)
 
 ~G4UIsession () override
 
G4int ReceiveG4debug (const G4String &debugString) override
 
G4int ReceiveG4cout (const G4String &coutString) override
 
G4int ReceiveG4cerr (const G4String &cerrString) override
 
G4int GetLastReturnCode () const
 
- Public Member Functions inherited from G4coutDestination
 G4coutDestination ()=default
 
virtual ~G4coutDestination ()=default
 
void AddDebugTransformer (const Transformer &t)
 
void AddDebugTransformer (Transformer &&t)
 
void AddCoutTransformer (const Transformer &t)
 
void AddCoutTransformer (Transformer &&t)
 
void AddCerrTransformer (const Transformer &t)
 
void AddCerrTransformer (Transformer &&t)
 
virtual void ResetTransformers ()
 
G4int ReceiveG4debug_ (const G4String &msg)
 
G4int ReceiveG4cout_ (const G4String &msg)
 
G4int ReceiveG4cerr_ (const G4String &msg)
 
- Public Member Functions inherited from G4VInteractiveSession
 G4VInteractiveSession ()
 
virtual ~G4VInteractiveSession ()
 
void AddInteractor (G4String, G4Interactor)
 
G4Interactor GetInteractor (const G4String &)
 
const std::map< G4String, OutputStyle > & GetOutputStyles () const
 

Additional Inherited Members

- Public Types inherited from G4coutDestination
using Transformer = std::function<G4bool(G4String&)>
 
- Static Public Member Functions inherited from G4UIsession
static G4int InSession ()
 
- Protected Member Functions inherited from G4VBasicShell
G4String ModifyToFullPathCommand (const char *aCommandLine) const
 
G4String GetCurrentWorkingDirectory () const
 
G4bool ChangeDirectory (const char *newDir)
 
G4UIcommandTreeFindDirectory (const char *dirName) const
 
G4UIcommandFindCommand (const char *commandName) const
 
G4String Complete (const G4String &)
 
G4String FindMatchingPath (G4UIcommandTree *, const G4String &)
 
virtual void ExecuteCommand (const G4String &)
 
void ApplyShellCommand (const G4String &, G4bool &, G4bool &)
 
void ShowCurrent (const G4String &) const
 
void ChangeDirectoryCommand (const G4String &)
 
void ListDirectory (const G4String &) const
 
void TerminalHelp (const G4String &)
 
- Protected Member Functions inherited from G4VInteractiveSession
void SetStyleUtility (const G4String &destination, const G4String &style)
 
- Protected Attributes inherited from G4UIsession
G4int ifBatch = 0
 
G4int lastRC = 0
 
- Protected Attributes inherited from G4coutDestination
std::vector< TransformertransformersDebug
 
std::vector< TransformertransformersCout
 
std::vector< TransformertransformersCerr
 
- Protected Attributes inherited from G4VInteractiveSession
std::map< G4String, OutputStylefOutputStyles
 
- Static Protected Attributes inherited from G4UIsession
static G4ICOMS_DLL G4int inSession = 0
 
- Static Protected Attributes inherited from G4coutDestination
static G4MTGLOB_DLL G4coutDestinationmasterG4coutDestination = nullptr
 

Detailed Description

Definition at line 122 of file G4UIQt.hh.

Constructor & Destructor Documentation

◆ G4UIQt()

G4UIQt::G4UIQt ( G4int argc,
char ** argv )

Build a Qt window with a menubar, output area and promt area

   +-----------------------+
   |exit menu|             |
   |                       |
   | +-------------------+ |
   | |                   | |
   | |  Output area      | |
   | |                   | |
   | +-------------------+ |
   |      | clear |        |
   | +-------------------+ |
   | |  promt history    | |
   | +-------------------+ |
   | +-------------------+ |
   | |> promt area       | |
   | +-------------------+ |
   +-----------------------+

Definition at line 118 of file G4UIQt.cc.

119 : fMainWindow(nullptr),
120 fCommandLabel(nullptr),
121 fCommandArea(nullptr),
122 fCoutTBTextArea(nullptr),
123 fUITabWidget(nullptr),
124 fCoutFilter(nullptr),
125 fCompleter(nullptr),
126 fDefaultIcons(true),
127 fHistoryTBTableList(nullptr),
128 fHelpTreeWidget(nullptr),
129 fHelpTBWidget(nullptr),
130 fHistoryTBWidget(nullptr),
131 fCoutDockWidget(nullptr),
132 fUIDockWidget(nullptr),
133 fSceneTreeWidget(nullptr),
134 fNewSceneTreeWidget(nullptr),
135 fNewSceneTreeItemTreeWidget(nullptr),
136 fViewerPropertiesWidget(nullptr),
137 fPickInfosWidget(nullptr),
138 fHelpLine(nullptr),
139 fViewerTabWidget(nullptr),
140 fCoutText("Output"),
141 fStartPage(nullptr),
142 fHelpVSplitter(nullptr),
143 fParameterHelpLabel(nullptr),
144 fParameterHelpTable(nullptr),
145 fToolbarApp(nullptr),
146 fToolbarUser(nullptr),
147 fStringSeparator("__$$$@%%###__"),
148 fLastOpenPath(""),
149 fSearchIcon(nullptr),
150 fClearIcon(nullptr),
151 fSaveIcon(nullptr),
152 fOpenIcon(nullptr),
153 fMoveIcon(nullptr),
154 fRotateIcon(nullptr),
155 fPickIcon(nullptr),
156 fZoomInIcon(nullptr),
157 fZoomOutIcon(nullptr),
158 fWireframeIcon(nullptr),
159 fSolidIcon(nullptr),
160 fHiddenLineRemovalIcon(nullptr),
161 fHiddenLineAndSurfaceRemovalIcon(nullptr),
162 fPerspectiveIcon(nullptr),
163 fOrthoIcon(nullptr),
164 fCommandIcon(nullptr),
165 fDirIcon(nullptr),
166 fRunIcon(nullptr),
167 fParamIcon(nullptr),
168 fPickTargetIcon(nullptr),
169 fExitIcon(nullptr)
170#ifdef G4MULTITHREADED
171 ,
172 fThreadsFilterComboBox(nullptr)
173#endif
174 ,
175 fDefaultViewerFirstPageHTMLText(""),
176 fViewerPropertiesDialog(nullptr),
177 fPickInfosDialog(nullptr),
178 fLastCompleteCommand(""),
179 fMoveSelected(false),
180 fRotateSelected(true),
181 fPickSelected(false),
182 fZoomInSelected(false),
183 fZoomOutSelected(false)
184{
185 G4Qt* interactorManager = G4Qt::getInstance(argc, argv, (char*)"Qt");
186 if ((QApplication*)interactorManager->GetMainInteractor() == nullptr) {
187 G4UImanager* UImanager = G4UImanager::GetUIpointer();
188 G4int verbose = UImanager->GetVerboseLevel();
189
190 if (verbose >= 2) {
191 G4cout << "G4UIQt : Unable to init Qt. Aborted" << G4endl;
192 }
193 }
194
195 G4UImanager* UI = G4UImanager::GetUIpointer();
196 if (UI != nullptr) UI->SetSession(this);
197 if (UI != nullptr) UI->SetG4UIWindow(this);
198
199 // Check if already define in external app QMainWindow
200 G4bool found = false;
201 Q_FOREACH (QWidget* widget, QApplication::allWidgets()) {
202 if ((!found) && (widget->inherits("QMainWindow"))) {
203 found = true;
204 }
205 }
206
207 if (found) {
208 G4UImanager* UImanager = G4UImanager::GetUIpointer();
209 G4int verbose = UImanager->GetVerboseLevel();
210
211 if (verbose >= 2) {
212 G4cout << "G4UIQt : Found an external App with a QMainWindow already defined. Aborted"
213 << G4endl;
214 }
215 return;
216 }
217 CreateIcons();
218
219 fMainWindow = new QMainWindow();
220 fMainWindow->setAttribute(Qt::WA_DeleteOnClose);
221
222 fMainWindow->setCorner(Qt::TopLeftCorner, Qt::LeftDockWidgetArea);
223 fMainWindow->setCorner(Qt::TopRightCorner, Qt::RightDockWidgetArea);
224 fMainWindow->setCorner(Qt::BottomLeftCorner, Qt::LeftDockWidgetArea);
225 fMainWindow->setCorner(Qt::BottomRightCorner, Qt::RightDockWidgetArea);
226
227 CreateViewerWidget();
228 fMainWindow->addDockWidget(Qt::LeftDockWidgetArea, CreateUITabWidget());
229 fMainWindow->addDockWidget(Qt::BottomDockWidgetArea, CreateCoutTBWidget());
230
231 // Create the new scene tree stuff
232 fNewSceneTreeWidget = new QWidget;
233 fNewSceneTreeWidget->setStyleSheet ("padding: 0px ");
234 fNewSceneTreeWidget->setLayout(new QVBoxLayout);
235 fNewSceneTreeWidget->layout()->setContentsMargins(5,5,5,5);
236 fNewSceneTreeWidget->setWindowTitle("some name"/*QString(GetName().data())*/);
237 // Add it to the "old" fSceneTreeWidget
238 fSceneTreeWidget->layout()->addWidget(fNewSceneTreeWidget);
239 CreateNewSceneTreeWidget();
240
241 // add defaults icons
242 SetDefaultIconsToolbar();
243
244 if (UI != nullptr) UI->SetCoutDestination(this); // TO KEEP
245
246#ifdef G4MULTITHREADED
247 // explicitly request that cout/cerr messages from threads are ALSO propagated to the master.
249#endif
250
251 fMainWindow->setWindowTitle(QFileInfo(QCoreApplication::applicationFilePath()).fileName());
252 fMainWindow->move(QPoint(50, 50));
253
254 // force the size at be correct at the beggining
255 // because the widget is not realized yet, the size of the main window is not up to date. But
256 // we need it in order to add some viewer inside
257 fMainWindow->resize(fUIDockWidget->width() + fCoutDockWidget->width() + 20,
258 fUIDockWidget->height() + fCoutDockWidget->height() + 20);
259
260 // set last focus on command line
261 fCommandArea->setFocus(Qt::TabFocusReason);
262
263 // Allow QTextCursor to be called by another thread :
264 // http://qt-project.org/doc/qt-4.8/qmetatype.html#qRegisterMetaType
265 qRegisterMetaType<QTextCursor>("QTextCursor");
266
267 // add some tips
268 AddTabWidget(fStartPage, "Useful tips");
269
270 // Set not visible until session start
271 fMainWindow->setVisible(false);
272}
bool G4bool
Definition G4Types.hh:86
int G4int
Definition G4Types.hh:85
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
static G4Qt * getInstance()
Definition G4Qt.cc:51
G4bool AddTabWidget(QWidget *, QString)
Definition G4UIQt.cc:2291
void SetCoutDestination(G4UIsession *const value)
G4int GetVerboseLevel() const
static G4UImanager * GetUIpointer()
void SetSession(G4UIsession *const value)
void SetG4UIWindow(G4UIsession *const value)
static G4MTGLOB_DLL G4coutDestination * masterG4coutDestination

◆ ~G4UIQt()

G4UIQt::~G4UIQt ( )
override

Definition at line 274 of file G4UIQt.cc.

275{
276 G4UImanager* UI = G4UImanager::GetUIpointer(); // TO KEEP
277 if (UI != nullptr) { // TO KEEP
278 UI->SetSession(nullptr); // TO KEEP
279 UI->SetG4UIWindow(nullptr);
280 UI->SetCoutDestination(nullptr); // TO KEEP
281#ifdef G4MULTITHREADED
282 masterG4coutDestination = nullptr; // set to cout when UI is deleted
283#endif
284 }
285}

Member Function Documentation

◆ AddButton()

void G4UIQt::AddButton ( const char * aMenu,
const char * aLabel,
const char * aCommand )
overridevirtual

Add a new button to a menu

Parameters
aMenu: parent menu
aLabel: label to display
aCommand: command to execute as a callback

Reimplemented from G4VInteractiveSession.

Definition at line 2848 of file G4UIQt.cc.

2849{
2850 if (aMenu == nullptr) return; // TO KEEP
2851 if (aLabel == nullptr) return; // TO KEEP
2852 if (aCommand == nullptr) return; // TO KEEP
2853
2854 QMenu* parentTmp = (QMenu*)GetInteractor(aMenu);
2855
2856 if (parentTmp == nullptr) {
2857 G4UImanager* UImanager = G4UImanager::GetUIpointer();
2858 G4int verbose = UImanager->GetVerboseLevel();
2859
2860 if (verbose >= 2) {
2861 G4cout << "Menu name " << aMenu << " does not exist, please define it before using it."
2862 << G4endl;
2863 }
2864 return;
2865 }
2866
2867 // Find the command in the command tree
2868 G4UImanager* UI = G4UImanager::GetUIpointer();
2869 if (UI == nullptr) return;
2870 G4UIcommandTree* treeTop = UI->GetTree();
2871
2872 G4String cmd = aCommand;
2873 std::size_t cmdEndPos = cmd.find_first_of(" \t");
2874 if (cmdEndPos != std::string::npos) {
2875 cmd.erase(cmdEndPos);
2876 }
2877
2878 if (treeTop->FindPath(cmd) == nullptr) {
2879 if (cmd != "ls" && cmd.substr(0, 3) != "ls " && cmd != "pwd" && cmd != "cd" &&
2880 cmd.substr(0, 3) != "cd " && cmd != "help" && cmd.substr(0, 5) != "help " &&
2881 cmd[0] != '?' && cmd != "hist" && cmd != "history" && cmd[0] != '!' && cmd != "exit" &&
2882 cmd != "cont" && cmd != "continue")
2883 {
2884 G4UImanager* UImanager = G4UImanager::GetUIpointer();
2885 G4int verbose = UImanager->GetVerboseLevel();
2886
2887 if (verbose >= 2) {
2888 G4cout << "Warning: command '" << cmd
2889 << "' does not exist, please define it before using it." << G4endl;
2890 }
2891 }
2892 }
2893
2894 QString cmd_tmp = QString(aCommand);
2895 parentTmp->addAction(aLabel, this, [this, cmd_tmp]() { this->ButtonCallback(cmd_tmp); });
2896}
G4UIcommand * FindPath(const char *commandPath) const
G4UIcommandTree * GetTree() const
G4Interactor GetInteractor(const G4String &)

◆ AddIcon()

void G4UIQt::AddIcon ( const char * aLabel,
const char * aIconFile,
const char * aCommand,
const char * aFileName = "" )
overridevirtual

special case for the "open" icon. It will open a file selector and map the return file to the given command.

Reimplemented from G4VInteractiveSession.

Definition at line 2902 of file G4UIQt.cc.

2904{
2905 if (aLabel == nullptr) return; // TO KEEP
2906 // special case, aCommand could be NULL if aIconFile is not user_icon
2907 if (aCommand == nullptr) {
2908 if (std::string(aIconFile) == "user_icon") {
2909 return; // TO KEEP
2910 }
2911 }
2912 QPixmap* pix;
2913 G4bool userToolBar = false;
2914
2915 if (! fDefaultIcons) {
2916 userToolBar = true;
2917 }
2918 if (std::string(aIconFile) == "user_icon") {
2919 // try to open a file
2920 G4UImanager* UImanager = G4UImanager::GetUIpointer();
2921 pix = new QPixmap(UImanager->FindMacroPath(aFileName).data());
2922 if (pix->isNull()) {
2923 G4int verbose = UImanager->GetVerboseLevel();
2924
2925 if (verbose >= 2) {
2926 G4cout << "Warning: file '" << aFileName
2927 << "' is incorrect or does not exist, this command will not be build" << G4endl;
2928 }
2929 return;
2930 }
2931 }
2932 else if (std::string(aIconFile) == "open") {
2933 pix = fOpenIcon;
2934 }
2935 else if (std::string(aIconFile) == "save") {
2936 pix = fSaveIcon;
2937 }
2938 else if (std::string(aIconFile) == "move") {
2939 pix = fMoveIcon;
2940 }
2941 else if (std::string(aIconFile) == "rotate") {
2942 pix = fRotateIcon;
2943 }
2944 else if (std::string(aIconFile) == "pick") {
2945 pix = fPickIcon;
2946 }
2947 else if (std::string(aIconFile) == "zoom_in") {
2948 pix = fZoomInIcon;
2949 }
2950 else if (std::string(aIconFile) == "zoom_out") {
2951 pix = fZoomOutIcon;
2952 }
2953 else if (std::string(aIconFile) == "wireframe") {
2954 pix = fWireframeIcon;
2955 }
2956 else if (std::string(aIconFile) == "solid") {
2957 pix = fSolidIcon;
2958 }
2959 else if (std::string(aIconFile) == "hidden_line_removal") {
2960 pix = fHiddenLineRemovalIcon;
2961 }
2962 else if (std::string(aIconFile) == "hidden_line_and_surface_removal") {
2963 pix = fHiddenLineAndSurfaceRemovalIcon;
2964 }
2965 else if (std::string(aIconFile) == "perspective") {
2966 pix = fPerspectiveIcon;
2967 }
2968 else if (std::string(aIconFile) == "ortho") {
2969 pix = fOrthoIcon;
2970 }
2971 else if (std::string(aIconFile) == "runBeamOn") {
2972 pix = fRunIcon;
2973 }
2974 else if (std::string(aIconFile) == "exit") {
2975 pix = fExitIcon;
2976 }
2977 else {
2978 G4UImanager* UImanager = G4UImanager::GetUIpointer();
2979 G4int verbose = UImanager->GetVerboseLevel();
2980
2981 if (verbose >= 2) {
2982 G4cout << "Parameter" << aIconFile << " not defined" << G4endl;
2983 }
2984 return;
2985 }
2986 QToolBar* currentToolbar = nullptr;
2987 if (userToolBar) {
2988 if (fToolbarUser == nullptr) {
2989 fToolbarUser = new QToolBar();
2990 fToolbarUser->setIconSize(QSize(20, 20));
2991 fMainWindow->addToolBar(Qt::TopToolBarArea, fToolbarUser);
2992 }
2993 currentToolbar = fToolbarUser;
2994 }
2995 else {
2996 if (fToolbarApp == nullptr) {
2997 fToolbarApp = new QToolBar();
2998 fToolbarApp->setIconSize(QSize(20, 20));
2999 fMainWindow->addToolBar(Qt::TopToolBarArea, fToolbarApp);
3000 }
3001 currentToolbar = fToolbarApp;
3002 }
3003
3004 // Check if already present
3005
3006 QList<QAction*> list = currentToolbar->actions();
3007
3008 for (auto i : list) {
3009 if (i->text() == QString(aLabel)) {
3010 G4UImanager* UI = G4UImanager::GetUIpointer();
3011 if (UI == nullptr) return;
3012 G4int verbose = UI->GetVerboseLevel();
3013 if (verbose >= 2) {
3014 G4cout << "Warning: A toolBar icon \"" << aLabel << "\" already exists with the same name!"
3015 << G4endl;
3016 }
3017 }
3018 }
3019
3020 // special cases :"open"
3021 if (std::string(aIconFile) == "open") {
3022 QString txt = aCommand + fStringSeparator + aLabel;
3023 currentToolbar->addAction(
3024 QIcon(*pix), aIconFile, this, [this, txt]() { this->OpenIconCallback(txt); });
3025
3026 // special cases :"save"
3027 }
3028 else if (std::string(aIconFile) == "save") {
3029 QString txt = aCommand + fStringSeparator + aLabel;
3030 currentToolbar->addAction(
3031 QIcon(*pix), aIconFile, this, [this, txt]() { this->SaveIconCallback(txt); });
3032 // special cases : cursor style
3033 }
3034 else if ((std::string(aIconFile) == "move") || (std::string(aIconFile) == "rotate") ||
3035 (std::string(aIconFile) == "pick") || (std::string(aIconFile) == "zoom_out") ||
3036 (std::string(aIconFile) == "zoom_in"))
3037 {
3038 QString txt = QString(aIconFile);
3039 QAction* action = currentToolbar->addAction(
3040 QIcon(*pix), aIconFile, this, [this, txt]() { this->ChangeCursorAction(txt); });
3041 action->setCheckable(true);
3042 action->setChecked(true);
3043 action->setData(aIconFile);
3044
3045 if (std::string(aIconFile) == "move") {
3047 }
3048 if (std::string(aIconFile) == "rotate") {
3050 }
3051 if (std::string(aIconFile) == "pick") {
3053 }
3054 if (std::string(aIconFile) == "zoom_in") {
3056 }
3057 if (std::string(aIconFile) == "zoom_out") {
3059 }
3060
3061 // special case : surface style
3062 }
3063 else if ((std::string(aIconFile) == "hidden_line_removal") ||
3064 (std::string(aIconFile) == "hidden_line_and_surface_removal") ||
3065 (std::string(aIconFile) == "solid") || (std::string(aIconFile) == "wireframe"))
3066 {
3067 QString txt = QString(aIconFile);
3068 QAction* action = currentToolbar->addAction(
3069 QIcon(*pix), aIconFile, this, [this, txt]() { this->ChangeSurfaceStyle(txt); });
3070 action->setCheckable(true);
3071 action->setChecked(true);
3072 action->setData(aIconFile);
3073
3074 if (std::string(aIconFile) == "hidden_line_removal") {
3076 }
3077 if (std::string(aIconFile) == "hidden_line_and_surface_removal") {
3079 }
3080 if (std::string(aIconFile) == "solid") {
3082 }
3083 if (std::string(aIconFile) == "wireframe") {
3085 }
3086
3087 // special case : perspective/ortho
3088 }
3089 else if ((std::string(aIconFile) == "perspective") || (std::string(aIconFile) == "ortho")) {
3090 QString txt = QString(aIconFile);
3091 QAction* action = currentToolbar->addAction(
3092 QIcon(*pix), aIconFile, this, [this, txt]() { this->ChangePerspectiveOrtho(txt); });
3093 action->setCheckable(true);
3094 action->setChecked(true);
3095 action->setData(aIconFile);
3096
3097 if (std::string(aIconFile) == "perspective") {
3099 }
3100 if (std::string(aIconFile) == "ortho") {
3102 }
3103 }
3104 else {
3105 // Find the command in the command tree
3106 G4UImanager* UI = G4UImanager::GetUIpointer();
3107 if (UI == nullptr) return;
3108 G4UIcommandTree* treeTop = UI->GetTree();
3109 if (aCommand != nullptr) {
3110 std::string str = aCommand;
3111 std::string::size_type pos = str.find(' ');
3112 if (pos != std::string::npos) {
3113 str = str.substr(0, pos).c_str();
3114 }
3115 if (treeTop->FindPath(str.c_str()) == nullptr) {
3116 G4UImanager* UImanager = G4UImanager::GetUIpointer();
3117 G4int verbose = UImanager->GetVerboseLevel();
3118
3119 if (verbose >= 2) {
3120 G4cout << "Warning: command '" << aCommand
3121 << "' does not exist, please define it before using it." << G4endl;
3122 }
3123 }
3124 }
3125 QString txt = QString(aCommand);
3126 currentToolbar->addAction(
3127 QIcon(*pix), aCommand, this, [this, txt]() { this->ButtonCallback(txt); });
3128 }
3129}
void SetIconPickSelected()
Definition G4UIQt.cc:5187
void SetIconOrthoSelected()
Definition G4UIQt.cc:5422
void SetIconZoomInSelected()
Definition G4UIQt.cc:5222
void SetIconZoomOutSelected()
Definition G4UIQt.cc:5257
void SetIconHLRSelected()
Definition G4UIQt.cc:5346
void SetIconPerspectiveSelected()
Definition G4UIQt.cc:5401
void SetIconSolidSelected()
Definition G4UIQt.cc:5292
void SetIconRotateSelected()
Definition G4UIQt.cc:5157
void SetIconWireframeSelected()
Definition G4UIQt.cc:5319
void SetIconMoveSelected()
Definition G4UIQt.cc:5127
void SetIconHLHSRSelected()
Definition G4UIQt.cc:5373
G4String FindMacroPath(const G4String &fname) const

◆ AddMenu()

void G4UIQt::AddMenu ( const char * aName,
const char * aLabel )
overridevirtual

Add a new menu to the menu bar

Parameters
aNamename of menu
aLabellabel to display

Reimplemented from G4VInteractiveSession.

Definition at line 2831 of file G4UIQt.cc.

2832{
2833 if (aName == nullptr) return;
2834 if (aLabel == nullptr) return;
2835
2836 auto fileMenu = new QMenu(aLabel);
2837 fMainWindow->menuBar()->addMenu(fileMenu);
2838
2839 AddInteractor(aName, (G4Interactor)fileMenu);
2840}
void * G4Interactor
void AddInteractor(G4String, G4Interactor)

◆ AddTabWidget()

G4bool G4UIQt::AddTabWidget ( QWidget * aWidget,
QString name )

Add a new tab widget. Create the tab if it was not done

Definition at line 2291 of file G4UIQt.cc.

2292{
2293#if QT_VERSION < 0x060000
2294 if (fViewerTabWidget == nullptr) {
2295 CreateViewerWidget();
2296 }
2297#endif
2298
2299 if (aWidget == nullptr) {
2300 return false;
2301 }
2302#if QT_VERSION < 0x060000
2303 // Has to be added before we put it into the fViewerTabWidget widget
2304 aWidget->setParent(fViewerTabWidget); // Will create in some cases widget outside
2305 // of UI for a really short moment
2306
2307 fViewerTabWidget->addTab(aWidget, name);
2308
2309 fViewerTabWidget->setCurrentIndex(fViewerTabWidget->count() - 1);
2310
2311 // Set visible
2312 fViewerTabWidget->setLastTabCreated(fViewerTabWidget->currentIndex());
2313#else
2314 //G.Barrand: disconnect temporarily the signal/slot on UpdateTabWidget(), else
2315 // if adding a viewer, the UpdateTabWidget/Apply("vis/viewer/select") will
2316 // issue an ERROR message since the viewer is not yet declared to the G4VisManager
2317 // at this moment (see the logic in G4VisManager::CreateViewer()).
2318 QObject::disconnect(fViewerTabWidget, SIGNAL(currentChanged(int)), this, SLOT(UpdateTabWidget(int)));
2319 fViewerTabWidget->addTab(aWidget, name);
2320 fViewerTabWidget->setCurrentIndex(fViewerTabWidget->count() - 1);
2321 QObject::connect(fViewerTabWidget, SIGNAL(currentChanged(int)), this, SLOT(UpdateTabWidget(int)));
2322#endif
2323
2324 // Not the good solution, but ensure that the help tree is correctly build when launching a viewer
2325 // It should be done by a notification when adding a command, but that's nit done yet
2326 // (Geant4.10.1)
2327 FillHelpTree();
2328
2329 return true;
2330}

Referenced by G4VtkQtViewer::CreateMainWindow(), and G4UIQt().

◆ AddViewerTab()

G4bool G4UIQt::AddViewerTab ( QWidget * aWidget,
std::string title )

Add a new tab in the viewer

Definition at line 2251 of file G4UIQt.cc.

2252{
2253 if (fViewerTabWidget == nullptr) {
2254 return false;
2255 }
2256 fViewerTabWidget->addTab(aWidget, title.c_str());
2257
2258 return true;
2259}

◆ AddViewerTabFromFile()

G4bool G4UIQt::AddViewerTabFromFile ( std::string fileName,
std::string title )

Add a new tab in the viewer

Definition at line 2263 of file G4UIQt.cc.

2264{
2265 if (fViewerTabWidget == nullptr) {
2266 return false;
2267 }
2268
2269 G4UImanager* UI = G4UImanager::GetUIpointer();
2270 if (UI == nullptr) return false;
2271 std::ifstream file(UI->FindMacroPath(fileName.c_str()).data());
2272 if (file) {
2273 std::string content((std::istreambuf_iterator<char>(file)), (std::istreambuf_iterator<char>()));
2274
2275 auto text = new QTextEdit();
2276 text->setAcceptRichText(true);
2277 text->setContentsMargins(5, 5, 5, 5);
2278 text->setText(QString("<pre>") + content.c_str() + "</pre>");
2279 text->setReadOnly(true);
2280 fViewerTabWidget->addTab(text, title.c_str());
2281 }
2282 else {
2283 return false;
2284 }
2285 return true;
2286}

◆ ClearMenu()

void G4UIQt::ClearMenu ( )
overridevirtual

Reimplemented from G4VInteractiveSession.

Definition at line 3148 of file G4UIQt.cc.

3148{ fMainWindow->menuBar()->clear(); }

◆ DefaultIcons()

void G4UIQt::DefaultIcons ( G4bool aVal)
overridevirtual

Reimplemented from G4VInteractiveSession.

Definition at line 287 of file G4UIQt.cc.

288{
289 fDefaultIcons = aVal;
290
291 if (! fMainWindow->isVisible()) {
292 return;
293 }
294
295 if (fToolbarApp != nullptr) {
296 if (aVal) {
297 fToolbarApp->setVisible(true);
298 }
299 else {
300 // Set not visible until session start
301 fToolbarApp->setVisible(false);
302 }
303 }
304}

◆ getClearIcon()

QPixmap * G4UIQt::getClearIcon ( )
inline

Definition at line 211 of file G4UIQt.hh.

211{ return fClearIcon; };

◆ GetCoutDockWidget()

G4UIDockWidget * G4UIQt::GetCoutDockWidget ( )
inline

Definition at line 222 of file G4UIQt.hh.

222{ return fCoutDockWidget; };

◆ GetCoutWidget()

QWidget * G4UIQt::GetCoutWidget ( )
inline

Definition at line 219 of file G4UIQt.hh.

219{ return fCoutDockWidget->widget(); };

◆ GetHelpWidget()

QWidget * G4UIQt::GetHelpWidget ( )
inline

Definition at line 234 of file G4UIQt.hh.

234{ return fHelpTBWidget; }

◆ GetHistoryWidget()

QWidget * G4UIQt::GetHistoryWidget ( )
inline

Definition at line 231 of file G4UIQt.hh.

231{ return fHistoryTBWidget; }

◆ GetMainWindow()

QMainWindow * G4UIQt::GetMainWindow ( )
inline

Definition at line 205 of file G4UIQt.hh.

205{ return fMainWindow; };

◆ GetPickInfosWidget()

QWidget * G4UIQt::GetPickInfosWidget ( )

Get the Pick Widget

Definition at line 2241 of file G4UIQt.cc.

2242{
2243 if (fPickInfosDialog == nullptr) {
2244 CreatePickInfosDialog();
2245 }
2246 return fPickInfosWidget;
2247}

◆ GetSceneTreeWidget()

QWidget * G4UIQt::GetSceneTreeWidget ( )

Get the ViewerComponents ToolBox Widget

Definition at line 2227 of file G4UIQt.cc.

2227{ return fSceneTreeWidget; }

◆ getSearchIcon()

QPixmap * G4UIQt::getSearchIcon ( )
inline

Definition at line 208 of file G4UIQt.hh.

208{ return fSearchIcon; };

◆ GetUITabWidget()

QTabWidget * G4UIQt::GetUITabWidget ( )
inline

Definition at line 228 of file G4UIQt.hh.

228{ return fUITabWidget; }

◆ GetUserInterfaceWidget()

G4UIDockWidget * G4UIQt::GetUserInterfaceWidget ( )
inline

Definition at line 225 of file G4UIQt.hh.

225{ return fUIDockWidget; };

◆ GetViewerPropertiesWidget()

QWidget * G4UIQt::GetViewerPropertiesWidget ( )

Get the Viewer properties Widget

Definition at line 2231 of file G4UIQt.cc.

2232{
2233 if (fViewerPropertiesDialog == nullptr) {
2234 CreateViewerPropertiesDialog();
2235 }
2236 return fViewerPropertiesWidget;
2237}

◆ GetViewerTabWidget()

QTabWidget * G4UIQt::GetViewerTabWidget ( )
inline

Definition at line 173 of file G4UIQt.hh.

173{ return fViewerTabWidget; };

◆ IsIconMoveSelected()

G4bool G4UIQt::IsIconMoveSelected ( )
inline

Definition at line 186 of file G4UIQt.hh.

186{ return fMoveSelected; };

◆ IsIconPickSelected()

G4bool G4UIQt::IsIconPickSelected ( )
inline

Definition at line 188 of file G4UIQt.hh.

188{ return fPickSelected; };

◆ IsIconRotateSelected()

G4bool G4UIQt::IsIconRotateSelected ( )
inline

Definition at line 187 of file G4UIQt.hh.

187{ return fRotateSelected; };

◆ IsIconZoomInSelected()

G4bool G4UIQt::IsIconZoomInSelected ( )
inline

Definition at line 189 of file G4UIQt.hh.

189{ return fZoomInSelected; };

◆ IsIconZoomOutSelected()

G4bool G4UIQt::IsIconZoomOutSelected ( )
inline

Definition at line 190 of file G4UIQt.hh.

190{ return fZoomOutSelected; };

◆ IsSplitterReleased()

G4bool G4UIQt::IsSplitterReleased ( )

◆ NativeMenu()

void G4UIQt::NativeMenu ( G4bool aVal)
overridevirtual

Reimplemented from G4VInteractiveSession.

Definition at line 3140 of file G4UIQt.cc.

3141{
3142 if (fMainWindow->menuBar()->isNativeMenuBar() == aVal) return; // already in this state
3143
3144 // Menu become empty when goin from Qt to Native Bar
3145 fMainWindow->menuBar()->setNativeMenuBar(aVal);
3146}

◆ PauseSessionStart()

void G4UIQt::PauseSessionStart ( const G4String & aState)
overridevirtual

Called by intercoms/src/G4UImanager.cc
Called by visualization/management/src/G4VisCommands.cc with "EndOfEvent" argument
It have to pause the session command terminal.
Call SecondaryLoop to wait for exit event

Parameters
aState
See also
: G4VisCommandReviewKeptEvents::SetNewValue

Implements G4VBasicShell.

Definition at line 2456 of file G4UIQt.cc.

2457{
2458 if (aState == nullptr) return;
2459
2460 if (aState == "G4_pause> ") { // TO KEEP
2461 SecondaryLoop("Pause, type continue to exit this state"); // TO KEEP
2462 } // TO KEEP
2463
2464 if (aState == "EndOfEvent") { // TO KEEP
2465 // Picking with feed back in event data Done here !!!
2466 SecondaryLoop("End of event, type continue to exit this state"); // TO KEEP
2467 } // TO KEEP
2468}

◆ Prompt()

void G4UIQt::Prompt ( const G4String & aPrompt)

Display the prompt in the prompt area

Parameters
aPrompt: string to display as the promt label

Definition at line 2434 of file G4UIQt.cc.

2435{
2436 if (aPrompt == nullptr) return;
2437
2438 fCommandLabel->setText((char*)aPrompt.data());
2439}

Referenced by SessionStart().

◆ ReceiveG4cerr()

G4int G4UIQt::ReceiveG4cerr ( const G4String & aString)
overridevirtual

Receive a cerr from Geant4. We have to display it in the cout zone

Parameters
aString: label to add in the display area
Returns
0

Reimplemented from G4coutDestination.

Definition at line 2692 of file G4UIQt.cc.

2693{
2694 if (aString.empty()) return 0;
2695
2696#ifdef G4MULTITHREADED
2697 G4AutoLock al(&ReceiveMutex);
2698#endif
2699
2700 // A workaround so that output is not lost after crash or G4Exception.
2701 // The "workaround" is to make sure all flushed output appears on
2702 // the terminal after a crash, because even flushed output can
2703 // get lost in the Qt UI system.
2704 // But...it seems workers write to std::cout/cerr anyway (is that a bug?),
2705 // so limit this to the master thread
2706#ifdef G4MULTITHREADED
2708#endif
2709 std::cerr << aString << std::flush;
2710
2711 G4String aStringWithStyle;
2712 // aString has a \n on the end (maybe it comes from G4endl or from the
2713 // Enter key on the command line) - ignore it. That’s why
2714 // i < aString.length() - 1
2715 // But other \n need to be translated to an HTML newline.
2716 // Similarly, spaces need to be translated to an HTML "non-breaking space".
2717 // Tabs (\t) are more tricky since the number of equivalent spaces depends
2718 // on how many characters precede it. Probably needs an HTML table. For now
2719 // we replace \t with four spaces.
2720 for (G4int i = 0; i < (G4int)aString.length() - 1; ++i) {
2721 if (aString[i] == '\n') {
2722 aStringWithStyle += "<br>";
2723 }
2724 else if (aString[i] == ' ') {
2725 aStringWithStyle += "&nbsp;";
2726 }
2727 else if (aString[i] == '\t') {
2728 aStringWithStyle += "&nbsp;&nbsp;&nbsp;&nbsp;";
2729 }
2730 else if (aString[i] == '<') {
2731 aStringWithStyle += "&lt;";
2732 }
2733 else {
2734 aStringWithStyle += aString[i];
2735 }
2736 }
2737 if (fOutputStyles["cerr"].fixed) {
2738 aStringWithStyle = "<span style='font-family:courier;'>" + aStringWithStyle + "</span>";
2739 }
2740 else {
2741 aStringWithStyle = "<span>" + aStringWithStyle + "</span>";
2742 }
2743
2744 // Add to string
2745
2746 G4UIOutputString txt =
2747 G4UIOutputString(QString((char*)aStringWithStyle.data()).trimmed(), GetThreadPrefix(), "error");
2748 fG4OutputString.push_back(txt);
2749
2750#ifdef G4MULTITHREADED
2751 QString result = FilterOutput(txt, fThreadsFilterComboBox->currentText(), fCoutFilter->text());
2752#else
2753 QString result = FilterOutput(txt, "", fCoutFilter->text());
2754#endif
2755 if (result.isEmpty()) {
2756 return 0;
2757 }
2758
2759 // Suppress space, \n,\t,\r...
2760 if (QString(aString.data()).trimmed() != "") {
2761 if ((G4StateManager::GetStateManager()->GetCurrentState() == G4State_Abort) ||
2762 (G4StateManager::GetStateManager()->GetCurrentState() == G4State_Quit))
2763 {
2764 // In case of Abort or Quit, the useful error message should be in the last error message !
2765 fLastErrMessage += "\n" + aString;
2766 QString criticalMessage = fLastErrMessage.data();
2767 criticalMessage = criticalMessage.toHtmlEscaped();
2768 QMessageBox::critical(fMainWindow, "Error", QString(fLastErrMessage));
2769 }
2770 }
2771 fCoutTBTextArea->append(QString("<font color=\"Red\">") + result + QString("</font>"));
2772 fCoutTBTextArea->ensureCursorVisible();
2773
2774 if (QString(aString.data()).trimmed() != "") {
2775 fLastErrMessage += aString;
2776 }
2777#ifdef G4MULTITHREADED
2778 UpdateCoutThreadFilter();
2779#endif
2780 return 0;
2781}
@ G4State_Quit
@ G4State_Abort
G4TemplateAutoLock< G4Mutex > G4AutoLock
static G4StateManager * GetStateManager()
std::map< G4String, OutputStyle > fOutputStyles
G4bool IsMasterThread()

Referenced by ReceiveG4cout().

◆ ReceiveG4cout()

G4int G4UIQt::ReceiveG4cout ( const G4String & aString)
overridevirtual

Receive a cout from Geant4. We have to display it in the cout zone

Parameters
aString: label to add in the display area
Returns
0

Reimplemented from G4coutDestination.

Definition at line 2591 of file G4UIQt.cc.

2592{
2593 if (aString.empty()) return 0;
2594
2595 // Try to be smart :
2596 // "*** This is just a warning message. ***"
2597 if (G4StrUtil::contains(aString, "*** This is just a warning message. ***")) {
2598 return ReceiveG4cerr(aString);
2599 }
2600
2601#ifdef G4MULTITHREADED
2602 G4AutoLock al(&ReceiveMutex);
2603#endif
2604
2605 // A workaround so that output is not lost after crash or G4Exception.
2606 // The "workaround" is to make sure all flushed output appears on
2607 // the terminal after a crash, because even flushed output can
2608 // get lost in the Qt UI system.
2609 // But...it seems workers write to std::cout/cerr anyway (is that a bug?),
2610 // so limit this to the master thread
2611#ifdef G4MULTITHREADED
2613#endif
2614 std::cout << aString << std::flush;
2615
2616 G4String aStringWithStyle;
2617 // aString has a \n on the end (maybe it comes from G4endl or from the
2618 // Enter key on the command line) - ignore it. That’s why
2619 // i < aString.length() - 1
2620 // But other \n need to be translated to an HTML newline.
2621 // Similarly, spaces need to be translated to an HTML "non-breaking space".
2622 // Tabs (\t) are more tricky since the number of equivalent spaces depends
2623 // on how many characters precede it. Probably needs an HTML table. For now
2624 // we replace \t with four spaces.
2625 for (G4int i = 0; i < (G4int)aString.length() - 1; ++i) {
2626 if (aString[i] == '\n') {
2627 aStringWithStyle += "<br>";
2628 }
2629 else if (aString[i] == ' ') {
2630 aStringWithStyle += "&nbsp;";
2631 }
2632 else if (aString[i] == '\t') {
2633 aStringWithStyle += "&nbsp;&nbsp;&nbsp;&nbsp;";
2634 }
2635 else if (aString[i] == '<') {
2636 aStringWithStyle += "&lt;";
2637 }
2638 else {
2639 aStringWithStyle += aString[i];
2640 }
2641 }
2642 if (fOutputStyles["cout"].fixed) {
2643 aStringWithStyle = "<span style='font-family:courier;'>" + aStringWithStyle + "</span>";
2644 }
2645 else {
2646 aStringWithStyle = "<span>" + aStringWithStyle + "</span>";
2647 }
2648
2649 // Add to string
2650 G4UIOutputString txt =
2651 G4UIOutputString(QString((char*)aStringWithStyle.data()), GetThreadPrefix());
2652 fG4OutputString.push_back(txt);
2653
2654#ifdef G4MULTITHREADED
2655 QString result = FilterOutput(txt, fThreadsFilterComboBox->currentText(), fCoutFilter->text());
2656#else
2657 QString result = FilterOutput(txt, "", fCoutFilter->text());
2658#endif
2659
2660 if (result.isEmpty()) {
2661 return 0;
2662 }
2663
2664 G4UImanager* UI = G4UImanager::GetUIpointer();
2665 if (fOutputStyles["cout"].highlight) {
2666 if (! UI->IsLastCommandOutputTreated()) {
2667 QPalette pal;
2668 result = QString("<span style='background:") + pal.link().color().name() +
2669 ";'>&nbsp;</span>" + "<span style='background:" + pal.highlight().color().name() +
2670 ";'> " + result + "</span>";
2671 }
2672 }
2674
2675 fCoutTBTextArea->append(result);
2676 fCoutTBTextArea->ensureCursorVisible();
2677
2678#ifdef G4MULTITHREADED
2679 UpdateCoutThreadFilter();
2680#endif
2681
2682 // reset error stack
2683 fLastErrMessage = aString;
2684 return 0;
2685}
G4int ReceiveG4cerr(const G4String &) override
Definition G4UIQt.cc:2692
bool IsLastCommandOutputTreated()
void SetLastCommandOutputTreated()

◆ ReceiveG4debug()

G4int G4UIQt::ReceiveG4debug ( const G4String & aString)
overridevirtual

Receive a debug log message from Geant4. We have to display it in the cout zone

Parameters
aString: label to add in the display area
Returns
0

Reimplemented from G4coutDestination.

Definition at line 2502 of file G4UIQt.cc.

2503{
2504 if (aString.empty()) return 0;
2505
2506#ifdef G4MULTITHREADED
2507 G4AutoLock al(&ReceiveMutex);
2508#endif
2509
2510 // A workaround so that output is not lost after crash or G4Exception.
2511 // The "workaround" is to make sure all flushed output appears on
2512 // the terminal after a crash, because even flushed output can
2513 // get lost in the Qt UI system.
2514 // But...it seems workers write to std::cout/cerr anyway (is that a bug?),
2515 // so limit this to the master thread
2516#ifdef G4MULTITHREADED
2518#endif
2519 std::cout << aString << std::flush;
2520
2521 G4String aStringWithStyle;
2522 // aString has a \n on the end (maybe it comes from G4endl or from the
2523 // Enter key on the command line) - ignore it. That’s why
2524 // i < aString.length() - 1
2525 // But other \n need to be translated to an HTML newline.
2526 // Similarly, spaces need to be translated to an HTML "non-breaking space".
2527 // Tabs (\t) are more tricky since the number of equivalent spaces depends
2528 // on how many characters precede it. Probably needs an HTML table. For now
2529 // we replace \t with four spaces.
2530 for (G4int i = 0; i < (G4int)aString.length() - 1; ++i) {
2531 if (aString[i] == '\n') {
2532 aStringWithStyle += "<br>";
2533 }
2534 else if (aString[i] == ' ') {
2535 aStringWithStyle += "&nbsp;";
2536 }
2537 else if (aString[i] == '\t') {
2538 aStringWithStyle += "&nbsp;&nbsp;&nbsp;&nbsp;";
2539 }
2540 else if (aString[i] == '<') {
2541 aStringWithStyle += "&lt;";
2542 }
2543 else {
2544 aStringWithStyle += aString[i];
2545 }
2546 }
2547 if (fOutputStyles["debug"].fixed) {
2548 aStringWithStyle = "<span style='font-family:courier;'>" + aStringWithStyle + "</span>";
2549 }
2550 else {
2551 aStringWithStyle = "<span>" + aStringWithStyle + "</span>";
2552 }
2553
2554 // Add to string
2555 G4UIOutputString txt =
2556 G4UIOutputString(QString((char*)aStringWithStyle.data()), GetThreadPrefix());
2557 fG4OutputString.push_back(txt);
2558
2559#ifdef G4MULTITHREADED
2560 QString result = FilterOutput(txt, fThreadsFilterComboBox->currentText(), fCoutFilter->text());
2561#else
2562 QString result = FilterOutput(txt, "", fCoutFilter->text());
2563#endif
2564
2565 if (result.isEmpty()) {
2566 return 0;
2567 }
2568
2569 if (fOutputStyles["debug"].highlight) {
2570 QPalette pal;
2571 result = QString("<span style='background:") + pal.link().color().name() + ";'>&nbsp;</span>" +
2572 "<span style='background: Pink;'> " + result + "</span>";
2573 }
2574 result = QString("<font color=\"Green\">") + result + QString("</font>");
2575
2576 fCoutTBTextArea->append(result);
2577 fCoutTBTextArea->ensureCursorVisible();
2578
2579#ifdef G4MULTITHREADED
2580 UpdateCoutThreadFilter();
2581#endif
2582
2583 return 0;
2584}

◆ SessionStart()

G4UIsession * G4UIQt::SessionStart ( )
overridevirtual

Start the Qt main loop

Implements G4VBasicShell.

Definition at line 2393 of file G4UIQt.cc.

2394{
2395 G4Qt* interactorManager = G4Qt::getInstance();
2396 Prompt("Session :");
2397 exitSession = false;
2398
2399 QCoreApplication::sendPostedEvents();
2400
2401 fMainWindow->setVisible(true);
2402
2403 if (fDefaultIcons) {
2404 fToolbarApp->setVisible(true);
2405 }
2406 else {
2407 // Set not visible until session start
2408 fToolbarApp->setVisible(false);
2409 }
2410 // Rebuild help tree (new command could be registered)
2411 FillHelpTree();
2412
2413 // Rebuild command completion (new command could be registered)
2414 UpdateCommandCompleter();
2415
2416 // Set event filters
2417 fHistoryTBTableList->installEventFilter(this);
2418 fCommandArea->installEventFilter(this);
2419
2420 // Focus on command line
2421 fCommandArea->setFocus();
2422
2423 interactorManager->DisableSecondaryLoop(); // TO KEEP
2424 if ((QApplication*)interactorManager->GetMainInteractor() != nullptr)
2425 ((QApplication*)interactorManager->GetMainInteractor())->exec();
2426
2427 interactorManager->EnableSecondaryLoop();
2428 return this;
2429}
void Prompt(const G4String &)
Definition G4UIQt.cc:2434

◆ SessionTerminate()

void G4UIQt::SessionTerminate ( )

Definition at line 2441 of file G4UIQt.cc.

2442{
2443 G4Qt* interactorManager = G4Qt::getInstance();
2444 fMainWindow->close();
2445 ((QApplication*)interactorManager->GetMainInteractor())->exit();
2446}

◆ SetIconHLHSRSelected()

void G4UIQt::SetIconHLHSRSelected ( )

Definition at line 5373 of file G4UIQt.cc.

5374{
5375 // Theses actions should be in the app toolbar
5376
5377 QToolBar* bar = fToolbarApp;
5378 if (! fDefaultIcons) {
5379 bar = fToolbarUser;
5380 }
5381
5382 if (bar == nullptr) return;
5383
5384 QList<QAction*> list = bar->actions();
5385 for (auto i : list) {
5386 if (i->data().toString() == "hidden_line_and_surface_removal") {
5387 i->setChecked(true);
5388 }
5389 else if (i->data().toString() == "solid") {
5390 i->setChecked(false);
5391 }
5392 else if (i->data().toString() == "hidden_line_removal") {
5393 i->setChecked(false);
5394 }
5395 else if (i->data().toString() == "wireframe") {
5396 i->setChecked(false);
5397 }
5398 }
5399}

Referenced by AddIcon().

◆ SetIconHLRSelected()

void G4UIQt::SetIconHLRSelected ( )

Definition at line 5346 of file G4UIQt.cc.

5347{
5348 // Theses actions should be in the app toolbar
5349
5350 QToolBar* bar = fToolbarApp;
5351 if (! fDefaultIcons) {
5352 bar = fToolbarUser;
5353 }
5354 if (bar == nullptr) return;
5355
5356 QList<QAction*> list = bar->actions();
5357 for (auto i : list) {
5358 if (i->data().toString() == "hidden_line_removal") {
5359 i->setChecked(true);
5360 }
5361 else if (i->data().toString() == "solid") {
5362 i->setChecked(false);
5363 }
5364 else if (i->data().toString() == "hidden_line_and_surface_removal") {
5365 i->setChecked(false);
5366 }
5367 else if (i->data().toString() == "wireframe") {
5368 i->setChecked(false);
5369 }
5370 }
5371}

Referenced by AddIcon().

◆ SetIconMoveSelected()

void G4UIQt::SetIconMoveSelected ( )

Definition at line 5127 of file G4UIQt.cc.

5128{
5129 // Theses actions should be in the app toolbar
5130 fMoveSelected = true;
5131 fRotateSelected = false;
5132 fPickSelected = false;
5133 fZoomInSelected = false;
5134 fZoomOutSelected = false;
5135
5136 if (fToolbarApp == nullptr) return;
5137 QList<QAction*> list = fToolbarApp->actions();
5138 for (auto i : list) {
5139 if (i->data().toString() == "move") {
5140 i->setChecked(true);
5141 }
5142 else if (i->data().toString() == "rotate") {
5143 i->setChecked(false);
5144 }
5145 else if (i->data().toString() == "pick") {
5146 i->setChecked(false);
5147 }
5148 else if (i->data().toString() == "zoom_in") {
5149 i->setChecked(false);
5150 }
5151 else if (i->data().toString() == "zoom_out") {
5152 i->setChecked(false);
5153 }
5154 }
5155}

Referenced by AddIcon().

◆ SetIconOrthoSelected()

void G4UIQt::SetIconOrthoSelected ( )

Definition at line 5422 of file G4UIQt.cc.

5423{
5424 // Theses actions should be in the app toolbar
5425
5426 QToolBar* bar = fToolbarApp;
5427 if (! fDefaultIcons) {
5428 bar = fToolbarUser;
5429 }
5430
5431 if (bar == nullptr) return;
5432
5433 QList<QAction*> list = bar->actions();
5434 for (auto i : list) {
5435 if (i->data().toString() == "ortho") {
5436 i->setChecked(true);
5437 }
5438 else if (i->data().toString() == "perspective") {
5439 i->setChecked(false);
5440 }
5441 }
5442}

Referenced by AddIcon().

◆ SetIconPerspectiveSelected()

void G4UIQt::SetIconPerspectiveSelected ( )

Definition at line 5401 of file G4UIQt.cc.

5402{
5403 // Theses actions should be in the app toolbar
5404
5405 QToolBar* bar = fToolbarApp;
5406 if (! fDefaultIcons) {
5407 bar = fToolbarUser;
5408 }
5409 if (bar == nullptr) return;
5410
5411 QList<QAction*> list = bar->actions();
5412 for (auto i : list) {
5413 if (i->data().toString() == "perspective") {
5414 i->setChecked(true);
5415 }
5416 else if (i->data().toString() == "ortho") {
5417 i->setChecked(false);
5418 }
5419 }
5420}

Referenced by AddIcon().

◆ SetIconPickSelected()

void G4UIQt::SetIconPickSelected ( )

Definition at line 5187 of file G4UIQt.cc.

5188{
5189 // Theses actions should be in the app toolbar
5190 fPickSelected = true;
5191 fMoveSelected = false;
5192 fRotateSelected = false;
5193 fZoomInSelected = false;
5194 fZoomOutSelected = false;
5195
5196 QToolBar* bar = fToolbarApp;
5197 if (! fDefaultIcons) {
5198 bar = fToolbarUser;
5199 }
5200 if (bar == nullptr) return;
5201
5202 QList<QAction*> list = bar->actions();
5203 for (auto i : list) {
5204 if (i->data().toString() == "pick") {
5205 i->setChecked(true);
5206 }
5207 else if (i->data().toString() == "move") {
5208 i->setChecked(false);
5209 }
5210 else if (i->data().toString() == "rotate") {
5211 i->setChecked(false);
5212 }
5213 else if (i->data().toString() == "zoom_in") {
5214 i->setChecked(false);
5215 }
5216 else if (i->data().toString() == "zoom_out") {
5217 i->setChecked(false);
5218 }
5219 }
5220}

Referenced by AddIcon().

◆ SetIconRotateSelected()

void G4UIQt::SetIconRotateSelected ( )

Definition at line 5157 of file G4UIQt.cc.

5158{
5159 // Theses actions should be in the app toolbar
5160 fRotateSelected = true;
5161 fMoveSelected = false;
5162 fPickSelected = false;
5163 fZoomInSelected = false;
5164 fZoomOutSelected = false;
5165
5166 if (fToolbarApp == nullptr) return;
5167 QList<QAction*> list = fToolbarApp->actions();
5168 for (auto i : list) {
5169 if (i->data().toString() == "rotate") {
5170 i->setChecked(true);
5171 }
5172 else if (i->data().toString() == "move") {
5173 i->setChecked(false);
5174 }
5175 else if (i->data().toString() == "pick") {
5176 i->setChecked(false);
5177 }
5178 else if (i->data().toString() == "zoom_in") {
5179 i->setChecked(false);
5180 }
5181 else if (i->data().toString() == "zoom_out") {
5182 i->setChecked(false);
5183 }
5184 }
5185}

Referenced by AddIcon().

◆ SetIconSolidSelected()

void G4UIQt::SetIconSolidSelected ( )

Definition at line 5292 of file G4UIQt.cc.

5293{
5294 // Theses actions should be in the app toolbar
5295
5296 QToolBar* bar = fToolbarApp;
5297 if (! fDefaultIcons) {
5298 bar = fToolbarUser;
5299 }
5300 if (bar == nullptr) return;
5301
5302 QList<QAction*> list = bar->actions();
5303 for (auto i : list) {
5304 if (i->data().toString() == "solid") {
5305 i->setChecked(true);
5306 }
5307 else if (i->data().toString() == "hidden_line_removal") {
5308 i->setChecked(false);
5309 }
5310 else if (i->data().toString() == "hidden_line_and_surface_removal") {
5311 i->setChecked(false);
5312 }
5313 else if (i->data().toString() == "wireframe") {
5314 i->setChecked(false);
5315 }
5316 }
5317}

Referenced by AddIcon().

◆ SetIconWireframeSelected()

void G4UIQt::SetIconWireframeSelected ( )

Definition at line 5319 of file G4UIQt.cc.

5320{
5321 // Theses actions should be in the app toolbar
5322
5323 QToolBar* bar = fToolbarApp;
5324 if (! fDefaultIcons) {
5325 bar = fToolbarUser;
5326 }
5327 if (bar == nullptr) return;
5328
5329 QList<QAction*> list = bar->actions();
5330 for (auto i : list) {
5331 if (i->data().toString() == "wireframe") {
5332 i->setChecked(true);
5333 }
5334 else if (i->data().toString() == "hidden_line_removal") {
5335 i->setChecked(false);
5336 }
5337 else if (i->data().toString() == "hidden_line_and_surface_removal") {
5338 i->setChecked(false);
5339 }
5340 else if (i->data().toString() == "solid") {
5341 i->setChecked(false);
5342 }
5343 }
5344}

Referenced by AddIcon().

◆ SetIconZoomInSelected()

void G4UIQt::SetIconZoomInSelected ( )

Definition at line 5222 of file G4UIQt.cc.

5223{
5224 // Theses actions should be in the app toolbar
5225 fZoomInSelected = true;
5226 fMoveSelected = false;
5227 fRotateSelected = false;
5228 fPickSelected = false;
5229 fZoomOutSelected = false;
5230
5231 QToolBar* bar = fToolbarApp;
5232 if (! fDefaultIcons) {
5233 bar = fToolbarUser;
5234 }
5235 if (bar == nullptr) return;
5236
5237 QList<QAction*> list = bar->actions();
5238 for (auto i : list) {
5239 if (i->data().toString() == "zoom_in") {
5240 i->setChecked(true);
5241 }
5242 else if (i->data().toString() == "move") {
5243 i->setChecked(false);
5244 }
5245 else if (i->data().toString() == "rotate") {
5246 i->setChecked(false);
5247 }
5248 else if (i->data().toString() == "pick") {
5249 i->setChecked(false);
5250 }
5251 else if (i->data().toString() == "zoom_out") {
5252 i->setChecked(false);
5253 }
5254 }
5255}

Referenced by AddIcon().

◆ SetIconZoomOutSelected()

void G4UIQt::SetIconZoomOutSelected ( )

Definition at line 5257 of file G4UIQt.cc.

5258{
5259 // Theses actions should be in the app toolbar
5260 fZoomOutSelected = true;
5261 fMoveSelected = false;
5262 fRotateSelected = false;
5263 fPickSelected = false;
5264 fZoomInSelected = false;
5265
5266 QToolBar* bar = fToolbarApp;
5267 if (! fDefaultIcons) {
5268 bar = fToolbarUser;
5269 }
5270 if (bar == nullptr) return;
5271
5272 QList<QAction*> list = bar->actions();
5273 for (auto i : list) {
5274 if (i->data().toString() == "zoom_out") {
5275 i->setChecked(true);
5276 }
5277 else if (i->data().toString() == "move") {
5278 i->setChecked(false);
5279 }
5280 else if (i->data().toString() == "rotate") {
5281 i->setChecked(false);
5282 }
5283 else if (i->data().toString() == "pick") {
5284 i->setChecked(false);
5285 }
5286 else if (i->data().toString() == "zoom_in") {
5287 i->setChecked(false);
5288 }
5289 }
5290}

Referenced by AddIcon().

◆ SetOutputStyle()

void G4UIQt::SetOutputStyle ( const char * destination,
const char * style )
overridevirtual

Reimplemented from G4VInteractiveSession.

Definition at line 3131 of file G4UIQt.cc.

3132{
3133 // Specify an output style
3134 // First argument destination ("cout" etc or "all")
3135 // Second argument is the required style - see guidance
3136
3137 SetStyleUtility(destination, style);
3138}
void SetStyleUtility(const G4String &destination, const G4String &style)

◆ SetStartPage()

void G4UIQt::SetStartPage ( const std::string & text)

Definition at line 2332 of file G4UIQt.cc.

2333{
2334 if (! text.empty()) {
2335 fDefaultViewerFirstPageHTMLText = text;
2336 }
2337 if (fStartPage == nullptr) {
2338 fStartPage = new QTextBrowser();
2339 fStartPage->setContentsMargins(5, 5, 5, 5);
2340 fStartPage->setReadOnly(true);
2341 }
2342 fStartPage->setOpenExternalLinks(true);
2343 fStartPage->setHtml(fDefaultViewerFirstPageHTMLText.c_str());
2344}

◆ UpdateSceneTree()

void G4UIQt::UpdateSceneTree ( const G4SceneTreeItem & root)
overridevirtual

Reimplemented from G4VInteractiveSession.

Definition at line 1510 of file G4UIQt.cc.

1511{
1512 // G4debug << "\nG4UIQt::UpdateSceneTree: scene tree summary\n";
1513 // root.DumpTree(G4debug); // Verbosity = 0 (one line per item)
1514 // G4debug << "\nG4UIQt::UpdateSceneTree: scene tree dump\n";
1515 // root.DumpTree(G4debug,1); // Verbosity = 1 (higher levels available)
1516
1517 // Clear the existing GUI-side tree
1518 fNewSceneTreeItemTreeWidget->clear();
1519 // (I think this deletes everything - the top level items and their children.)
1520
1521 // Build a new GUI-side tree
1522 fNewSceneTreeItemTreeWidget->setHeaderLabel (root.GetDescription().c_str());
1523 for (const auto& model : root.GetChildren()) {
1524
1525 auto item = new QTreeWidgetItem(fNewSceneTreeItemTreeWidget);
1526
1527 // Add this GUI-side representation of the model as a child of the top widget
1528 fNewSceneTreeItemTreeWidget->insertTopLevelItem(0,item);
1529
1530 // Add text that appears in the scene tree
1531 item->setText(0, model.GetModelType().c_str());
1532
1533 // Load with info from model
1534 // There may be a way to add data as a QVariant, or a list of QVariants,
1535 // but let's try adding a G4SceneTreeItem pointer as a hex string. (There
1536 // does not seem to be a way of adding a pointer directly.)
1537 std::ostringstream oss; oss << std::hex << &model;
1538 auto data = QVariant(oss.str().c_str());
1539 item->setData(0, Qt::UserRole, data);
1540
1541 // Load a tooltip
1542 G4String toolTipMessage = model.GetModelDescription();
1543 if (!model.GetFurtherInfo().empty()) {
1544 toolTipMessage += "\n " + model.GetFurtherInfo();
1545 }
1546 item->setToolTip(0, toolTipMessage.c_str());
1547
1548 // Set the check state
1549 item->setCheckState
1550 (0, model.GetVisAttributes().IsVisible()? Qt::Checked: Qt::Unchecked);
1551
1552 // Set the expand state
1553 item->setExpanded(model.IsExpanded());
1554
1555 if (model.GetType() == G4SceneTreeItem::pvmodel) {
1556 BuildPVQTree(model,item);
1557 }
1558 }
1559}
const G4String & GetDescription() const
const std::list< G4SceneTreeItem > & GetChildren() const

The documentation for this class was generated from the following files: