#include <KML_StyleSelector.h>
|
| KML_StyleSelector () |
|
| ~KML_StyleSelector () |
|
void | Echo () |
|
void | DeepEcho () |
|
void | DeepEcho (const char *indent) |
|
void | Write (FILE *fid, const char *indent) |
|
void | Read (FILE *fid, char *kstr) |
|
int | Id () |
|
int | ObjectEnum () |
|
Object * | copy () |
|
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
|
| KML_Object () |
|
| ~KML_Object () |
|
virtual void | WriteExp (FILE *fid, const char *nstr, int sgn, double cm, double sp) |
|
virtual void | AddAttrib (const char *name, const char *value) |
|
virtual void | WriteAttrib (FILE *fid, const char *indent) |
|
virtual void | AddCommnt (int ncom, char **pcom) |
|
virtual void | AddCommnt (char *value) |
|
virtual void | WriteCommnt (FILE *fid, const char *indent) |
|
virtual | ~Object () |
|
Definition at line 14 of file KML_StyleSelector.h.
◆ KML_StyleSelector()
KML_StyleSelector::KML_StyleSelector |
( |
| ) |
|
◆ ~KML_StyleSelector()
KML_StyleSelector::~KML_StyleSelector |
( |
| ) |
|
◆ Echo()
void KML_StyleSelector::Echo |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [1/2]
void KML_StyleSelector::DeepEcho |
( |
void |
| ) |
|
|
virtual |
◆ DeepEcho() [2/2]
void KML_StyleSelector::DeepEcho |
( |
const char * |
indent | ) |
|
|
virtual |
◆ Write()
void KML_StyleSelector::Write |
( |
FILE * |
fid, |
|
|
const char * |
indent |
|
) |
| |
|
virtual |
◆ Read()
void KML_StyleSelector::Read |
( |
FILE * |
fid, |
|
|
char * |
kstr |
|
) |
| |
|
virtual |
Implements KML_Object.
Definition at line 63 of file KML_StyleSelector.cpp.
67 if (!strncmp(kstr,
"</StyleSelector",15))
69 else if (!strncmp(kstr,
"</",2))
70 {
_error_(
"KML_StyleSelector::Read -- Unexpected closing tag " << kstr <<
".\n");}
71 else if (strncmp(kstr,
"<",1))
72 {
_error_(
"KML_StyleSelector::Read -- Unexpected field \"" << kstr <<
"\".\n");}
74 else if (!strncmp(kstr,
"<",1))
◆ Id()
int KML_StyleSelector::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ ObjectEnum()
int KML_StyleSelector::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ copy()
Object* KML_StyleSelector::copy |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void KML_StyleSelector::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following files: