Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 // 26 // >> 27 // $Id: G4OpenGLXmFourArrowButtons.cc,v 1.7 2009-02-04 16:48:41 lgarnier Exp $ >> 28 // GEANT4 tag $Name: geant4-09-04-patch-02 $ 27 // 29 // 28 //Four arrow buttons class. Inherits from G4Op 30 //Four arrow buttons class. Inherits from G4OpenGLXmVWidgetComponent 29 31 >> 32 #ifdef G4VIS_BUILD_OPENGLXM_DRIVER >> 33 30 #include "G4OpenGLXmVWidgetComponent.hh" 34 #include "G4OpenGLXmVWidgetComponent.hh" 31 #include "G4OpenGLXmVWidgetContainer.hh" 35 #include "G4OpenGLXmVWidgetContainer.hh" 32 #include "G4OpenGLXmFourArrowButtons.hh" 36 #include "G4OpenGLXmFourArrowButtons.hh" 33 #include <X11/Intrinsic.h> 37 #include <X11/Intrinsic.h> 34 #include <Xm/Form.h> 38 #include <Xm/Form.h> 35 #include <Xm/ArrowBG.h> 39 #include <Xm/ArrowBG.h> 36 40 37 #include "globals.hh" 41 #include "globals.hh" 38 42 39 G4OpenGLXmFourArrowButtons::G4OpenGLXmFourArro 43 G4OpenGLXmFourArrowButtons::G4OpenGLXmFourArrowButtons (XtCallbackRec** c) 40 : arrow_form(0) << 41 , arrow(0) << 42 , parent(0) << 43 { 44 { 44 callback = c; 45 callback = c; 45 } 46 } 46 47 47 G4OpenGLXmFourArrowButtons::~G4OpenGLXmFourArr 48 G4OpenGLXmFourArrowButtons::~G4OpenGLXmFourArrowButtons () 48 {} 49 {} 49 50 50 void G4OpenGLXmFourArrowButtons::AddYourselfTo 51 void G4OpenGLXmFourArrowButtons::AddYourselfTo (G4OpenGLXmVWidgetContainer* container) 51 { 52 { 52 53 53 pView = container->GetView (); 54 pView = container->GetView (); 54 ProcesspView (); 55 ProcesspView (); 55 56 56 parent = container->GetPointerToWidget (); 57 parent = container->GetPointerToWidget (); 57 58 58 arrow_form = XtVaCreateManagedWidget 59 arrow_form = XtVaCreateManagedWidget 59 ("arrow_form", 60 ("arrow_form", 60 xmFormWidgetClass, 61 xmFormWidgetClass, 61 *parent, 62 *parent, 62 XmNfractionBase, 3, 63 XmNfractionBase, 3, 63 64 64 XtNvisual, visual, 65 XtNvisual, visual, 65 XtNdepth, depth, 66 XtNdepth, depth, 66 XtNcolormap, cmap, 67 XtNcolormap, cmap, 67 XtNborderColor, borcol, 68 XtNborderColor, borcol, 68 XtNbackground, bgnd, 69 XtNbackground, bgnd, 69 70 70 NULL); 71 NULL); 71 72 72 73 73 ///////////////`up' arrow/////////////// 74 ///////////////`up' arrow/////////////// 74 arrow = XtVaCreateManagedWidget 75 arrow = XtVaCreateManagedWidget 75 ("up_arrow", 76 ("up_arrow", 76 xmArrowButtonGadgetClass, 77 xmArrowButtonGadgetClass, 77 arrow_form, 78 arrow_form, 78 79 79 XmNtopAttachment, XmATTACH_POSITION, 80 XmNtopAttachment, XmATTACH_POSITION, 80 XmNtopPosition, 0, 81 XmNtopPosition, 0, 81 82 82 XmNbottomAttachment, XmATTACH_POSITION, 83 XmNbottomAttachment, XmATTACH_POSITION, 83 XmNbottomPosition, 1, 84 XmNbottomPosition, 1, 84 85 85 XmNleftAttachment, XmATTACH_POSITION, 86 XmNleftAttachment, XmATTACH_POSITION, 86 XmNleftPosition, 1, 87 XmNleftPosition, 1, 87 88 88 XmNrightAttachment, XmATTACH_POSITION, 89 XmNrightAttachment, XmATTACH_POSITION, 89 XmNrightPosition, 2, 90 XmNrightPosition, 2, 90 91 91 XmNarrowDirection, XmARROW_UP, 92 XmNarrowDirection, XmARROW_UP, 92 XmNuserData, True, 93 XmNuserData, True, 93 NULL); 94 NULL); 94 95 95 XtAddCallbacks (arrow, 96 XtAddCallbacks (arrow, 96 XmNactivateCallback, 97 XmNactivateCallback, 97 callback[0]); 98 callback[0]); 98 99 99 XtAddCallbacks (arrow, 100 XtAddCallbacks (arrow, 100 XmNarmCallback, 101 XmNarmCallback, 101 callback[0]); 102 callback[0]); 102 103 103 XtAddCallbacks (arrow, 104 XtAddCallbacks (arrow, 104 XmNdisarmCallback, 105 XmNdisarmCallback, 105 callback[0]); 106 callback[0]); 106 107 107 ///////////////`down' arrow/////////////// 108 ///////////////`down' arrow/////////////// 108 arrow = XtVaCreateManagedWidget 109 arrow = XtVaCreateManagedWidget 109 ("down_arrow", 110 ("down_arrow", 110 xmArrowButtonGadgetClass, 111 xmArrowButtonGadgetClass, 111 arrow_form, 112 arrow_form, 112 113 113 XmNtopAttachment, XmATTACH_POSITION, 114 XmNtopAttachment, XmATTACH_POSITION, 114 XmNtopPosition, 2, 115 XmNtopPosition, 2, 115 116 116 XmNbottomAttachment, XmATTACH_POSITION, 117 XmNbottomAttachment, XmATTACH_POSITION, 117 XmNbottomPosition, 3, 118 XmNbottomPosition, 3, 118 119 119 XmNleftAttachment, XmATTACH_POSITION, 120 XmNleftAttachment, XmATTACH_POSITION, 120 XmNleftPosition, 1, 121 XmNleftPosition, 1, 121 122 122 XmNrightAttachment, XmATTACH_POSITION, 123 XmNrightAttachment, XmATTACH_POSITION, 123 XmNrightPosition, 2, 124 XmNrightPosition, 2, 124 125 125 XmNarrowDirection, XmARROW_DOWN, 126 XmNarrowDirection, XmARROW_DOWN, 126 XmNuserData, False, 127 XmNuserData, False, 127 NULL); 128 NULL); 128 129 129 XtAddCallbacks (arrow, 130 XtAddCallbacks (arrow, 130 XmNactivateCallback, 131 XmNactivateCallback, 131 callback[1]); 132 callback[1]); 132 133 133 XtAddCallbacks (arrow, 134 XtAddCallbacks (arrow, 134 XmNarmCallback, 135 XmNarmCallback, 135 callback[1]); 136 callback[1]); 136 137 137 XtAddCallbacks (arrow, 138 XtAddCallbacks (arrow, 138 XmNdisarmCallback, 139 XmNdisarmCallback, 139 callback[1]); 140 callback[1]); 140 141 141 ///////////////`left' arrow/////////////// 142 ///////////////`left' arrow/////////////// 142 arrow = XtVaCreateManagedWidget 143 arrow = XtVaCreateManagedWidget 143 ("left_arrow", 144 ("left_arrow", 144 xmArrowButtonGadgetClass, 145 xmArrowButtonGadgetClass, 145 arrow_form, 146 arrow_form, 146 147 147 XmNtopAttachment, XmATTACH_POSITION, 148 XmNtopAttachment, XmATTACH_POSITION, 148 XmNtopPosition, 1, 149 XmNtopPosition, 1, 149 150 150 XmNbottomAttachment, XmATTACH_POSITION, 151 XmNbottomAttachment, XmATTACH_POSITION, 151 XmNbottomPosition, 2, 152 XmNbottomPosition, 2, 152 153 153 XmNleftAttachment, XmATTACH_POSITION, 154 XmNleftAttachment, XmATTACH_POSITION, 154 XmNleftPosition, 0, 155 XmNleftPosition, 0, 155 156 156 XmNrightAttachment, XmATTACH_POSITION, 157 XmNrightAttachment, XmATTACH_POSITION, 157 XmNrightPosition, 1, 158 XmNrightPosition, 1, 158 159 159 XmNarrowDirection, XmARROW_LEFT, 160 XmNarrowDirection, XmARROW_LEFT, 160 XmNuserData, False, 161 XmNuserData, False, 161 NULL); 162 NULL); 162 163 163 XtAddCallbacks (arrow, 164 XtAddCallbacks (arrow, 164 XmNactivateCallback, 165 XmNactivateCallback, 165 callback[2]); 166 callback[2]); 166 167 167 XtAddCallbacks (arrow, 168 XtAddCallbacks (arrow, 168 XmNarmCallback, 169 XmNarmCallback, 169 callback[2]); 170 callback[2]); 170 171 171 XtAddCallbacks (arrow, 172 XtAddCallbacks (arrow, 172 XmNdisarmCallback, 173 XmNdisarmCallback, 173 callback[2]); 174 callback[2]); 174 175 175 ///////////////`right' arrow/////////////// 176 ///////////////`right' arrow/////////////// 176 arrow = XtVaCreateManagedWidget 177 arrow = XtVaCreateManagedWidget 177 ("right_arrow", 178 ("right_arrow", 178 xmArrowButtonGadgetClass, 179 xmArrowButtonGadgetClass, 179 arrow_form, 180 arrow_form, 180 181 181 XmNtopAttachment, XmATTACH_POSITION, 182 XmNtopAttachment, XmATTACH_POSITION, 182 XmNtopPosition, 1, 183 XmNtopPosition, 1, 183 184 184 XmNbottomAttachment, XmATTACH_POSITION, 185 XmNbottomAttachment, XmATTACH_POSITION, 185 XmNbottomPosition, 2, 186 XmNbottomPosition, 2, 186 187 187 XmNleftAttachment, XmATTACH_POSITION, 188 XmNleftAttachment, XmATTACH_POSITION, 188 XmNleftPosition, 2, 189 XmNleftPosition, 2, 189 190 190 XmNrightAttachment, XmATTACH_POSITION, 191 XmNrightAttachment, XmATTACH_POSITION, 191 XmNrightPosition, 3, 192 XmNrightPosition, 3, 192 193 193 XmNarrowDirection, XmARROW_RIGHT, 194 XmNarrowDirection, XmARROW_RIGHT, 194 XmNuserData, True, 195 XmNuserData, True, 195 NULL); 196 NULL); 196 197 197 XtAddCallbacks (arrow, 198 XtAddCallbacks (arrow, 198 XmNactivateCallback, 199 XmNactivateCallback, 199 callback[3]); 200 callback[3]); 200 201 201 XtAddCallbacks (arrow, 202 XtAddCallbacks (arrow, 202 XmNarmCallback, 203 XmNarmCallback, 203 callback[3]); 204 callback[3]); 204 205 205 XtAddCallbacks (arrow, 206 XtAddCallbacks (arrow, 206 XmNdisarmCallback, 207 XmNdisarmCallback, 207 callback[3]); 208 callback[3]); 208 209 209 } 210 } 210 211 211 Widget* G4OpenGLXmFourArrowButtons::GetPointer 212 Widget* G4OpenGLXmFourArrowButtons::GetPointerToParent () 212 { 213 { 213 return parent; 214 return parent; 214 } 215 } 215 216 216 Widget* G4OpenGLXmFourArrowButtons::GetPointer 217 Widget* G4OpenGLXmFourArrowButtons::GetPointerToWidget () 217 { 218 { 218 return &arrow_form; 219 return &arrow_form; 219 } 220 } >> 221 >> 222 #endif 220 223