Ignore:
Timestamp:
Jan 22, 2009, 4:40:22 PM (16 years ago)
Author:
garnier
Message:

History change, and a Warning added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/management/include/G4ViewParameters.hh

    r907 r913  
    2525//
    2626//
    27 // $Id: G4ViewParameters.hh,v 1.29 2009/01/13 09:55:15 lgarnier Exp $
     27// $Id: G4ViewParameters.hh,v 1.30 2009/01/21 16:59:22 lgarnier Exp $
    2828// GEANT4 tag $Name:  $
    2929//
     
    168168  // GetXGeometryString and GetWindowSizeHint is guaranteed to be
    169169  // identical.)
     170  bool IsWindowSizeHintX () const;
     171  bool IsWindowSizeHintY () const;
     172  bool IsWindowLocationHintX () const;
     173  bool IsWindowLocationHintY () const;
     174
    170175        G4bool           IsAutoRefresh           () const;
    171176  const G4Colour&        GetBackgroundColour     () const;
     
    251256  G4int fXNegative; // XValue is from left for XGeometry
    252257  G4int fYNegative; // YValue is from top for XGeometry
     258  G4int fGeometryMask; // Mask for ParseGeometry
    253259
    254260  DrawingStyle fDrawingStyle;    // Drawing style.
Note: See TracChangeset for help on using the changeset viewer.