Searched refs:vcard (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2953 #include "wx/vcard.h"
2955 static void DumpVObject(size_t level, const wxVCardObject& vcard) argument
2958 wxVCardObject *vcObj = vcard.GetFirstProp(&cookie);
3011 vcObj = vcard.GetNextProp(&cookie);
3015 static void DumpVCardAddresses(const wxVCard& vcard) argument
3021 wxVCardAddress *addr = vcard.GetFirstAddress(&cookie);
3066 addr = vcard.GetNextAddress(&cookie);
3070 static void DumpVCardPhoneNumbers(const wxVCard& vcard) argument
3076 wxVCardPhoneNumber *phone = vcard.GetFirstPhoneNumber(&cookie);
3115 phone = vcard
3169 wxVCard vcard; local
[all...]

Completed in 77 milliseconds