![]() |
KaliVeda
Toolkit for HIC analysis
|
Identification grid editor GUI ,.
See users guide http://indra.in2p3.fr/kaliveda/images/DocGridEditor.pdf (in French)
See also the presentation here: http://indra.in2p3.fr/kaliveda/images/JourneeAnalyse0312_1.pdf (in French)
Definition at line 58 of file KVIDGridEditor.h.
#include <KVIDGridEditor.h>
Public Types | |
enum | MatrixType { kSiCsI , kSiSi , kChIoSi , kPSA } |
![]() | |
enum | EKaliVedaBits { kIsKaliVedaObject = BIT(23) } |
Public Member Functions | |
KVIDGridEditor () | |
Default constructor. More... | |
KVIDGridEditor (const KVIDGridEditor &) | |
virtual | ~KVIDGridEditor () |
Destructor. More... | |
void | AutoFit () |
void | CanvasWasClosed () |
void | ChangeCharges (const Char_t *Zl, Int_t dZ) |
void | ChangeMasses (const Char_t *Zl, Int_t dA) |
void | Clear (const Option_t *opt="") |
void | Close () |
void | Copy (TObject &) const |
void | FindZALines () |
void | ForceUpdate () |
TCanvas * | GetEditorCanvas () |
KVIDGraph * | GetGrid () |
TH2 * | GetHisto () |
double | GetPointSize () |
int | GetPointStyle () |
Double_t | GetSpiderFactor () |
Int_t | GetSpiderZp () |
Bool_t | IsClosed () |
void | MakeScaleX (Double_t scaleFactor) |
void | MakeScaleY (Double_t scaleFactor) |
void | MakeTransformation () |
void | PrintScalingRecap () |
void | ResetScalingRecap () |
void | SaveCurrentGrid () |
void | SelectLabel () |
void | SelectLinesByZ (const Char_t *ListOfZ) |
void | SetDebug (Bool_t debug) |
void | SetGrid (KVIDGraph *gg, Bool_t histo=true) |
void | SetGrid (TString GridName) |
void | SetHisto (TH2 *hh) |
void | SetPointSize (double psize) |
void | SetPointStyle (int pstyle) |
void | SetSelectedColor (Int_t color) |
void | SetSpiderOption (const char *opt="DRLF") |
void | SetSVGMode () |
void | SpiderIdentification () |
void | StartViewer () |
Close();. More... | |
![]() | |
KVBase () | |
Default constructor. More... | |
KVBase (const Char_t *name, const Char_t *title="") | |
Ctor for object with given name and type. More... | |
KVBase (const KVBase &) | |
copy ctor More... | |
virtual | ~ KVBase () |
virtual void | Clear (Option_t *opt="") |
Clear object properties : name, type/title, number, label. More... | |
const Char_t * | GetLabel () const |
UInt_t | GetNumber () const |
UInt_t | GetNumberOfObjects () const |
virtual TObject * | GetObject () const |
virtual const Char_t * | GetType () const |
Bool_t | HasLabel () const |
virtual Bool_t | IsCalled (const Char_t *name) const |
Bool_t | IsLabelled (const Char_t *l) const |
virtual Bool_t | IsType (const Char_t *typ) const |
virtual void | List () |
KVBase & | operator= (const KVBase &) |
copy assignment operator More... | |
virtual void | Print (Option_t *option="") const |
Double_t | ProtectedGetX (const TF1 *func, Double_t val, int &status, Double_t xmin=0.0, Double_t xmax=0.0) const |
void | SetLabel (const Char_t *lab) |
virtual void | SetNumber (UInt_t num) |
virtual void | SetType (const Char_t *str) |
Private Member Functions | |
void | AddAction (TString label) |
void | AddGridOption (TString label, KVHashList *thelist) |
void | AddMethod (const char *theMethod) |
void | AddTransformation (TString label) |
void | ChangeStep (const char *title, Int_t dstep=1) |
void | ChangeZoomRatio (Int_t sign, Double_t speed=.5) |
void | ChooseSelectedColor () |
void | ConstructModulator () |
void | DeleteObject (KVIDentifier *obj) |
void | DispatchOrder (TPaveLabel *label) |
void | DrawAtt (Bool_t piv) |
void | DynamicZoom (Int_t Sign, Int_t px=0, Int_t py=0, Double_t speed=.5) |
Zoom in or out of histogram with mouse wheel. More... | |
TH2 * | FindInCanvases (const Char_t *name) |
void | FitGrid () |
Double_t | GetPdx () |
Double_t | GetPdy () |
Double_t | GetX0 () |
Double_t | GetY0 () |
Bool_t | HandleKey (Int_t px, Int_t py) |
Handle keys. More... | |
void | init () |
TString | ListOfHistogramInMemory () |
void | MoveHor (Int_t sign, Double_t speed=1, Bool_t update=true) |
void | MoveVert (Int_t sign, Double_t speed=1, Bool_t update=true) |
void | NewCut () |
void | NewInfo () |
void | NewLine () |
void | OpenRootFile () |
TString | PreselectHistogram (TString ListOfName, Int_t ipert=0) |
void | RecurseFileStructureFindHistos (TString &hist_names, TDirectory *the_directory) |
void | ResetColor (KVIDentifier *Ident) |
void | ResetColor (KVList *IdentList) |
void | RotateZ (Int_t Sign) |
void | ScaleCurvature (Int_t Sign) |
void | ScaleX (Int_t Sign) |
void | ScaleXY (Int_t Sign) |
void | ScaleY (Int_t Sign) |
void | SelectLines (const Char_t *label) |
void | SelectTrans (TPaveLabel *label) |
void | SetDefault () |
void | SetEditable (TPaveLabel *label) |
void | SetLogx () |
void | SetLogy () |
void | SetLogz () |
void | SetPiedestal (Double_t ppdx, Double_t ppdy) |
piedestal used during SpiderIdentification More... | |
void | SetPivot (Double_t xx0, Double_t yy0) |
void | SuggestMoreAction () |
void | TestGrid () |
void | TranslateX (Int_t Sign) |
void | TranslateY (Int_t Sign) |
void | Undo () |
void | Unzoom () |
void | UpdateViewer () |
const char * | WhoIsSelected () |
void | ZoomOnMouse () |
void | ZoomSelected () |
Private Attributes | |
Bool_t | aoemode |
true si mode age of empire More... | |
Bool_t | dlmode |
true si mode delete More... | |
Bool_t | drawmode |
true si mode draw (line, cut) More... | |
Bool_t | fAutoZoomMode |
Double_t | fAx |
Double_t | fAy |
Bool_t | fBlackMode |
Double_t | fBx |
Double_t | fBy |
scaling recap for current grid More... | |
KVIDGridEditorCanvas * | fCanvas |
Bool_t | fDebug |
KVString | fDefaultMethod |
Bool_t | fJoelMode |
TPaveText * | fKeyShow |
KVString | fListOfMethods |
TVirtualPad * | fPad |
TGraph * | fPiedestal |
TGraph * | fPivot |
Double_t | fPointSize |
Int_t | fPointStyle |
TF2 * | frx |
rotation More... | |
TF2 * | fry |
rotation More... | |
TF1 * | fs |
scaling More... | |
Double_t | fSpiderFactor |
TString | fSpiderOption |
Int_t | fSpiderZp |
Int_t | fSVGIndex |
Bool_t | fSVGMode |
TF1 * | fsy |
scaling More... | |
TF1 * | ft |
translation More... | |
Int_t | iact |
Int_t | imod |
utilise pour le placement des boutons More... | |
Int_t | iopt |
Bool_t | is_col |
Int_t | itrans |
KVList * | ListOfLines |
liste des lignes selectionnees More... | |
KVHashList * | lplabel |
contient la liste des TPaveLabel pour les transformations (rouge) More... | |
KVHashList * | lplabel2 |
contient la liste des TPaveLabel pour les actions (rouge) More... | |
KVHashList * | lplabel3 |
contient la liste des TPaveLabel pour les selections de lignes (vert) More... | |
KVHashList * | lplabel4 |
contient la liste des TPaveLabel pour editer la grille (rouge) More... | |
KVHashList * | lplabel5 |
contient la liste des TPaveLabel pour moduler les pas (vert) More... | |
TPaveLabel * | modulator |
Bool_t | moved |
utilise pour les differents zooms More... | |
Double_t | oldx |
Double_t | oldy |
utilises pour les differents zooms More... | |
Bool_t | ownhisto |
true si histo par defaut More... | |
Bool_t | ready |
Int_t | SelectedColor |
couleur des lignes selectionnees More... | |
Bool_t | selectmode |
true si mode vener More... | |
KVIDGraph * | TheGrid |
pointeur sur la grille courante More... | |
TH2 * | TheHisto |
pointeur sur l'histogramme More... | |
TH2 * | TheHistoChoice |
Bool_t | venermode |
true si mode select More... | |
Double_t | x0 |
coordonne x du pivot More... | |
Double_t | xmax |
Double_t | xmin |
Double_t | y0 |
coordonne y du pivot More... | |
Double_t | ymax |
utilises pour les differents zooms More... | |
Double_t | ymin |
Friends | |
class | KVIDGridEditorCanvas |
friend class KeyHandler; More... | |
Additional Inherited Members | |
![]() | |
static Bool_t | AreEqual (Double_t x, Double_t y, Long64_t maxdif=1) |
Comparison between two 64-bit floating-point values. More... | |
static void | BackupFileWithDate (const Char_t *path) |
static void | CombineFiles (const Char_t *file1, const Char_t *file2, const Char_t *newfilename, Bool_t keep=kTRUE) |
static void | Deprecated (const char *method, const char *advice) |
static Bool_t | FindClassSourceFiles (const Char_t *class_name, KVString &imp_file, KVString &dec_file, const Char_t *dir_name=".") |
static Bool_t | FindExecutable (TString &exec, const Char_t *path="$(PATH)") |
static const Char_t * | FindFile (const Char_t *search, TString &wfil) |
static const Char_t * | GetBINDIRFilePath (const Char_t *namefile="") |
static const Char_t * | GetDATABASEFilePath () |
static const Char_t * | GetDATADIRFilePath (const Char_t *namefile="") |
static Bool_t | GetDataSetEnv (const Char_t *dataset, const Char_t *type, Bool_t defval) |
static const Char_t * | GetDataSetEnv (const Char_t *dataset, const Char_t *type, const Char_t *defval) |
static Double_t | GetDataSetEnv (const Char_t *dataset, const Char_t *type, Double_t defval) |
static const Char_t * | GetETCDIRFilePath (const Char_t *namefile="") |
static const Char_t * | GetExampleFilePath (const Char_t *library, const Char_t *namefile) |
Return full path to example file for given library (="KVMultiDet", "BackTrack", etc.) More... | |
static const Char_t * | GetINCDIRFilePath (const Char_t *namefile="") |
static const Char_t * | GetKVBuildDate () |
Returns KaliVeda build date. More... | |
static const Char_t * | GetKVBuildDir () |
Returns top-level directory used for build. More... | |
static const Char_t * | GetKVBuildTime () |
Returns KaliVeda build time. More... | |
static const Char_t * | GetKVBuildType () |
Returns KaliVeda build type (cmake build: Release, Debug, RelWithDebInfo, ...) More... | |
static const Char_t * | GetKVBuildUser () |
Returns username of person who performed build. More... | |
static const Char_t * | GetKVSourceDir () |
Returns top-level directory of source tree used for build. More... | |
static const Char_t * | GetKVVersion () |
Returns KaliVeda version string. More... | |
static const Char_t * | GetLIBDIRFilePath (const Char_t *namefile="") |
static const Char_t * | GetListOfPlugins (const Char_t *base) |
static const Char_t * | GetListOfPluginURIs (const Char_t *base) |
static const Char_t * | GetPluginURI (const Char_t *base, const Char_t *plugin) |
static void | GetTempFileName (TString &base) |
static const Char_t * | GetTEMPLATEDIRFilePath (const Char_t *namefile="") |
static const Char_t * | GetWORKDIRFilePath (const Char_t *namefile="") |
static const Char_t * | gitBranch () |
Returns git branch of sources. More... | |
static const Char_t * | gitCommit () |
Returns last git commit of sources. More... | |
static void | InitEnvironment () |
static bool | is_gnuinstall () |
static Bool_t | IsThisAPlugin (const TString &uri, TString &base) |
static TPluginHandler * | LoadPlugin (const Char_t *base, const Char_t *uri="0") |
static Bool_t | OpenContextMenu (const char *method, TObject *obj, const char *alt_method_name="") |
static void | OpenTempFile (TString &base, std::ofstream &fp) |
static void | PrintSplashScreen () |
Prints welcome message and infos on version etc. More... | |
static Bool_t | SearchAndOpenKVFile (const Char_t *name, KVSQLite::database &dbfile, const Char_t *kvsubdir="") |
static Bool_t | SearchAndOpenKVFile (const Char_t *name, std::ifstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0) |
static Bool_t | SearchAndOpenKVFile (const Char_t *name, std::ofstream &file, const Char_t *kvsubdir="", KVLockfile *locks=0) |
static Bool_t | SearchKVFile (const Char_t *name, TString &fullpath, const Char_t *kvsubdir="") |
static const Char_t * | WorkingDirectory () |
Enumerator | |
---|---|
kSiCsI | |
kSiSi | |
kChIoSi | |
kPSA |
Definition at line 63 of file KVIDGridEditor.h.
KVIDGridEditor::KVIDGridEditor | ( | ) |
Default constructor.
Definition at line 33 of file KVIDGridEditor.cpp.
KVIDGridEditor::KVIDGridEditor | ( | const KVIDGridEditor & | obj | ) |
Copy constructor This ctor is used to make a copy of an existing object (for example when a method returns an object), and it is always a good idea to implement it. If your class allocates memory in its constructor(s) then it is ESSENTIAL :-)
Definition at line 308 of file KVIDGridEditor.cpp.
|
virtual |
Destructor.
Definition at line 324 of file KVIDGridEditor.cpp.
|
private |
Definition at line 494 of file KVIDGridEditor.cpp.
|
private |
Definition at line 516 of file KVIDGridEditor.cpp.
|
private |
Definition at line 3073 of file KVIDGridEditor.cpp.
|
private |
Definition at line 472 of file KVIDGridEditor.cpp.
void KVIDGridEditor::AutoFit | ( | ) |
Definition at line 1948 of file KVIDGridEditor.cpp.
void KVIDGridEditor::CanvasWasClosed | ( | ) |
Slot connected to the 'Closed()' signal of the canvas. If the user closes the canvas window this method gets called. Info("CanvasWasClosed","now");
Definition at line 145 of file KVIDGridEditor.cpp.
void KVIDGridEditor::ChangeCharges | ( | const Char_t * | Zl, |
Int_t | dZ | ||
) |
Definition at line 3045 of file KVIDGridEditor.cpp.
void KVIDGridEditor::ChangeMasses | ( | const Char_t * | Zl, |
Int_t | dA | ||
) |
Definition at line 3022 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2071 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2906 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2021 of file KVIDGridEditor.cpp.
void KVIDGridEditor::Clear | ( | const Option_t * | opt = "" | ) |
Definition at line 227 of file KVIDGridEditor.cpp.
void KVIDGridEditor::Close | ( | ) |
Definition at line 210 of file KVIDGridEditor.cpp.
|
private |
Definition at line 430 of file KVIDGridEditor.cpp.
|
virtual |
This method copies the current state of 'this' object Int_to 'obj' You should add here any member variables, for example: (supposing a member variable KVIDGridEditor::fToto) CastedObj.fToto = fToto; or CastedObj.SetToto( GetToto() );
Reimplemented from KVBase.
Definition at line 365 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2049 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1336 of file KVIDGridEditor.cpp.
|
private |
Definition at line 839 of file KVIDGridEditor.cpp.
|
private |
Zoom in or out of histogram with mouse wheel.
Definition at line 2222 of file KVIDGridEditor.cpp.
|
private |
Definition at line 818 of file KVIDGridEditor.cpp.
void KVIDGridEditor::FindZALines | ( | ) |
Definition at line 3002 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1820 of file KVIDGridEditor.cpp.
void KVIDGridEditor::ForceUpdate | ( | ) |
Definition at line 2509 of file KVIDGridEditor.cpp.
|
inline |
Definition at line 249 of file KVIDGridEditor.h.
|
inline |
Definition at line 240 of file KVIDGridEditor.h.
|
inline |
Definition at line 244 of file KVIDGridEditor.h.
|
private |
Definition at line 1643 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1653 of file KVIDGridEditor.cpp.
|
inline |
Definition at line 231 of file KVIDGridEditor.h.
|
inline |
Definition at line 226 of file KVIDGridEditor.h.
|
inline |
Definition at line 277 of file KVIDGridEditor.h.
|
inline |
Definition at line 273 of file KVIDGridEditor.h.
|
private |
Definition at line 1624 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1633 of file KVIDGridEditor.cpp.
|
private |
Handle keys.
Definition at line 2533 of file KVIDGridEditor.cpp.
|
private |
Definition at line 382 of file KVIDGridEditor.cpp.
Bool_t KVIDGridEditor::IsClosed | ( | ) |
Definition at line 201 of file KVIDGridEditor.cpp.
|
private |
Fill a TString with the names of all histograms in
Definition at line 569 of file KVIDGridEditor.cpp.
void KVIDGridEditor::MakeScaleX | ( | Double_t | scaleFactor | ) |
Definition at line 2303 of file KVIDGridEditor.cpp.
void KVIDGridEditor::MakeScaleY | ( | Double_t | scaleFactor | ) |
Definition at line 2327 of file KVIDGridEditor.cpp.
void KVIDGridEditor::MakeTransformation | ( | ) |
Definition at line 1060 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2884 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2928 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1505 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1565 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1466 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1996 of file KVIDGridEditor.cpp.
|
private |
Look in list of histogram names for one containing the name of the current grid. If found, return it.
Definition at line 667 of file KVIDGridEditor.cpp.
void KVIDGridEditor::PrintScalingRecap | ( | ) |
Print a summary of X and Y scaling transformations (Sx, Sy, Sxy) made since the last call of ResetScalingRecap();
Definition at line 3087 of file KVIDGridEditor.cpp.
|
private |
Recursively scan folders in a file looking for all TH2-derived objects. Their names are added to the TString.
Definition at line 540 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2474 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2496 of file KVIDGridEditor.cpp.
|
inline |
Definition at line 291 of file KVIDGridEditor.h.
|
private |
Definition at line 2275 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SaveCurrentGrid | ( | ) |
Definition at line 1900 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2431 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2351 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2399 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2375 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SelectLabel | ( | ) |
Definition at line 962 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1424 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SelectLinesByZ | ( | const Char_t * | ListOfZ | ) |
Definition at line 1872 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2960 of file KVIDGridEditor.cpp.
|
inline |
Definition at line 262 of file KVIDGridEditor.h.
|
private |
Definition at line 161 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1406 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SetGrid | ( | KVIDGraph * | gg, |
Bool_t | histo = true |
||
) |
Definition at line 864 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SetGrid | ( | TString | GridName | ) |
Definition at line 894 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SetHisto | ( | TH2 * | hh | ) |
Definition at line 702 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2110 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2100 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2090 of file KVIDGridEditor.cpp.
|
private |
piedestal used during SpiderIdentification
Definition at line 945 of file KVIDGridEditor.cpp.
|
private |
Definition at line 927 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SetPointSize | ( | double | psize | ) |
Definition at line 2989 of file KVIDGridEditor.cpp.
void KVIDGridEditor::SetPointStyle | ( | int | pstyle | ) |
Definition at line 2976 of file KVIDGridEditor.cpp.
|
inline |
Definition at line 257 of file KVIDGridEditor.h.
|
inline |
Definition at line 282 of file KVIDGridEditor.h.
|
inline |
Definition at line 266 of file KVIDGridEditor.h.
void KVIDGridEditor::SpiderIdentification | ( | ) |
Definition at line 1663 of file KVIDGridEditor.cpp.
void KVIDGridEditor::StartViewer | ( | ) |
Close();.
Definition at line 117 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1839 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1806 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2179 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2200 of file KVIDGridEditor.cpp.
|
private |
Revert current grid to its last saved version Normally this will be the state of the grid before starting the current editing session
Definition at line 2135 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2120 of file KVIDGridEditor.cpp.
|
private |
Definition at line 284 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2165 of file KVIDGridEditor.cpp.
|
private |
Definition at line 2950 of file KVIDGridEditor.cpp.
|
private |
Definition at line 1307 of file KVIDGridEditor.cpp.
|
friend |
friend class KeyHandler;
Definition at line 60 of file KVIDGridEditor.h.
|
private |
true si mode age of empire
Definition at line 116 of file KVIDGridEditor.h.
|
private |
true si mode delete
Definition at line 114 of file KVIDGridEditor.h.
|
private |
true si mode draw (line, cut)
Definition at line 115 of file KVIDGridEditor.h.
|
private |
Definition at line 130 of file KVIDGridEditor.h.
|
private |
Definition at line 111 of file KVIDGridEditor.h.
|
private |
Definition at line 111 of file KVIDGridEditor.h.
|
private |
Definition at line 74 of file KVIDGridEditor.h.
|
private |
Definition at line 111 of file KVIDGridEditor.h.
|
private |
scaling recap for current grid
Definition at line 111 of file KVIDGridEditor.h.
|
private |
Definition at line 79 of file KVIDGridEditor.h.
|
private |
Definition at line 72 of file KVIDGridEditor.h.
|
private |
Definition at line 84 of file KVIDGridEditor.h.
|
private |
Definition at line 75 of file KVIDGridEditor.h.
|
private |
Definition at line 77 of file KVIDGridEditor.h.
|
private |
Definition at line 83 of file KVIDGridEditor.h.
|
private |
Definition at line 80 of file KVIDGridEditor.h.
|
private |
Definition at line 82 of file KVIDGridEditor.h.
|
private |
Definition at line 81 of file KVIDGridEditor.h.
|
private |
Definition at line 133 of file KVIDGridEditor.h.
|
private |
Definition at line 132 of file KVIDGridEditor.h.
|
private |
rotation
Definition at line 108 of file KVIDGridEditor.h.
|
private |
rotation
Definition at line 109 of file KVIDGridEditor.h.
|
private |
scaling
Definition at line 106 of file KVIDGridEditor.h.
|
private |
Definition at line 127 of file KVIDGridEditor.h.
|
private |
Definition at line 129 of file KVIDGridEditor.h.
|
private |
Definition at line 128 of file KVIDGridEditor.h.
|
private |
Definition at line 76 of file KVIDGridEditor.h.
|
private |
Definition at line 73 of file KVIDGridEditor.h.
|
private |
scaling
Definition at line 107 of file KVIDGridEditor.h.
|
private |
translation
Definition at line 105 of file KVIDGridEditor.h.
|
private |
Definition at line 103 of file KVIDGridEditor.h.
|
private |
utilise pour le placement des boutons
Definition at line 103 of file KVIDGridEditor.h.
|
private |
Definition at line 103 of file KVIDGridEditor.h.
|
private |
Definition at line 121 of file KVIDGridEditor.h.
|
private |
Definition at line 103 of file KVIDGridEditor.h.
|
private |
liste des lignes selectionnees
Definition at line 97 of file KVIDGridEditor.h.
|
private |
contient la liste des TPaveLabel pour les transformations (rouge)
Definition at line 86 of file KVIDGridEditor.h.
|
private |
contient la liste des TPaveLabel pour les actions (rouge)
Definition at line 87 of file KVIDGridEditor.h.
|
private |
contient la liste des TPaveLabel pour les selections de lignes (vert)
Definition at line 88 of file KVIDGridEditor.h.
|
private |
contient la liste des TPaveLabel pour editer la grille (rouge)
Definition at line 89 of file KVIDGridEditor.h.
|
private |
contient la liste des TPaveLabel pour moduler les pas (vert)
Definition at line 90 of file KVIDGridEditor.h.
|
private |
Definition at line 92 of file KVIDGridEditor.h.
|
private |
utilise pour les differents zooms
Definition at line 125 of file KVIDGridEditor.h.
|
private |
Definition at line 124 of file KVIDGridEditor.h.
|
private |
utilises pour les differents zooms
Definition at line 124 of file KVIDGridEditor.h.
|
private |
true si histo par defaut
Definition at line 113 of file KVIDGridEditor.h.
|
private |
Definition at line 119 of file KVIDGridEditor.h.
|
private |
couleur des lignes selectionnees
Definition at line 99 of file KVIDGridEditor.h.
|
private |
true si mode vener
Definition at line 117 of file KVIDGridEditor.h.
|
private |
pointeur sur la grille courante
Definition at line 96 of file KVIDGridEditor.h.
|
private |
pointeur sur l'histogramme
Definition at line 94 of file KVIDGridEditor.h.
|
private |
Definition at line 95 of file KVIDGridEditor.h.
|
private |
true si mode select
Definition at line 118 of file KVIDGridEditor.h.
|
private |
coordonne x du pivot
Definition at line 101 of file KVIDGridEditor.h.
|
private |
Definition at line 123 of file KVIDGridEditor.h.
|
private |
Definition at line 123 of file KVIDGridEditor.h.
|
private |
coordonne y du pivot
Definition at line 102 of file KVIDGridEditor.h.
|
private |
utilises pour les differents zooms
Definition at line 123 of file KVIDGridEditor.h.
|
private |
Definition at line 123 of file KVIDGridEditor.h.