illiminable::libCMMLTagsDotNET::ImportTag Class Reference

#include <ImportTag.h>

Inheritance diagram for illiminable::libCMMLTagsDotNET::ImportTag:

Inheritance graph
[legend]
Collaboration diagram for illiminable::libCMMLTagsDotNET::ImportTag:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ImportTag (void)
 ImportTag (C_ImportTag *inTag, bool inDeleteBase)
virtual ~ImportTag (void)
String * granuleRate ()
String * contentType ()
String * src ()
String * start ()
String * end ()
String * title ()
ParamTagListparamList ()
void setGranuleRate (String *inGranuleRate)
void setContentType (String *inContentType)
void setSrc (String *inSrc)
void setStart (String *inStart)
void setEnd (String *inEnd)
void setTitle (String *inTitle)
void setParamList (ParamTagList *inParamList)
virtual String * toString ()
C_ImportTaggetMe ()
String * lang ()
String * dirn ()
void setLang (String *inLang)
void setDirn (String *inDirn)
String * id ()
void setId (String *inId)

Protected Attributes

C_CMMLTagmBaseClass
bool mDeleteBase

Constructor & Destructor Documentation

illiminable::libCMMLTagsDotNET::ImportTag::ImportTag void   ) 
 

Definition at line 42 of file ImportTag.cpp.

illiminable::libCMMLTagsDotNET::ImportTag::ImportTag C_ImportTag inTag,
bool  inDeleteBase
 

Definition at line 47 of file ImportTag.cpp.

illiminable::libCMMLTagsDotNET::ImportTag::~ImportTag void   )  [virtual]
 

Definition at line 53 of file ImportTag.cpp.


Member Function Documentation

String * illiminable::libCMMLTagsDotNET::ImportTag::contentType  ) 
 

Definition at line 66 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::HumReadCMMLTag::dirn  )  [inherited]
 

Definition at line 57 of file HumReadCMMLTag.cpp.

References illiminable::libCMMLTagsDotNET::HumReadCMMLTag::getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::ImportTag::end  ) 
 

Definition at line 75 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

C_ImportTag * illiminable::libCMMLTagsDotNET::ImportTag::getMe  ) 
 

Reimplemented from illiminable::libCMMLTagsDotNET::HumReadCMMLTag.

Definition at line 134 of file ImportTag.cpp.

Referenced by illiminable::libCMMLTagsDotNET::ImportTagList::addTag(), contentType(), end(), granuleRate(), paramList(), setContentType(), setEnd(), setGranuleRate(), setParamList(), setSrc(), setStart(), setTitle(), src(), start(), title(), and toString().

String * illiminable::libCMMLTagsDotNET::ImportTag::granuleRate  ) 
 

Definition at line 63 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::CMMLTag::id  )  [inherited]
 

Definition at line 52 of file CMMLTag.cpp.

References C_CMMLTag::id(), and illiminable::libCMMLTagsDotNET::CMMLTag::mBaseClass.

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::HumReadCMMLTag::lang  )  [inherited]
 

Definition at line 54 of file HumReadCMMLTag.cpp.

References illiminable::libCMMLTagsDotNET::HumReadCMMLTag::getMe().

Here is the call graph for this function:

ParamTagList * illiminable::libCMMLTagsDotNET::ImportTag::paramList  ) 
 

Definition at line 81 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setContentType String *  inContentType  ) 
 

Definition at line 94 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setContentType().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::HumReadCMMLTag::setDirn String *  inDirn  )  [inherited]
 

Definition at line 68 of file HumReadCMMLTag.cpp.

References illiminable::libCMMLTagsDotNET::HumReadCMMLTag::getMe(), and C_HumReadCMMLTag::setDirn().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setEnd String *  inEnd  ) 
 

Definition at line 112 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setEnd().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setGranuleRate String *  inGranuleRate  ) 
 

Definition at line 88 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setGranuleRate().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::CMMLTag::setId String *  inId  )  [inherited]
 

Definition at line 57 of file CMMLTag.cpp.

References illiminable::libCMMLTagsDotNET::CMMLTag::mBaseClass, and C_CMMLTag::setId().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::HumReadCMMLTag::setLang String *  inLang  )  [inherited]
 

Definition at line 62 of file HumReadCMMLTag.cpp.

References illiminable::libCMMLTagsDotNET::HumReadCMMLTag::getMe(), and C_HumReadCMMLTag::setLang().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setParamList ParamTagList inParamList  ) 
 

Definition at line 124 of file ImportTag.cpp.

References C_ParamTagList::clone(), illiminable::libCMMLTagsDotNET::ParamTagList::getMe(), getMe(), and C_ImportTag::setParamList().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setSrc String *  inSrc  ) 
 

Definition at line 100 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setSrc().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setStart String *  inStart  ) 
 

Definition at line 106 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setStart().

Here is the call graph for this function:

void illiminable::libCMMLTagsDotNET::ImportTag::setTitle String *  inTitle  ) 
 

Definition at line 118 of file ImportTag.cpp.

References getMe(), and C_ImportTag::setTitle().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::ImportTag::src  ) 
 

Definition at line 69 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::ImportTag::start  ) 
 

Definition at line 72 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::ImportTag::title  ) 
 

Definition at line 78 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:

String * illiminable::libCMMLTagsDotNET::ImportTag::toString  )  [virtual]
 

Implements illiminable::libCMMLTagsDotNET::HumReadCMMLTag.

Definition at line 129 of file ImportTag.cpp.

References getMe().

Here is the call graph for this function:


Member Data Documentation

C_CMMLTag* illiminable::libCMMLTagsDotNET::CMMLTag::mBaseClass [protected, inherited]
 

Definition at line 121 of file CMMLTag.h.

Referenced by illiminable::libCMMLTagsDotNET::CMMLTag::id(), and illiminable::libCMMLTagsDotNET::CMMLTag::setId().

bool illiminable::libCMMLTagsDotNET::CMMLTag::mDeleteBase [protected, inherited]
 

Definition at line 122 of file CMMLTag.h.


The documentation for this class was generated from the following files:
Generated on Tue Feb 15 15:06:03 2005 for oggdsf by  doxygen 1.3.9