CMS 3D CMS Logo

IgQtScheduledEvent Class Reference

#include <Iguana/Studio/interface/IgQtScheduledEvent.h>

List of all members.

Public Member Functions

lat::Callback callback (void)
 IgQtScheduledEvent (lat::Callback action)

Static Public Attributes

static const int EVENT_ID = QEvent::User + 1

Private Attributes

lat::Callback m_callback


Detailed Description

Definition at line 17 of file IgQtScheduledEvent.h.


Constructor & Destructor Documentation

IgQtScheduledEvent::IgQtScheduledEvent ( lat::Callback  action  ) 

Definition at line 15 of file IgQtScheduledEvent.cc.

00016     : QCustomEvent (EVENT_ID),
00017       m_callback (callback)
00018 {
00019 }


Member Function Documentation

lat::Callback IgQtScheduledEvent::callback ( void   ) 

Definition at line 22 of file IgQtScheduledEvent.cc.

References m_callback.

Referenced by IgQtScheduledEventExecutor::customEvent().

00023 {
00024     return m_callback;    
00025 }


Member Data Documentation

const int IgQtScheduledEvent::EVENT_ID = QEvent::User + 1 [static]

Definition at line 20 of file IgQtScheduledEvent.h.

lat::Callback IgQtScheduledEvent::m_callback [private]

Definition at line 27 of file IgQtScheduledEvent.h.

Referenced by callback().


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:25:36 2009 for CMSSW by  doxygen 1.5.4