|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   19 #include "GaudiKernel/IToolSvc.h" 
   21 #include <QTimerEvent> 
   71     message(
"ERROR - received NULL ToolSvc Pointer");
 
   84     message(
"ERROR - received NULL system Pointer");
 
   86     message(
"ERROR - could not get ToolSvc Pointer");
 
  115   for (
const QString& mt : mts) {
 
  140   for (
const QString& mt : mts) {
 
  173       std::vector<std::string> instances;
 
  174       instances = 
toolsvc->getInstances( tooltype.toStdString() );
 
  177       for (
unsigned i = 0; 
i < instances.size(); ++
i ) {
 
  178     QString 
instance(instances.at(
i).c_str());
 
  179     if (
instance.startsWith(
"ToolSvc.",Qt::CaseInsensitive))
 
  182     QStringList ignorelist = 
ignoreList(tooltype);
 
  183     if (!ignorelist.isEmpty()) {
 
  185       for (
const QString& ignorepattern : ignorelist) {
 
  186         if (QRegExp(ignorepattern,Qt::CaseSensitive,QRegExp::Wildcard).exactMatch(
instance)) {
 
  228     if (
w->isEnabled() != notempty)
 
  229       w->setEnabled(notempty);
 
  250     message(
"setComboBoxData ERROR: Null pointer to combobox");
 
  262     message(
"disableIfNoTools ERROR: Null pointer to widget");
 
  273     message(
"handleComboBox ERROR: Null pointer to combobox");
 
  288     message(
"handleEnabledState ERROR: Null pointer to widget");
 
  303   if ( o->isWidgetType() && 
m_d->
handledWidgets.contains(
static_cast<QWidget*
>(o)))
 
  312     message(
"ERROR: Bad timer ID!!");
 
  313     killTimer(
event->timerId());
 
  
JetConstituentVector::iterator iterator
void messageVerbose(const QString &) const
void messageDebug(const QString &) const
POOL::TEvent event(POOL::TEvent::kClassAccess)
def time(flags, cells_name, *args, **kw)
void message(const QString &) const