Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CCore Class Reference

Provides all data structures in one easy package as well as user data such as passwords, found message, cell client data as well as registeration. Also provides file and IR IO capability integrated for highest level of abstraction with data structures. More...

#include <CCore.h>

List of all members.

Public Methods

 CCore ()
 ~CCore ()
void load (void)
void save (void)
string getNewMp3Filename (void)
void downloadMp3 (void)
bool uploadMp3 (CMp3Track *mp3)
bool backupSysData (void)
void inputData (string inputdata)
string outputData (void)

Public Attributes

CMemoListMemoList
CAddressBookAddressBook
CCalendarCalendar
CJukeBoxJukeBox
CVIPVIPs
CSystemSystem


Detailed Description

Provides all data structures in one easy package as well as user data such as passwords, found message, cell client data as well as registeration. Also provides file and IR IO capability integrated for highest level of abstraction with data structures.

CCore stores a CMemoList, CAddressBook, CCalendar, CJukeBox, CVIP, and CSystem object which supports saving the entire system and loading all the via one string, via backupSysData().

This class also handles registering the cell client as provided by CSystem

Also provides downloading/uploading Mp3 as well as automatic Mp3 filename generation so no conflicts arise from new recording and when downloading MP3s


Constructor & Destructor Documentation

CCore::CCore  
 

CCore::~CCore  
 


Member Function Documentation

bool CCore::backupSysData void   
 

void CCore::downloadMp3 void   
 

string CCore::getNewMp3Filename void   
 

void CCore::inputData string    inputdata
 

void CCore::load void   
 

string CCore::outputData void   
 

void CCore::save void   
 

bool CCore::uploadMp3 CMp3Track   mp3
 


Member Data Documentation

CAddressBook* CCore::AddressBook
 

CCalendar* CCore::Calendar
 

CJukeBox* CCore::JukeBox
 

CMemoList* CCore::MemoList
 

CSystem* CCore::System
 

CVIP* CCore::VIPs
 


The documentation for this class was generated from the following files:
Generated on Thu Dec 6 00:14:52 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001