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

Password:

Development class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Development Class Reference

#include <Odevelop.h>

List of all members.

Public Methods

 Development ()
 ~Development ()
void init ()
void deinit ()
void report (int)
int detect ()
int detect2 ()
int write_file (File *filePtr)
int read_file (File *filePtr)
void init_data ()
void next_day ()
void calc_alumni_morale ()

Public Attributes

char current_mode
float spinner_var1
GiftComponent this_year
GiftComponent last_year
GiftComponent allocation_policy
float percent_alumni_gave_gift
float alumni_morale
float percent_alumni_gave_gift_history [HISTORY_YEAR_COUNT]
float alumni_morale_history [HISTORY_YEAR_COUNT]
float history_value [HISTORY_YEAR_COUNT2]
float initializationValueAC_INST_ADVANCEMENT
float gift_total_next_year
float gift_change_last_year
float gift_change_next_year
float gift_growth_rate
float this_month_total_gift


Detailed Description

Class for simulating the development office. Calculates alumni donations.

Definition at line 26 of file Odevelop.h.


Constructor & Destructor Documentation

Development::Development  
 

Definition at line 247 of file Odeve_if.cpp.

Development::~Development  
 

Definition at line 255 of file Odeve_if.cpp.


Member Function Documentation

void Development::calc_alumni_morale  
 

Definition at line 463 of file Odeve_st.cpp.

References alumni_morale, and alumni_morale_history.

void Development::deinit  
 

Definition at line 263 of file Odeve_if.cpp.

References NULL.

int Development::detect void   
 

return value: 0-not detected, 1-detected

Definition at line 361 of file Odeve_if.cpp.

int Development::detect2  
 

return value: 0-not detected, 1-detected

Definition at line 377 of file Odeve_if.cpp.

void Development::init  
 

Definition at line 286 of file Odeve_if.cpp.

References NULL.

void Development::init_data  
 

desc <int> - [int] -

Definition at line 29 of file Odeve_st.cpp.

References AC_GIFTS, and AC_INST_ADVANCEMENT.

void Development::next_day  
 

Definition at line 73 of file Odeve_st.cpp.

int Development::read_file File   filePtr
 

Definition at line 388 of file OGFILE3.CPP.

References File::file_read().

void Development::report int   
 

Definition at line 300 of file Odeve_if.cpp.

References BG_PIC_ID, BOTTOM_BUTTON_DISTANCE, BOTTOM_BUTTON_HEIGHT, BOTTOM_BUTTON_WIDTH, BOTTOM_BUTTON_X1, BOTTOM_BUTTON_Y1, and INFO_REPAINT.

int Development::write_file File   filePtr
 

Definition at line 384 of file OGFILE3.CPP.

References File::file_write().


Member Data Documentation

GiftComponent Development::allocation_policy
 

Definition at line 47 of file Odevelop.h.

float Development::alumni_morale
 

Definition at line 50 of file Odevelop.h.

Referenced by calc_alumni_morale().

float Development::alumni_morale_history[HISTORY_YEAR_COUNT]
 

Definition at line 53 of file Odevelop.h.

Referenced by calc_alumni_morale().

char Development::current_mode
 

Definition at line 36 of file Odevelop.h.

float Development::gift_change_last_year
 

Definition at line 60 of file Odevelop.h.

float Development::gift_change_next_year
 

Definition at line 61 of file Odevelop.h.

float Development::gift_growth_rate
 

Definition at line 83 of file Odevelop.h.

float Development::gift_total_next_year
 

Definition at line 59 of file Odevelop.h.

float Development::history_value[HISTORY_YEAR_COUNT2]
 

Definition at line 54 of file Odevelop.h.

float Development::initializationValueAC_INST_ADVANCEMENT
 

Definition at line 56 of file Odevelop.h.

GiftComponent Development::last_year
 

Definition at line 47 of file Odevelop.h.

float Development::percent_alumni_gave_gift
 

Definition at line 49 of file Odevelop.h.

float Development::percent_alumni_gave_gift_history[HISTORY_YEAR_COUNT]
 

Definition at line 52 of file Odevelop.h.

float Development::spinner_var1
 

Definition at line 44 of file Odevelop.h.

float Development::this_month_total_gift
 

Definition at line 84 of file Odevelop.h.

GiftComponent Development::this_year
 

Definition at line 47 of file Odevelop.h.


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