Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

PlantInfo struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

PlantInfo Struct Reference

#include <OPLANT.H>

List of all members.

Public Types

enum  { FILE_NAME_LEN = 8 }
enum  { CODE_LEN = 8 }

Public Attributes

char file_name [FILE_NAME_LEN+1]
char * bitmap_ptr [MAX_ZOOM_LEVEL]
char code [CODE_LEN+1]
char climate_zone
char tera_type [3]
short first_bitmap
short bitmap_count


Detailed Description

Structure containing the name of the resource file and a pointer to the bitmap it contains.

Definition at line 25 of file OPLANT.H.


Member Enumeration Documentation

anonymous enum
 

Enumeration values:
FILE_NAME_LEN 

Definition at line 26 of file OPLANT.H.

anonymous enum
 

Enumeration values:
CODE_LEN 

Definition at line 60 of file OPLANT3.H.


Member Data Documentation

short PlantInfo::bitmap_count
 

Definition at line 67 of file OPLANT3.H.

Referenced by PlantRes::plant_recno(), and PlantRes::scan().

char* PlantInfo::bitmap_ptr[MAX_ZOOM_LEVEL]
 

Definition at line 29 of file OPLANT.H.

char PlantInfo::climate_zone
 

Definition at line 63 of file OPLANT3.H.

Referenced by PlantRes::scan().

char PlantInfo::code[CODE_LEN+1]
 

Definition at line 62 of file OPLANT3.H.

char PlantInfo::file_name[FILE_NAME_LEN+1]
 

Definition at line 28 of file OPLANT.H.

short PlantInfo::first_bitmap
 

Definition at line 66 of file OPLANT3.H.

Referenced by PlantRes::plant_recno(), and PlantRes::scan().

char PlantInfo::tera_type[3]
 

Definition at line 64 of file OPLANT3.H.

Referenced by PlantRes::scan().


The documentation for this struct was generated from the following files:
Generated on Fri Aug 23 01:39:28 2002 for VirtualU by doxygen1.2.17