Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

rcistructure.h

00001 /***************************************************************************
00002                           rcistructure.h  -  description
00003       $Id: rcistructure.h 29 2006-07-30 11:50:14Z neoneurone $
00004                              -------------------
00005     begin                : june 17th, 2003
00006     copyright            : (C) 2003-2006 by Duong-Khang NGUYEN
00007     email                : neoneurone @ users sourceforge net
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   any later version.                                                    *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #ifndef _OPENCITY_RCISTRUCTURE_H_
00020 #define _OPENCITY_RCISTRUCTURE_H_ 1
00021 
00022 
00023 #include "structure.h"
00024 
00028 class RCIStructure : public Structure  {
00029 public:
00030     RCIStructure();
00031 
00032     RCIStructure( const OPENCITY_STRUCTURE_CODE & enumStructCode);
00033     RCIStructure(
00034         const OPENCITY_STRUCTURE_CODE & enumStructCode,
00035         Structure * pMain );
00036 
00037 
00038     virtual ~RCIStructure();  // virtual since 'Structure' is an abstract class
00039 
00040 
00041 //========================================================================
00044     const OPENCITY_GRAPHIC_CODE
00045     GetNextLevelGraphicCode() const;
00046 
00047 
00048 //========================================================================
00051     const OPENCITY_GRAPHIC_CODE
00052     GetPreviousLevelGraphicCode() const;
00053 
00054 
00055     const bool
00056     LevelUp();
00057 
00058     const bool
00059     LevelDown();
00060     
00061 };
00062 
00063 #endif
00064 
00065 
00066 
00067 
00068 
00069 
00070 
00071 
00072 
00073 
00074 
00075 
00076 
00077 
00078 
00079 
00080 
00081 
00082 
00083 
00084 
00085 
00086 
00087 
00088 
00089 
00090 
00091 
00092 
00093 
00094 
00095 
00096 

Generated on Sat Nov 11 10:21:10 2006 for OpenCity by  doxygen 1.4.2