ViewObject Class Reference

This class provides access to the display properties for a view object. More...

#include <ViewObject.h>

Inheritance diagram for ViewObject:

Inheritance graph

List of all members.

Static Public Member Functions

static const std::string & signalViewCreated ()
static const std::string & signalViewDeleted ()

Protected Member Functions

virtual ~ViewObject ()


Detailed Description

This class provides access to the display properties for a view object.

Possible GraphicObjectTypes: VIEW_OBJECT.

This subclass of Subject will notify upon the following conditions:

Definition at line 27 of file ViewObject.h.


Constructor & Destructor Documentation

virtual ViewObject::~ViewObject (  )  [protected, virtual]

This should be destroyed by calling GraphicLayer::removeObject.

Definition at line 44 of file ViewObject.h.


Member Function Documentation

static const std::string& ViewObject::signalViewCreated (  )  [static]

Emitted with any<View*> when a view is created to display in the object.

Definition at line 33 of file ViewObject.h.

static const std::string& ViewObject::signalViewDeleted (  )  [static]

Emitted with any<View*> when the displayed view is deleted.

Definition at line 38 of file ViewObject.h.


Software Development Kit - Opticks 4.9.0 Build 16218