Ice Sheet System Model  4.18
Code documentation
KML_StyleSelector.h
Go to the documentation of this file.
1 
5 #ifndef _KML_STYLESELECTOR_H_
6 #define _KML_STYLESELECTOR_H_
7 
8 /*Headers:*/
9 /*{{{*/
10 #include "../shared/shared.h"
11 #include "./KML_Object.h"
12 /*}}}*/
13 
15 
16  public:
17 
18  /*KML_StyleSelector constructors, destructors {{{*/
21  /*}}}*/
22  /*Object virtual functions definitions:{{{*/
23  void Echo();
24  void DeepEcho();
25  void DeepEcho(const char* indent);
26  void Write(FILE* fid,const char* indent);
27  void Read(FILE* fid,char* kstr);
28  int Id(){_error_("Not implemented yet.");};
29  int ObjectEnum(){_error_("Not implemented yet.");};
30  Object* copy(){_error_("Not implemented yet.");};
31  void Marshall(char** pmarshalled_data,int* pmarshalled_data_size, int marshall_direction){ _error_("not implemented yet!");};
32  /*}}}*/
33 
34 };
35 #endif /* _KML_STYLESELECTOR_H */
KML_Object
Definition: KML_Object.h:13
KML_Object.h
: header file for kml_object abstract object
KML_StyleSelector::ObjectEnum
int ObjectEnum()
Definition: KML_StyleSelector.h:29
KML_StyleSelector::~KML_StyleSelector
~KML_StyleSelector()
Definition: KML_StyleSelector.cpp:25
KML_StyleSelector::KML_StyleSelector
KML_StyleSelector()
Definition: KML_StyleSelector.cpp:19
Object
Definition: Object.h:13
KML_StyleSelector::Marshall
void Marshall(char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction)
Definition: KML_StyleSelector.h:31
KML_StyleSelector::Id
int Id()
Definition: KML_StyleSelector.h:28
_error_
#define _error_(StreamArgs)
Definition: exceptions.h:49
KML_StyleSelector::copy
Object * copy()
Definition: KML_StyleSelector.h:30
KML_StyleSelector::Read
void Read(FILE *fid, char *kstr)
Definition: KML_StyleSelector.cpp:63
KML_StyleSelector::Write
void Write(FILE *fid, const char *indent)
Definition: KML_StyleSelector.cpp:56
KML_StyleSelector::DeepEcho
void DeepEcho()
Definition: KML_StyleSelector.cpp:40
KML_StyleSelector
Definition: KML_StyleSelector.h:14
KML_StyleSelector::Echo
void Echo()
Definition: KML_StyleSelector.cpp:33