94 typedef std::vector<PVNodeID> PVPath;
165 int currentPVPOIndex);
167 int currentPVPOIndex,
168 const std::string& modelDescription,
172 bool exportImage(std::string name=
"",
int width=-1,
int height=-1);
189 void moveScene(
float,
float,
float,
bool);
198 const std::vector<G4ModelingParameters::VisAttributesModifier>*
208#if QT_VERSION < 0x060000
222 enum RECORDING_STEP {WAIT,START,PAUSE,CONTINUE,STOP,READY_TO_ENCODE,ENCODING,FAILED,SUCCESS,BAD_ENCODER,BAD_OUTPUT,BAD_TMP,SAVE};
224 void createPopupMenu();
225 void createRadioAction(QAction *,QAction *,
const std::string&,
unsigned int a=1);
226 void rescaleImage(
int,
int);
227 bool printPDF(
const std::string,
int,QImage);
228 void showMovieParametersDialog();
229 void initMovieParameters();
230 QString createTempFolder();
231 QString removeTempFolder();
232 void setRecordingStatus(RECORDING_STEP);
233 void setRecordingInfos(
const QString&);
234 QString getProcessErrorMsg();
235 QWidget* getParentWidget();
236 bool parseAndInsertInSceneTree(QTreeWidgetItem *,
238 unsigned int fullPathIndex,
239 const QString& parentRoot,
240 unsigned int currentIndex,
241 int currentPVPOIndex);
242 void setCheckComponent(QTreeWidgetItem* item,
bool check);
243 void createSceneTreeComponent();
244 void createSceneTreeWidget();
245 void createViewerPropertiesWidget();
246 void createPickInfosWidget();
247 bool parseAndCheckVisibility(QTreeWidgetItem * treeNode,
int POindex);
248 QTreeWidgetItem* createTreeWidgetItem(
const PVPath& fullPath,
252 const QString& logicalName,
253 Qt::CheckState state,
254 QTreeWidgetItem * treeNode,
256 QString getModelShortName(
const G4String& modelShortName);
257 void cloneSceneTree(QTreeWidgetItem* rootItem);
258 void changeDepthOnSceneTreeItem(
double lookForDepth,
double currentDepth,QTreeWidgetItem* item);
259 void updatePositivePoIndexSceneTreeWidgetQuickMap(
int POindex,QTreeWidgetItem* item);
260 void changeQColorForTreeWidgetItem(QTreeWidgetItem* item,
const QColor&);
262 bool isSameSceneTreeElement(QTreeWidgetItem* parentOldItem,QTreeWidgetItem* parentNewItem);
263 void changeOpenCloseVisibleHiddenSelectedColorSceneTreeElement(QTreeWidgetItem* subItem);
264 bool isPVVolume(QTreeWidgetItem* item);
265 QTreeWidgetItem* cloneWidgetItem(QTreeWidgetItem* item);
266 void clearSceneTreeSelection(QTreeWidgetItem*);
267 void clearTreeWidgetElements(QTreeWidgetItem* item);
270 QTreeWidgetItem* getTreeWidgetItem(
int POindex);
273 QTreeWidgetItem* getOldTreeWidgetItem(
int POindex);
276 std::string parseSceneTreeAndSaveState();
278 std::string parseSceneTreeElementAndSaveState(QTreeWidgetItem* item,
unsigned int level);
279 QString GetCommandParameterList (
const G4UIcommand *aCommand);
280 void changeColorAndTransparency(GLuint index,
G4Color color);
286 QPoint fLastPickPoint;
297 bool fHoldRotateEvent;
299 QString fEncoderPath;
300 QString fTempFolderPath;
301 QString fMovieTempFolderPath;
302 QString fSaveFileName;
303 QString fParameterFileName;
304 QAction *fMouseRotateAction;
305 QAction *fMouseMoveAction;
306 QAction *fMousePickAction;
307 QAction *fMouseZoomInAction;
308 QAction *fMouseZoomOutAction;
309 QAction *fFullScreenOn;
310 QAction *fFullScreenOff;
311 QAction *fDrawingWireframe;
312 QAction *fDrawingLineRemoval;
313 QAction *fDrawingSurfaceRemoval;
314 QAction *fDrawingLineSurfaceRemoval;
315 QAction *fProjectionOrtho;
316 QAction *fProjectionPerspective;
318 RECORDING_STEP fRecordingStep;
320#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
321 QTime *fLastEventTime;
323 QElapsedTimer *fLastEventTime;
326 int fNbMaxFramesPerSec;
327 float fNbMaxAnglePerSec;
328 int fLaunchSpinDelay;
329 QWidget* fUISceneTreeWidget;
330 QWidget* fUIViewerPropertiesWidget;
331 QWidget* fUIPickInfosWidget;
334 bool fControlKeyPress;
337 bool fCheckSceneTreeComponentSignalLock;
338 bool fViewerPropertiesTableWidgetIsInit;
339 QTreeWidget* fSceneTreeComponentTreeWidget;
341 QWidget* fSceneTreeWidget;
342 bool fPVRootNodeCreate;
343 QLineEdit* fFilterOutput;
344 QString fFileSavePath;
347 QString fTouchableVolumes;
348 QDialog* fShortcutsDialog;
349 QTableWidget *fViewerPropertiesTableWidget;
350 QWidget* fPickInfosWidget;
351 QScrollArea* fPickInfosScrollArea;
352 int fTreeWidgetInfosIgnoredCommands;
353 QPushButton * fSceneTreeButtonApply;
354 QTextEdit *fShortcutsDialogInfos;
355 QSlider* fSceneTreeDepthSlider;
356 std::map <int, PVPath > fTreeItemModels;
357 std::map <int, PVPath > fOldTreeItemModels;
360 std::map <int, QTreeWidgetItem*> fPositivePoIndexSceneTreeWidgetQuickMap;
362 std::map <int, QTreeWidgetItem*> fOldPositivePoIndexSceneTreeWidgetQuickMap;
363 std::vector <QTreeWidgetItem*> fOldNullPoIndexSceneTreeWidgetQuickVector;
365 std::map <int, QColor> fOldVisAttrColorMap;
367 unsigned int fSceneTreeDepth;
368 QTreeWidgetItem* fModelShortNameItem;
370 int fMaxPOindexInserted;
373 std::map <int, QTreeWidgetItem*>::const_iterator fLastSceneTreeWidgetAskForIterator;
374 std::map <int, QTreeWidgetItem*>::const_iterator fLastSceneTreeWidgetAskForIteratorEnd;
377 std::map <int, QTreeWidgetItem*>::const_iterator fOldLastSceneTreeWidgetAskForIterator;
378 std::map <int, QTreeWidgetItem*>::const_iterator fOldLastSceneTreeWidgetAskForIteratorEnd;
381 QPixmap* fTreeIconOpen;
382 QPixmap* fTreeIconClosed;
383 QPixmap* fSearchIcon;
385 int fLastExportSliderValue;
387 GLuint fLastHighlightName;
390#ifdef G4MULTITHREADED
391 QThread* fQGLContextVisSubThread;
392 QThread* fQGLContextMainThread;
402 void actionSaveImage();
403 void actionChangeBackgroundColor();
404 void actionChangeTextColor();
405 void actionChangeDefaultColor();
406 void actionMovieParameters();
408 void showShortcuts();
409 void toggleMouseAction(
int);
410 void toggleSurfaceAction(
int);
411 void toggleProjection(
bool);
412 void toggleTransparency(
bool);
413 void toggleAntialiasing(
bool);
414 void toggleHaloing(
bool);
415 void toggleAux(
bool);
416 void toggleHiddenMarkers(
bool);
417 void toggleFullScreen(
bool);
418 void processEncodeFinished();
419 void processLookForFinished();
420 void processEncodeStdout();
421 void sceneTreeComponentItemChanged(QTreeWidgetItem* item,
int id);
422 void toggleSceneTreeComponentPickingCout(
int);
423 void togglePicking();
424 void currentTabActivated(
int);
427 void sceneTreeComponentSelected();
428 void changeDepthInSceneTree(
int);
429 void changeSearchSelection();
430 void changeColorAndTransparency(QTreeWidgetItem* item,
int val);
431 void tableWidgetViewerSetItemChanged(QTableWidgetItem *);