CMS 3D CMS Logo

Public Member Functions | Private Member Functions

FWISpyView Class Reference

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

Inheritance diagram for FWISpyView:
FW3DViewBase FWEveView FWViewBase FWConfigurableParameterizable FWParameterizable FWConfigurable

List of all members.

Public Member Functions

 FWISpyView (TEveWindowSlot *, FWViewType::EType)
virtual ~FWISpyView ()

Private Member Functions

 FWISpyView (const FWISpyView &)
const FWISpyViewoperator= (const FWISpyView &)

Detailed Description

Description: [one line class summary]

Usage: <usage>

Definition at line 29 of file FWISpyView.h.


Constructor & Destructor Documentation

FWISpyView::FWISpyView ( TEveWindowSlot *  slot,
FWViewType::EType  typeId 
)

Definition at line 33 of file FWISpyView.cc.

References FWEveView::viewerGL().

                                                                  :
   FW3DViewBase(slot, typeId)
{
   viewerGL()->CurrentCamera().SetFixDefCenter(kTRUE);
}
FWISpyView::~FWISpyView ( ) [virtual]

Definition at line 44 of file FWISpyView.cc.

{
}
FWISpyView::FWISpyView ( const FWISpyView ) [private]

Member Function Documentation

const FWISpyView& FWISpyView::operator= ( const FWISpyView ) [private]