HomeInfo Class

The HomeInfo class is derived from VObject.
It contains home related information about the contact.
Defined in: homeinfo.hpp and
homeinfo.cpp
Class Members
Data Members
public
string street
Street name.
string city
City name.
string state
State name.
string
zipCode
Zip code.
string country
Country name.
string phone
Contact's phone number.
string fax
Contact's fax number.
string mobile
Contact's mobile phone number.
string
webPage
Contact's personal web page
address.
Member Functions
public
HomeInfo
(void)
Constructs a HomeInfo object.
HomeInfo
(const HomeInfo & that)
Constructs a HomeInfo object
that is a copy of the specified HomeInfo object.
virtual ~HomeInfo
(void)
Destructs a HomeInfo object
HomeInfo & operator=
(const HomeInfo & that)
Assignment operator.
void clear (void)
Clears all the data fields in
the object.
virtual void
populateEditView
(void)
Overrides VObject's populateEditView function and initializes the object's data members with values that will be displayed during the view
editing process.
friend ostream &
operator<<
(ostream & os,HomeInfo & obj)
Streams the object out.
friend istream &
operator>>
(istream & is,HomeInfo & obj)
Streams the object in.
|