Changeset 1340 for trunk/source/visualization/OpenGL/include
- Timestamp:
- Nov 5, 2010, 3:45:55 PM (15 years ago)
- Location:
- trunk/source/visualization/OpenGL/include
- Files:
-
- 5 edited
-
CVS/Entries (modified) (3 diffs)
-
G4OpenGLQtViewer.hh (modified) (3 diffs)
-
G4OpenGLStoredSceneHandler.hh (modified) (3 diffs)
-
G4OpenGLViewer.hh (modified) (1 diff)
-
G4OpenGLViewerMessenger.hh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/OpenGL/include/CVS/Entries
r1337 r1340 14 14 /G4OpenGLQtExportDialog.hh/1.7/Thu Sep 30 06:16:49 2010// 15 15 /G4OpenGLQtMovieDialog.hh/1.4/Thu Sep 30 06:16:49 2010// 16 /G4OpenGLQtViewer.hh/1.23/Thu Sep 30 06:16:49 2010//17 16 /G4OpenGLSceneHandler.hh/1.30/Thu Sep 30 06:16:49 2010// 18 17 /G4OpenGLSceneHandler.icc/1.9/Thu Sep 30 06:16:49 2010// 19 18 /G4OpenGLStoredQt.hh/1.2/Thu Sep 30 06:16:49 2010// 20 19 /G4OpenGLStoredQtViewer.hh/1.10/Thu Sep 30 06:16:49 2010// 21 /G4OpenGLStoredSceneHandler.hh/1.28/Thu Sep 30 06:16:49 2010//22 20 /G4OpenGLStoredViewer.hh/1.10/Thu Sep 30 06:16:49 2010// 23 21 /G4OpenGLStoredWin32.hh/1.8/Thu Sep 30 06:16:49 2010// … … 28 26 /G4OpenGLStoredXmViewer.hh/1.8/Thu Sep 30 06:16:50 2010// 29 27 /G4OpenGLTransform3D.hh/1.8/Thu Sep 30 06:16:50 2010// 30 /G4OpenGLViewer.hh/1.32/Thu Sep 30 06:16:50 2010//31 /G4OpenGLViewerMessenger.hh/1.7/Thu Sep 30 06:16:50 2010//32 28 /G4OpenGLWin32Viewer.hh/1.15/Thu Sep 30 06:16:50 2010// 33 29 /G4OpenGLXViewer.hh/1.32/Thu Sep 30 06:16:50 2010// … … 48 44 /G4OpenGLXmViewer.hh/1.11/Thu Sep 30 06:16:50 2010// 49 45 /G4OpenGLXmViewerMessenger.hh/1.5/Thu Sep 30 06:16:50 2010// 46 /G4OpenGLViewer.hh/1.33/Tue Oct 5 15:45:19 2010// 47 /G4OpenGLQtViewer.hh/1.25/Fri Oct 8 10:07:31 2010// 48 /G4OpenGLStoredSceneHandler.hh/1.29/Fri Nov 5 10:16:52 2010// 49 /G4OpenGLViewerMessenger.hh/1.8/Fri Nov 5 10:16:52 2010// 50 50 D -
trunk/source/visualization/OpenGL/include/G4OpenGLQtViewer.hh
r1333 r1340 25 25 // 26 26 // 27 // $Id: G4OpenGLQtViewer.hh,v 1.2 3 2010/06/04 15:27:47lgarnier Exp $27 // $Id: G4OpenGLQtViewer.hh,v 1.25 2010/10/08 10:07:31 lgarnier Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // … … 231 231 void actionDrawingLineSurfaceRemoval(); 232 232 void actionSaveImage(); 233 void actionChangeBackgroundColor(); 234 void actionChangeTextColor(); 235 void actionChangeDefaultColor(); 233 236 void actionMovieParameters(); 234 237 … … 238 241 void toggleRepresentation(bool); 239 242 void toggleProjection(bool); 240 void toggleBackground(bool);241 243 void toggleTransparency(bool); 242 244 void toggleAntialiasing(bool); -
trunk/source/visualization/OpenGL/include/G4OpenGLStoredSceneHandler.hh
r1337 r1340 25 25 // 26 26 // 27 // $Id: G4OpenGLStoredSceneHandler.hh,v 1.2 8 2009/02/04 16:48:40 lgarnierExp $28 // GEANT4 tag $Name: geant4-09-04-beta-01$27 // $Id: G4OpenGLStoredSceneHandler.hh,v 1.29 2010/11/05 06:25:23 allison Exp $ 28 // GEANT4 tag $Name: $ 29 29 // 30 30 // … … 69 69 void ClearTransientStore (); 70 70 71 static G4int GetDisplayListLimit() {return fDisplayListLimit;} 72 static void SetDisplayListLimit(G4int lim) {fDisplayListLimit = lim;} 73 71 74 protected: 72 75 … … 77 80 static G4int fSceneIdCount; // static counter for OpenGLStored scenes. 78 81 G4int fDisplayListId; // Workspace. 79 G4bool fMemoryForDisplayLists; // avoid memory overflow 82 G4bool fMemoryForDisplayLists; // avoid memory overflow 83 static G4int fDisplayListLimit; // avoid memory overflow 84 static G4int fDisplayListBase; // avoid memory overflow 80 85 G4int fAddPrimitivePreambleNestingDepth; 81 86 -
trunk/source/visualization/OpenGL/include/G4OpenGLViewer.hh
r1332 r1340 25 25 // 26 26 // 27 // $Id: G4OpenGLViewer.hh,v 1.3 2 2009/05/14 16:38:23lgarnier Exp $27 // $Id: G4OpenGLViewer.hh,v 1.33 2010/10/05 15:45:19 lgarnier Exp $ 28 28 // GEANT4 tag $Name: $ 29 29 // -
trunk/source/visualization/OpenGL/include/G4OpenGLViewerMessenger.hh
r1337 r1340 25 25 // 26 26 // 27 // $Id: G4OpenGLViewerMessenger.hh,v 1. 7 2009/05/18 09:07:12 lgarnierExp $28 // GEANT4 tag $Name: geant4-09-04-beta-01$27 // $Id: G4OpenGLViewerMessenger.hh,v 1.8 2010/11/05 06:25:23 allison Exp $ 28 // GEANT4 tag $Name: $ 29 29 30 30 #ifndef G4OPENGLVIEWERMESSENGER_HH … … 41 41 class G4UIcmdWithABool; 42 42 class G4UIcmdWithAString; 43 class G4UIcmdWithAnInteger; 43 44 44 45 class G4OpenGLViewerMessenger: public G4UImessenger { … … 57 58 G4UIdirectory* fpDirectorySet; 58 59 G4UIcommand* fpCommandDisplayHeadTime; 60 G4UIcmdWithAnInteger* fpCommandDisplayListLimit; 59 61 G4UIcommand* fpCommandDisplayLightFront; 60 62 G4UIcommand* fpCommandEndTime;
Note:
See TracChangeset
for help on using the changeset viewer.
