Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TGo4MarkerSettings.ui.h

Go to the documentation of this file.
00001 //-------------------------------------------------------------
00002 //        Go4 Release Package v3.04-01 (build 30401)
00003 //                      28-November-2008
00004 //---------------------------------------------------------------
00005 //   The GSI Online Offline Object Oriented (Go4) Project
00006 //   Experiment Data Processing at EE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 /****************************************************************************
00017 ** ui.h extension file, included from the uic-generated form implementation.
00018 **
00019 ** If you want to add, delete, or rename functions or slots, use
00020 ** Qt Designer to update this file, preserving your code.
00021 **
00022 ** You should not define a constructor or destructor in this file.
00023 ** Instead, write your code in functions called init() and destroy().
00024 ** These will automatically be called by the form's constructor and
00025 ** destructor.
00026 *****************************************************************************/
00027 
00028 
00029 void TGo4MarkerSettings::init()
00030 {
00031     // regions:
00032     DrawLabelButton->setChecked(TGo4Condition::fgbLABELDRAW);
00033     DrawIntButton->setChecked(TGo4Condition::fgbINTDRAW);
00034     DrawLimButton->setChecked(TGo4Condition::fgbLIMITSDRAW);
00035     DrawCountsButton->setChecked(TGo4Condition::fgbCMAXDRAW);
00036     DrawYrmsButton->setChecked(TGo4Condition::fgbYRMSDRAW);
00037     DrawXrmsButton->setChecked(TGo4Condition::fgbXRMSDRAW);
00038     DrawXmaxButton->setChecked(TGo4Condition::fgbXMAXDRAW);
00039     DrawYmaxButton->setChecked(TGo4Condition::fgbYMAXDRAW);
00040     DrawXmeanButton->setChecked(TGo4Condition::fgbXMEANDRAW);
00041     DrawYmeanButton->setChecked(TGo4Condition::fgbYMEANDRAW);
00042 
00043     // point markers:
00044     DrawPLabelButton->setChecked(TGo4Marker::fgbHASLABEL);
00045     DrawPConnectorButton->setChecked(TGo4Marker::fgbHASCONNECTOR);
00046     DrawPXButton->setChecked(TGo4Marker::fgbXDRAW);
00047     DrawPYButton->setChecked(TGo4Marker::fgbYDRAW);
00048     DrawPXbinButton->setChecked(TGo4Marker::fgbXBINDRAW);
00049     DrawPYbinButton->setChecked(TGo4Marker::fgbYBINDRAW);
00050     DrawPCountsButton->setChecked(TGo4Marker::fgbCONTDRAW);
00051 
00052 
00053 
00054 
00055 
00056 }
00057 
00058 
00059 void TGo4MarkerSettings::setFlags()
00060 {
00061     TGo4Condition::fgbLABELDRAW=DrawLabelButton->isChecked();
00062     TGo4Condition::fgbINTDRAW=DrawIntButton->isChecked();
00063     TGo4Condition::fgbLIMITSDRAW=DrawLimButton->isChecked();
00064     TGo4Condition::fgbCMAXDRAW=DrawCountsButton->isChecked();
00065     TGo4Condition::fgbYRMSDRAW=DrawYrmsButton->isChecked();
00066     TGo4Condition::fgbXRMSDRAW=DrawXrmsButton->isChecked();
00067     TGo4Condition::fgbXMAXDRAW=DrawXmaxButton->isChecked();
00068     TGo4Condition::fgbYMAXDRAW=DrawYmaxButton->isChecked();
00069     TGo4Condition::fgbXMEANDRAW=DrawXmeanButton->isChecked();
00070     TGo4Condition::fgbYMEANDRAW=DrawYmeanButton->isChecked();
00071 
00072     TGo4Marker::fgbHASLABEL=DrawPLabelButton->isChecked();
00073     TGo4Marker::fgbHASCONNECTOR=DrawPConnectorButton->isChecked();
00074     TGo4Marker::fgbXDRAW=DrawPXButton->isChecked();
00075     TGo4Marker::fgbYDRAW=DrawPYButton->isChecked();
00076     TGo4Marker::fgbXBINDRAW=DrawPXbinButton->isChecked();
00077     TGo4Marker::fgbYBINDRAW=DrawPYbinButton->isChecked();
00078     TGo4Marker::fgbCONTDRAW=DrawPCountsButton->isChecked();
00079 }
00080 
00081 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Fri Nov 28 12:59:22 2008 for Go4-v3.04-1 by  doxygen 1.4.2