CMS 3D CMS Logo

VisEventContentTwig.cc File Reference

#include "VisFramework/VisEvent/interface/VisEventContentTwig.h"
#include "VisFramework/VisConfigService/interface/VisConfigurationService.h"
#include "VisFramework/VisFrameworkBase/interface/VisTwigFactroyService.h"
#include "VisFramework/VisEvent/interface/xtypeinfo.h"
#include "VisFramework/VisFrameworkBase/interface/VisEventSelector.h"
#include "VisFramework/VisFrameworkBase/interface/debug.h"
#include "DataFormats/Provenance/interface/ConstBranchDescription.h"
#include "DataFormats/Provenance/interface/Provenance.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/GenericHandle.h"
#include "FWCore/Framework/interface/ConstProductRegistry.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "Iguana/Studio/interface/IgQtLock.h"
#include "Iguana/Framework/interface/IgBrowserMethods.h"
#include "Iguana/Framework/interface/IgRepSet.h"
#include "Iguana/Framework/interface/xtypeinfo.h"
#include "Iguana/Studio/interface/IgQtAppStatusBarService.h"
#include "Iguana/Models/interface/IgTextRep.h"
#include "Iguana/Models/interface/xtypeinfo.h"
#include <qapplication.h>
#include <iostream>
#include <sstream>
#include <iomanip>

Go to the source code of this file.

Defines

#define QT_NO_EMIT

Functions

 MMM_DEFUN_FUNC (void, IgBrowserMethods::, doUpdate,(VisEventContentTwig *twig, IgTextRep *rep, unsigned))


Define Documentation

#define QT_NO_EMIT

Definition at line 2 of file VisEventContentTwig.cc.


Function Documentation

MMM_DEFUN_FUNC ( void  ,
IgBrowserMethods::  ,
doUpdate  ,
(VisEventContentTwig *twig, IgTextRep *rep, unsigned)   
)

Definition at line 207 of file VisEventContentTwig.cc.

References VisEventContentTwig::name(), and IgTextRep::setText().

00209 {
00210     // Prepare property description.
00211     std::ostringstream  text;
00212      
00213     text << twig->name () << "<br>";
00214     rep->setText (text.str ());
00215 }


Generated on Tue Jun 9 17:56:12 2009 for CMSSW by  doxygen 1.5.4