TDataViewMain THE DataViewMain 0 0 1018 849 1 1 0 0 21 136 DataView 1.1-rc1 true TextLabel1_4 850 4 80 20 Open Files: update1 true 850 630 100 30 &Update Update the Views if necessary New Item LB_Files 850 20 160 600 TabWidget2 true 0 0 850 660 0 true tab3d View &3D View1 -1 -4 850 550 ClickFocus tabO &Options GroupBox2 true 10 260 470 310 3D Options WordBreak|AlignTop layout20 10 30 450 270 unnamed CB_Axes3d true Show Spatial &Axes true Show Diagram Axes in 3D Mode Spacer6 Vertical Expanding 16 24 Spacer7 Horizontal Expanding 234 16 Spacer4 Vertical Expanding 20 23 layout7 unnamed RB_ShowObj Show O&bjects Show Tetraeder instead of Points spacer8 Horizontal Expanding 60 21 CB_ShowCol true Show &Colors true Visualize course of time with colours LE_Points3d false 7 0 0 0 10000 6 CB_Enable3D false &Enabled true spacer9 Horizontal Expanding 62 21 layout14 unnamed TextLabel1_2 Point size: CB_Lights &Lights On/Off false Toggle Lights in 3D Mode layout13 unnamed LE_Size3d 7 0 0 0 1.0 change size of shown points Spacer3_2 Vertical Expanding 16 16 Spacer3 Horizontal Expanding 80 16 TextLabel2 true Number of Shown Points: Spacer4_2 Vertical Expanding 16 24 Vscroll1 820 10 20 590 0 Vertical Hscroll1 0 600 820 20 Horizontal Bresize1 820 600 20 20 resize window to full view GroupBox1 10 10 790 240 General Options TextLabel1_5 false 30 160 230 20 Number of Points per timestep: LE_Nppt false 260 160 91 23 1 AlignRight the Points belonging to a certain timestep Layout2 30 40 268 24 unnamed 0 6 TextLabel1 true Number of Loaded Points: LE_PointsG true 10000 6 number of Ponts to be loaded from Datafile RB_ReplayOnOf true 30 110 160 21 &Replay Mode ON activate Data Replay Mode CB_ReplayDel false 28 188 130 21 &Delete Traces true needed to differentiate between trajectory and particle Replays menubar Toolbar_2 Toolbar SL_SPEED 0 800 1 400 Horizontal GLView
glview/glview.hpp
-1 -1 0 5 5 0 0 image0 UpdateObj() enableLights( bool sw) showAxes( bool sw)
fileOpenAction Open &Open... Ctrl+O filePrintAction false Print &Print... Ctrl+P fileExitAction Exit E&xit helpAboutAction About &About... ReplayGroup true Replay Group Replay Group Replay steering menu Replay steering menu false rewindReplayAction false Rewind Rewind Replay playReplayAction Play Play Replay stopReplayAction Stop Stop Replay fastReplayAction false Fast Forward Fast Forward Replay fileSaveAction Save &Save Save current View as PNG image Ctrl+S snapshotTakeAction Take Snapshot &Take Snapshot Take Snapshot and view in a new Tab Ctrl+T snapshotCloseAction Close Snapshot &Close Snapshot Ctrl+C snapshotSaveAction Save Snapshot S&ave Snapshot Ctrl+A snapshotOpenAction Open Snapshot &Open Snapshot Ctrl+O 789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523250004143a55a6b2e0026630c4f Bresize1 clicked() DataViewMain resizeffv() CB_Axes3d toggled(bool) View1 showAxes(bool) CB_Axes3d clicked() DataViewMain Changed() CB_Enable3D clicked() DataViewMain Changed() CB_Lights toggled(bool) View1 enableLights(bool) CB_ShowCol pressed() DataViewMain Changed() DataViewMain dockWindowPositionChanged(QDockWindow*) DataViewMain ToolbarPosChanged() Hscroll1 valueChanged(int) DataViewMain hScroll(int) LB_Files doubleClicked(QListBoxItem*) DataViewMain ListDblClick(QListBoxItem*) LB_Files rightButtonClicked(QListBoxItem*,const QPoint&) DataViewMain ListRClick(QListBoxItem*) LE_Points3d textChanged(const QString&) DataViewMain Changed() LE_Size3d textChanged(const QString&) DataViewMain Changed() RB_ReplayOnOf toggled(bool) DataViewMain hideRTollB(bool) RB_ReplayOnOf toggled(bool) DataViewMain tPlayReplay(bool) RB_ReplayOnOf toggled(bool) LE_Nppt setEnabled(bool) RB_ReplayOnOf toggled(bool) TextLabel1_5 setEnabled(bool) RB_ShowObj clicked() DataViewMain Changed() RB_ShowObj toggled(bool) TextLabel1_2 setDisabled(bool) RB_ShowObj toggled(bool) LE_Size3d setDisabled(bool) SL_SPEED valueChanged(int) DataViewMain changeReplaySpeed(int) TabWidget2 currentChanged(QWidget*) DataViewMain TabChanged(QWidget*) Vscroll1 valueChanged(int) DataViewMain vScroll(int) fileExitAction activated() DataViewMain close() fileOpenAction activated() DataViewMain fileOpen() fileSaveAction activated() DataViewMain fileSave() helpAboutAction activated() DataViewMain helpAbout() playReplayAction activated() DataViewMain playReplay() snapshotCloseAction activated() DataViewMain closeSnapshot() snapshotSaveAction activated() DataViewMain saveSnapshot() snapshotTakeAction activated() DataViewMain takeSnapshot() stopReplayAction activated() DataViewMain stopReplay() update1 pressed() View1 UpdateObj() update1 pressed() DataViewMain Update() snapshotOpenAction activated() DataViewMain openSnapshot() update1 TabWidget2 LE_Points3d RB_ShowObj CB_Enable3D CB_Axes3d LE_Size3d CB_Lights CB_ShowCol LE_PointsG qmessagebox.h qfiledialog.h iostream vector glview/engine/engine.hpp qapplication.h obuffer.h qimage.h DataViewMain.ui.h using namespace std; map<QString, oBuffer> optbuf; int oscx,oscy; int tim; int cx,cy; QFileDialog* fd; short numFiles; QString actual; vector<QString> fpaths; vector<Tcoord> coord; int cur; bool repl; QFileDialog *fd2; vector<QImage> images; fileOpen() helpAbout() Update() init() Changed() TabChanged( QWidget * w ) ListDblClick( QListBoxItem * w ) ListRClick( QListBoxItem * w ) resizeEvent( QResizeEvent * ev ) hideRTollB( bool tog ) ToolbarPosChanged() playReplay() stopReplay() tPlayReplay( bool r ) changeReplaySpeed( int speed ) activateControls3D( bool en ) resizeffv() vScroll( int value ) hScroll( int value ) fileSave() takeSnapshot() closeSnapshot() saveSnapshot() openSnapshot() glview.h