OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimStateChangedEvent.cpp
Go to the documentation of this file.
2 
4  long id )
5  : ossimEvent( object, id )
6 {
7 }
8 
10 {
11  theNewKeywordlist = kwl;
12 }
13 
15 {
16  return theNewKeywordlist;
17 }
18 
19 
21 {
22  theOldKeywordlist = kwl;
23 }
24 
26 {
27  return theOldKeywordlist;
28 }
29 
30 void ossimStateChangedEvent::setObjId( std::string objId )
31 {
32  theObjId = objId;
33 }
34 
36 {
37  return theObjId;
38 }
ossimKeywordlist theNewKeywordlist
ossimKeywordlist getNewKeywordlist()
ossimKeywordlist getOldKeywordlist()
Represents serializable keyword/value map.
void setOldKeywordlist(ossimKeywordlist kwl)
ossimKeywordlist theOldKeywordlist
ossimStateChangedEvent(ossimObject *object=NULL, long id=OSSIM_EVENT_STATE_CHANGED_ID)
void setObjId(std::string objId)
void setNewKeywordlist(ossimKeywordlist kwl)