OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimContainerEvent.cpp
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: LGPL
4 //
5 // See LICENSE.txt file in the top level directory for more details.
6 //
7 // Author: Garrett Potts
8 //
9 //*************************************************************************
10 // $Id: ossimContainerEvent.cpp 19965 2011-08-16 18:12:15Z gpotts $
11 
13 
14 RTTI_DEF1(ossimContainerEvent, "ossimContainerEvent", ossimEvent);
15 
17  long id)
18  :ossimEvent(obj, id)
19 {
20 }
21 
23 {
24  m_objectList.clear();
25  m_objectList.push_back(obj);
26 }
27 
29 {
30  m_objectList = objects;
31 }
ossimContainerEvent(ossimObject *obj1, long id)
constuctor
void setObjectList(ossimObject *obj)
std::vector< ossimRefPtr< ossimObject > > ObjectList
RTTI_DEF1(ossimContainerEvent, "ossimContainerEvent", ossimEvent)