ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCollWidget::Imp Class Reference
Collaboration diagram for TrackCollWidget::Imp:

Static Public Member Functions

static bool sectionSorting (const QString &s1, const QString &s2)

Static Public Attributes

static TrackCollWidgettheclass = nullptr

Detailed Description

Definition at line 19 of file TrackCollWidget.cxx.

Member Function Documentation

◆ sectionSorting()

bool TrackCollWidget::Imp::sectionSorting ( const QString & s1,
const QString & s2 )
inlinestatic

Definition at line 22 of file TrackCollWidget.cxx.

23 {
24 //We sort by the order of the types in the enum.
25 bool ok1, ok2;
28 if (!ok1&&theclass)
29 theclass->message("Could not decode section header to type: '"+s1+"'");
30 if (!ok2&&theclass)
31 theclass->message("Could not decode section header to type: '"+s2+"'");
32 return static_cast<int>(type1) < static_cast<int>(type2);
33 }
static TrackCollWidget * theclass
static Type sectionHeaderToType(const QString &, bool &status)

Member Data Documentation

◆ theclass

TrackCollWidget * TrackCollWidget::Imp::theclass = nullptr
static

Definition at line 21 of file TrackCollWidget.cxx.


The documentation for this class was generated from the following file: