MiscellaneousInfo Class

The MiscellaneousInfo class is derived from VObject.
It contains miscellaneous information about the contact.
Defined in: miscellaneousinfo.hpp and
miscellaneousinfo.cpp
Class Members
Data Members
public
string notes
Notes related to the contact.
string
groupMembership
Information on groups that the
contact is a member.
string
folderLocation
Folder where the contact
information is strored.
Member Functions
public
MiscellaneousInfo
(void)
Constructs a MiscellaneousInfo object.
MiscellaneousInfo
(const MiscellaneousInfo & that)
Constructs a MiscellaneousInfo
object that is a copy of the specified MiscellaneousInfo object.
virtual ~MiscellaneousInfo
(void)
Destructs a MiscellaneousInfo
object.
MiscellaneousInfo & operator=
(const MiscellaneousInfo & 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, MiscellaneousInfo & obj)
Streams the object out.
friend istream &
operator>>
(istream & is, MiscellaneousInfo & obj)
Streams the object in.
|