CMS 3D CMS Logo

IgQtWorkspace Class Reference

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

List of all members.

Signals

void workspaceActivated (void)
void workspaceDeactivated (void)

Public Member Functions

 IgQtWorkspace (QWidget *parent, const char *name=0)

Protected Member Functions

void windowActivationChange (bool oldActive)


Detailed Description

Definition at line 16 of file IgQtWorkspace.h.


Constructor & Destructor Documentation

IgQtWorkspace::IgQtWorkspace ( QWidget *  parent,
const char *  name = 0 
)

Definition at line 15 of file IgQtWorkspace.cc.

00016     : QWorkspace (parent, name)
00017 { }


Member Function Documentation

void IgQtWorkspace::windowActivationChange ( bool  oldActive  )  [protected]

Definition at line 20 of file IgQtWorkspace.cc.

References workspaceActivated(), and workspaceDeactivated().

00021 {  
00022     QWorkspace::windowActivationChange (oldActive);
00023     if (isActiveWindow())
00024       emit workspaceActivated ();
00025     else
00026       emit workspaceDeactivated ();
00027 }

void IgQtWorkspace::workspaceActivated ( void   )  [signal]

Referenced by windowActivationChange().

void IgQtWorkspace::workspaceDeactivated ( void   )  [signal]

Referenced by windowActivationChange().


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