CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes | Private Member Functions | Private Attributes
CmsShowViewPopup Class Reference

#include <Fireworks/Core/interface/CmsShowViewPopup.h>

Inheritance diagram for CmsShowViewPopup:

Public Member Functions

void backgroundColorWasChanged ()
 
void changeBackground ()
 
 ClassDef (CmsShowViewPopup, 0)
 
virtual void CloseWindow ()
 
 CmsShowViewPopup (const TGWindow *p=0, UInt_t w=200, UInt_t h=200, FWColorManager *cm=0, FWViewBase *wb=0, TEveWindow *ew=0)
 
TEveWindow * getEveWindow () const
 
bool mapped ()
 
virtual void MapWindow ()
 
void reset (FWViewBase *, TEveWindow *ew)
 
void saveImage ()
 
virtual void UnmapWindow ()
 
virtual ~CmsShowViewPopup ()
 

Public Attributes

sigc::signal< void > closed_
 

Private Member Functions

 CmsShowViewPopup (const CmsShowViewPopup &)
 
const CmsShowViewPopupoperator= (const CmsShowViewPopup &)
 

Private Attributes

TGTextButton * m_changeBackground
 
FWColorManagerm_colorManager
 
TEveWindow * m_eveWindow
 
bool m_mapped
 
ViewerParameterGUIm_paramGUI
 
TGTextButton * m_saveImageButton
 
FWViewBasem_viewBase
 
TGLabel * m_viewLabel
 

Detailed Description

Description: <one line="" class="" summary>="">

Usage: <usage>

Definition at line 75 of file CmsShowViewPopup.h.

Constructor & Destructor Documentation

CmsShowViewPopup::CmsShowViewPopup ( const TGWindow *  p = 0,
UInt_t  w = 200,
UInt_t  h = 200,
FWColorManager cm = 0,
FWViewBase wb = 0,
TEveWindow *  ew = 0 
)

Definition at line 44 of file CmsShowViewPopup.cc.

CmsShowViewPopup::~CmsShowViewPopup ( )
virtual

Definition at line 100 of file CmsShowViewPopup.cc.

CmsShowViewPopup::CmsShowViewPopup ( const CmsShowViewPopup )
private

Member Function Documentation

void CmsShowViewPopup::backgroundColorWasChanged ( )

Definition at line 183 of file CmsShowViewPopup.cc.

void CmsShowViewPopup::changeBackground ( )

Definition at line 175 of file CmsShowViewPopup.cc.

CmsShowViewPopup::ClassDef ( CmsShowViewPopup  ,
 
)
void CmsShowViewPopup::CloseWindow ( )
virtual

Definition at line 147 of file CmsShowViewPopup.cc.

TEveWindow* CmsShowViewPopup::getEveWindow ( ) const
inline

Definition at line 98 of file CmsShowViewPopup.h.

References m_eveWindow.

98 { return m_eveWindow; }
TEveWindow * m_eveWindow
bool CmsShowViewPopup::mapped ( )
inline

Definition at line 91 of file CmsShowViewPopup.h.

References m_mapped.

91 { return m_mapped; }
void CmsShowViewPopup::MapWindow ( )
virtual

Definition at line 154 of file CmsShowViewPopup.cc.

const CmsShowViewPopup& CmsShowViewPopup::operator= ( const CmsShowViewPopup )
private
void CmsShowViewPopup::reset ( FWViewBase vb,
TEveWindow *  ew 
)

Definition at line 105 of file CmsShowViewPopup.cc.

void CmsShowViewPopup::saveImage ( )

Definition at line 168 of file CmsShowViewPopup.cc.

void CmsShowViewPopup::UnmapWindow ( )
virtual

Definition at line 161 of file CmsShowViewPopup.cc.

Member Data Documentation

sigc::signal<void> CmsShowViewPopup::closed_

Definition at line 100 of file CmsShowViewPopup.h.

TGTextButton* CmsShowViewPopup::m_changeBackground
private

Definition at line 116 of file CmsShowViewPopup.h.

FWColorManager* CmsShowViewPopup::m_colorManager
private

Definition at line 118 of file CmsShowViewPopup.h.

TEveWindow* CmsShowViewPopup::m_eveWindow
private

Definition at line 120 of file CmsShowViewPopup.h.

Referenced by getEveWindow().

bool CmsShowViewPopup::m_mapped
private

Definition at line 111 of file CmsShowViewPopup.h.

Referenced by mapped().

ViewerParameterGUI* CmsShowViewPopup::m_paramGUI
private

Definition at line 114 of file CmsShowViewPopup.h.

TGTextButton* CmsShowViewPopup::m_saveImageButton
private

Definition at line 115 of file CmsShowViewPopup.h.

FWViewBase* CmsShowViewPopup::m_viewBase
private

Definition at line 119 of file CmsShowViewPopup.h.

TGLabel* CmsShowViewPopup::m_viewLabel
private

Definition at line 113 of file CmsShowViewPopup.h.