|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
Public Member Functions | |
| void | add_parameter (ICalParameter ¶meter) |
| std::string | as_ical_string () |
| int | count_parameters () |
| void | detach () |
| enum icalproperty_action | get_action () |
| icalattach * | get_attach () const |
| std::string | get_attendee () const |
| std::string | get_calscale () const |
| std::string | get_categories () const |
| enum icalproperty_class | get_class () const |
| std::string | get_comment () const |
| struct icaltimetype | get_completed () const |
| std::string | get_contact () const |
| struct icaltimetype | get_created () const |
| std::string | get_description () const |
| struct icaltimetype | get_dtend () const |
| struct icaltimetype | get_dtstamp () const |
| struct icaltimetype | get_dtstart () const |
| struct icaltimetype | get_due () const |
| struct icaldurationtype | get_duration () const |
| struct icaltimetype | get_exdate () const |
| int | get_expand () const |
| struct icalrecurrencetype * | get_exrule () const |
| ICalParameter * | get_first_parameter (const icalparameter_kind &kind) |
| struct icalperiodtype | get_freebusy () const |
| struct icalgeotype | get_geo () const |
| std::string | get_grant () const |
| struct icaltimetype | get_lastmodified () const |
| std::string | get_location () const |
| int | get_maxresults () const |
| int | get_maxresultsize () const |
| enum icalproperty_method | get_method () const |
| std::string | get_name () const |
| ICalParameter * | get_next_parameter (const icalparameter_kind &kind) |
| std::string | get_organizer () const |
| std::string | get_owner () const |
| std::string | get_parameter_as_string (const std::string &name) |
| int | get_percentcomplete () const |
| int | get_priority () const |
| std::string | get_prodid () const |
| std::string | get_query () const |
| std::string | get_queryname () const |
| struct icaldatetimeperiodtype | get_rdate () const |
| struct icaltimetype | get_recurrenceid () const |
| std::string | get_relatedto () const |
| std::string | get_relcalid () const |
| int | get_repeat () const |
| std::string | get_requeststatus () const |
| std::string | get_resources () const |
| struct icalrecurrencetype * | get_rrule () const |
| std::string | get_scope () const |
| int | get_sequence () const |
| enum icalproperty_status | get_status () const |
| std::string | get_summary () const |
| std::string | get_target () const |
| enum icalproperty_transp | get_transp () const |
| struct icaltriggertype | get_trigger () const |
| std::string | get_tzid () const |
| std::string | get_tzname () const |
| int | get_tzoffsetfrom () const |
| int | get_tzoffsetto () const |
| std::string | get_tzurl () const |
| std::string | get_uid () const |
| std::string | get_url () const |
| ICalValue * | get_value () |
| std::string | get_value_as_string () |
| std::string | get_version () const |
| std::string | get_x () const |
| std::string | get_xlicclustercount () const |
| std::string | get_xlicerror () const |
| std::string | get_xlicmimecharset () const |
| std::string | get_xlicmimecid () const |
| std::string | get_xlicmimecontenttype () const |
| std::string | get_xlicmimeencoding () const |
| std::string | get_xlicmimefilename () const |
| std::string | get_xlicmimeoptinfo () const |
| ICalProperty (const ICalProperty &) | |
| ICalProperty (const std::string &str) | |
| ICalProperty (icalproperty *v) | |
| ICalProperty (icalproperty_kind kind) | |
| icalproperty_kind | isa () |
| bool | isa_property (void *property) |
| operator icalproperty * () | |
| ICalProperty & | operator= (const ICalProperty &) |
| int | operator== (ICalProperty &rhs) |
| void | remove_parameter_by_kind (const icalparameter_kind &kind) |
| void | set_action (const enum icalproperty_action &val) |
| void | set_attach (icalattach *val) |
| void | set_attendee (const std::string &val) |
| void | set_calscale (const std::string &val) |
| void | set_categories (const std::string &val) |
| void | set_class (const enum icalproperty_class &val) |
| void | set_comment (const std::string &val) |
| void | set_completed (const struct icaltimetype &val) |
| void | set_contact (const std::string &val) |
| void | set_created (const struct icaltimetype &val) |
| void | set_description (const std::string &val) |
| void | set_dtend (const struct icaltimetype &val) |
| void | set_dtstamp (const struct icaltimetype &val) |
| void | set_dtstart (const struct icaltimetype &val) |
| void | set_due (const struct icaltimetype &val) |
| void | set_duration (const struct icaldurationtype &val) |
| void | set_exdate (const struct icaltimetype &val) |
| void | set_expand (const int &val) |
| void | set_exrule (struct icalrecurrencetype *val) |
| void | set_freebusy (const struct icalperiodtype &val) |
| void | set_geo (const struct icalgeotype &val) |
| void | set_grant (const std::string &val) |
| void | set_lastmodified (const struct icaltimetype &val) |
| void | set_location (const std::string &val) |
| void | set_maxresults (const int &val) |
| void | set_maxresultsize (const int &val) |
| void | set_method (const enum icalproperty_method &val) |
| void | set_organizer (const std::string &val) |
| void | set_owner (const std::string &val) |
| void | set_parameter (ICalParameter ¶meter) |
| void | set_parameter_from_string (const std::string &name, const std::string &val) |
| void | set_percentcomplete (const int &val) |
| void | set_priority (const int &val) |
| void | set_prodid (const std::string &val) |
| void | set_query (const std::string &val) |
| void | set_queryname (const std::string &val) |
| void | set_rdate (const struct icaldatetimeperiodtype &val) |
| void | set_recurrenceid (const struct icaltimetype &val) |
| void | set_relatedto (const std::string &val) |
| void | set_relcalid (const std::string &val) |
| void | set_repeat (const int &val) |
| void | set_requeststatus (const std::string &val) |
| void | set_resources (const std::string &val) |
| void | set_rrule (struct icalrecurrencetype *val) |
| void | set_scope (const std::string &val) |
| void | set_sequence (const int &val) |
| void | set_status (const enum icalproperty_status &val) |
| void | set_summary (const std::string &val) |
| void | set_target (const std::string &val) |
| void | set_transp (const enum icalproperty_transp &val) |
| void | set_trigger (const struct icaltriggertype &val) |
| void | set_tzid (const std::string &val) |
| void | set_tzname (const std::string &val) |
| void | set_tzoffsetfrom (const int &val) |
| void | set_tzoffsetto (const int &val) |
| void | set_tzurl (const std::string &val) |
| void | set_uid (const std::string &val) |
| void | set_url (const std::string &val) |
| void | set_value (const ICalValue &val) |
| void | set_value_from_string (const std::string &val, const std::string &kind) |
| void | set_version (const std::string &val) |
| void | set_x (const std::string &val) |
| void | set_xlicclustercount (const std::string &val) |
| void | set_xlicerror (const std::string &val) |
| void | set_xlicmimecharset (const std::string &val) |
| void | set_xlicmimecid (const std::string &val) |
| void | set_xlicmimecontenttype (const std::string &val) |
| void | set_xlicmimeencoding (const std::string &val) |
| void | set_xlicmimefilename (const std::string &val) |
| void | set_xlicmimeoptinfo (const std::string &val) |
Static Public Member Functions | |
| static bool | enum_belongs_to_property (const icalproperty_kind &kind, const int &e) |
| static std::string | enum_to_string (const int &e) |
| static std::string | get_x_name (ICalProperty &prop) |
| static int | kind_and_string_to_enum (const icalproperty_kind &kind, const std::string &str) |
| static std::string | kind_to_string (const icalproperty_kind &kind) |
| static icalvalue_kind | kind_to_value_kind (const icalproperty_kind &kind) |
| static std::string | method_to_string (const icalproperty_method &method) |
| static void | set_x_name (ICalProperty &prop, const std::string &name) |
| static std::string | status_to_string (const icalproperty_status &status) |
| static icalproperty_kind | string_to_kind (const std::string &str) |
| static icalproperty_method | string_to_method (const std::string &str) |
| static icalproperty_status | string_to_status (const std::string &str) |
| static icalproperty_kind | value_kind_to_kind (const icalvalue_kind &kind) |
| static icalvalue_kind | value_to_value_kind (const icalparameter_value &val) |
Definition at line 30 of file icalproperty_cxx.hpp.
| ICalProperty::ICalProperty | ( | ) |
Definition at line 24 of file icalproperty_cxx.cpp.
| ICalProperty::ICalProperty | ( | const ICalProperty & | v | ) |
Definition at line 29 of file icalproperty_cxx.cpp.
| ICalProperty::~ICalProperty | ( | ) |
Definition at line 59 of file icalproperty_cxx.cpp.
|
explicit |
Definition at line 64 of file icalproperty_cxx.cpp.
|
explicit |
Definition at line 69 of file icalproperty_cxx.cpp.
|
explicit |
Definition at line 74 of file icalproperty_cxx.cpp.
| void ICalProperty::add_parameter | ( | ICalParameter & | parameter | ) |
Definition at line 108 of file icalproperty_cxx.cpp.
| std::string ICalProperty::as_ical_string | ( | ) |
Definition at line 79 of file icalproperty_cxx.cpp.
| int ICalProperty::count_parameters | ( | ) |
Definition at line 134 of file icalproperty_cxx.cpp.
| void ICalProperty::detach | ( | ) |
Definition at line 54 of file icalproperty_cxx.cpp.
|
static |
Definition at line 250 of file icalproperty_cxx.cpp.
|
static |
Definition at line 230 of file icalproperty_cxx.cpp.
| enum icalproperty_action ICalProperty::get_action | ( | ) |
Definition at line 261 of file icalproperty_cxx.cpp.
| icalattach * ICalProperty::get_attach | ( | ) | const |
Definition at line 272 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_attendee | ( | ) | const |
Definition at line 283 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_calscale | ( | ) | const |
Definition at line 294 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_categories | ( | ) | const |
Definition at line 305 of file icalproperty_cxx.cpp.
| enum icalproperty_class ICalProperty::get_class | ( | ) | const |
Definition at line 316 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_comment | ( | ) | const |
Definition at line 327 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_completed | ( | ) | const |
Definition at line 338 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_contact | ( | ) | const |
Definition at line 349 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_created | ( | ) | const |
Definition at line 360 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_description | ( | ) | const |
Definition at line 371 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_dtend | ( | ) | const |
Definition at line 382 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_dtstamp | ( | ) | const |
Definition at line 393 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_dtstart | ( | ) | const |
Definition at line 404 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_due | ( | ) | const |
Definition at line 415 of file icalproperty_cxx.cpp.
| struct icaldurationtype ICalProperty::get_duration | ( | ) | const |
Definition at line 426 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_exdate | ( | ) | const |
Definition at line 437 of file icalproperty_cxx.cpp.
| int ICalProperty::get_expand | ( | ) | const |
Definition at line 448 of file icalproperty_cxx.cpp.
| struct icalrecurrencetype * ICalProperty::get_exrule | ( | ) | const |
Definition at line 459 of file icalproperty_cxx.cpp.
| ICalParameter * ICalProperty::get_first_parameter | ( | const icalparameter_kind & | kind | ) |
Iterate through the parameters
Definition at line 140 of file icalproperty_cxx.cpp.
| struct icalperiodtype ICalProperty::get_freebusy | ( | ) | const |
Definition at line 470 of file icalproperty_cxx.cpp.
| struct icalgeotype ICalProperty::get_geo | ( | ) | const |
Definition at line 481 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_lastmodified | ( | ) | const |
Definition at line 492 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_location | ( | ) | const |
Definition at line 503 of file icalproperty_cxx.cpp.
| int ICalProperty::get_maxresults | ( | ) | const |
Definition at line 514 of file icalproperty_cxx.cpp.
| int ICalProperty::get_maxresultsize | ( | ) | const |
Definition at line 525 of file icalproperty_cxx.cpp.
| enum icalproperty_method ICalProperty::get_method | ( | ) | const |
Definition at line 536 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_name | ( | ) | const |
Gets the name of the property – the type name converted to a string, or the value of get_x_name if the type is X property.
Returns the name of the property – the type name converted to a string, or the value of get_x_name if the type is X property
Definition at line 176 of file icalproperty_cxx.cpp.
| ICalParameter * ICalProperty::get_next_parameter | ( | const icalparameter_kind & | kind | ) |
Definition at line 146 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_organizer | ( | ) | const |
Definition at line 547 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_owner | ( | ) | const |
Definition at line 558 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_parameter_as_string | ( | const std::string & | name | ) |
Definition at line 124 of file icalproperty_cxx.cpp.
| int ICalProperty::get_percentcomplete | ( | ) | const |
Definition at line 569 of file icalproperty_cxx.cpp.
| int ICalProperty::get_priority | ( | ) | const |
Definition at line 580 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_prodid | ( | ) | const |
Definition at line 591 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_query | ( | ) | const |
Definition at line 602 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_queryname | ( | ) | const |
Definition at line 613 of file icalproperty_cxx.cpp.
| struct icaldatetimeperiodtype ICalProperty::get_rdate | ( | ) | const |
Definition at line 624 of file icalproperty_cxx.cpp.
| struct icaltimetype ICalProperty::get_recurrenceid | ( | ) | const |
Definition at line 635 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_relatedto | ( | ) | const |
Definition at line 646 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_relcalid | ( | ) | const |
Definition at line 657 of file icalproperty_cxx.cpp.
| int ICalProperty::get_repeat | ( | ) | const |
Definition at line 668 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_requeststatus | ( | ) | const |
Definition at line 681 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_resources | ( | ) | const |
Definition at line 694 of file icalproperty_cxx.cpp.
| struct icalrecurrencetype * ICalProperty::get_rrule | ( | ) | const |
Definition at line 705 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_scope | ( | ) | const |
Definition at line 716 of file icalproperty_cxx.cpp.
| int ICalProperty::get_sequence | ( | ) | const |
Definition at line 727 of file icalproperty_cxx.cpp.
| enum icalproperty_status ICalProperty::get_status | ( | ) | const |
Definition at line 738 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_summary | ( | ) | const |
Definition at line 749 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_target | ( | ) | const |
Definition at line 760 of file icalproperty_cxx.cpp.
| enum icalproperty_transp ICalProperty::get_transp | ( | ) | const |
Definition at line 771 of file icalproperty_cxx.cpp.
| struct icaltriggertype ICalProperty::get_trigger | ( | ) | const |
Definition at line 782 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_tzid | ( | ) | const |
Definition at line 793 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_tzname | ( | ) | const |
Definition at line 804 of file icalproperty_cxx.cpp.
| int ICalProperty::get_tzoffsetfrom | ( | ) | const |
Definition at line 815 of file icalproperty_cxx.cpp.
| int ICalProperty::get_tzoffsetto | ( | ) | const |
Definition at line 826 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_tzurl | ( | ) | const |
Definition at line 837 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_uid | ( | ) | const |
Definition at line 848 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_url | ( | ) | const |
Definition at line 859 of file icalproperty_cxx.cpp.
| ICalValue * ICalProperty::get_value | ( | ) |
Definition at line 163 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_value_as_string | ( | ) |
Definition at line 168 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_version | ( | ) | const |
Definition at line 870 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_x | ( | ) | const |
Definition at line 881 of file icalproperty_cxx.cpp.
|
static |
Definition at line 189 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicclustercount | ( | ) | const |
Definition at line 892 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicerror | ( | ) | const |
Definition at line 903 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimecharset | ( | ) | const |
Definition at line 914 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimecid | ( | ) | const |
Definition at line 925 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimecontenttype | ( | ) | const |
Definition at line 936 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimeencoding | ( | ) | const |
Definition at line 947 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimefilename | ( | ) | const |
Definition at line 958 of file icalproperty_cxx.cpp.
| std::string ICalProperty::get_xlicmimeoptinfo | ( | ) | const |
Definition at line 969 of file icalproperty_cxx.cpp.
| icalproperty_kind ICalProperty::isa | ( | ) |
Definition at line 84 of file icalproperty_cxx.cpp.
| bool ICalProperty::isa_property | ( | void * | property | ) |
Definition at line 90 of file icalproperty_cxx.cpp.
|
static |
Definition at line 235 of file icalproperty_cxx.cpp.
|
static |
Definition at line 210 of file icalproperty_cxx.cpp.
|
static |
Definition at line 200 of file icalproperty_cxx.cpp.
|
static |
Definition at line 220 of file icalproperty_cxx.cpp.
|
inline |
Definition at line 42 of file icalproperty_cxx.hpp.
| ICalProperty & ICalProperty::operator= | ( | const ICalProperty & | v | ) |
Definition at line 37 of file icalproperty_cxx.cpp.
| int ICalProperty::operator== | ( | ICalProperty & | rhs | ) |
Definition at line 95 of file icalproperty_cxx.cpp.
| void ICalProperty::remove_parameter_by_kind | ( | const icalparameter_kind & | kind | ) |
Definition at line 129 of file icalproperty_cxx.cpp.
| void ICalProperty::set_action | ( | const enum icalproperty_action & | val | ) |
Definition at line 256 of file icalproperty_cxx.cpp.
| void ICalProperty::set_attach | ( | icalattach * | val | ) |
Definition at line 267 of file icalproperty_cxx.cpp.
| void ICalProperty::set_attendee | ( | const std::string & | val | ) |
Definition at line 278 of file icalproperty_cxx.cpp.
| void ICalProperty::set_calscale | ( | const std::string & | val | ) |
Definition at line 289 of file icalproperty_cxx.cpp.
| void ICalProperty::set_categories | ( | const std::string & | val | ) |
Definition at line 300 of file icalproperty_cxx.cpp.
| void ICalProperty::set_class | ( | const enum icalproperty_class & | val | ) |
Definition at line 311 of file icalproperty_cxx.cpp.
| void ICalProperty::set_comment | ( | const std::string & | val | ) |
Definition at line 322 of file icalproperty_cxx.cpp.
| void ICalProperty::set_completed | ( | const struct icaltimetype & | val | ) |
Definition at line 333 of file icalproperty_cxx.cpp.
| void ICalProperty::set_contact | ( | const std::string & | val | ) |
Definition at line 344 of file icalproperty_cxx.cpp.
| void ICalProperty::set_created | ( | const struct icaltimetype & | val | ) |
Definition at line 355 of file icalproperty_cxx.cpp.
| void ICalProperty::set_description | ( | const std::string & | val | ) |
Definition at line 366 of file icalproperty_cxx.cpp.
| void ICalProperty::set_dtend | ( | const struct icaltimetype & | val | ) |
Definition at line 377 of file icalproperty_cxx.cpp.
| void ICalProperty::set_dtstamp | ( | const struct icaltimetype & | val | ) |
Definition at line 388 of file icalproperty_cxx.cpp.
| void ICalProperty::set_dtstart | ( | const struct icaltimetype & | val | ) |
Definition at line 399 of file icalproperty_cxx.cpp.
| void ICalProperty::set_due | ( | const struct icaltimetype & | val | ) |
Definition at line 410 of file icalproperty_cxx.cpp.
| void ICalProperty::set_duration | ( | const struct icaldurationtype & | val | ) |
Definition at line 421 of file icalproperty_cxx.cpp.
| void ICalProperty::set_exdate | ( | const struct icaltimetype & | val | ) |
Definition at line 432 of file icalproperty_cxx.cpp.
| void ICalProperty::set_expand | ( | const int & | val | ) |
Definition at line 443 of file icalproperty_cxx.cpp.
| void ICalProperty::set_exrule | ( | struct icalrecurrencetype * | val | ) |
Definition at line 454 of file icalproperty_cxx.cpp.
| void ICalProperty::set_freebusy | ( | const struct icalperiodtype & | val | ) |
Definition at line 465 of file icalproperty_cxx.cpp.
| void ICalProperty::set_geo | ( | const struct icalgeotype & | val | ) |
Definition at line 476 of file icalproperty_cxx.cpp.
| void ICalProperty::set_lastmodified | ( | const struct icaltimetype & | val | ) |
Definition at line 487 of file icalproperty_cxx.cpp.
| void ICalProperty::set_location | ( | const std::string & | val | ) |
Definition at line 498 of file icalproperty_cxx.cpp.
| void ICalProperty::set_maxresults | ( | const int & | val | ) |
Definition at line 509 of file icalproperty_cxx.cpp.
| void ICalProperty::set_maxresultsize | ( | const int & | val | ) |
Definition at line 520 of file icalproperty_cxx.cpp.
| void ICalProperty::set_method | ( | const enum icalproperty_method & | val | ) |
Definition at line 531 of file icalproperty_cxx.cpp.
| void ICalProperty::set_organizer | ( | const std::string & | val | ) |
Definition at line 542 of file icalproperty_cxx.cpp.
| void ICalProperty::set_owner | ( | const std::string & | val | ) |
Definition at line 553 of file icalproperty_cxx.cpp.
| void ICalProperty::set_parameter | ( | ICalParameter & | parameter | ) |
Definition at line 114 of file icalproperty_cxx.cpp.
| void ICalProperty::set_parameter_from_string | ( | const std::string & | name, |
| const std::string & | val ) |
Definition at line 119 of file icalproperty_cxx.cpp.
| void ICalProperty::set_percentcomplete | ( | const int & | val | ) |
Definition at line 564 of file icalproperty_cxx.cpp.
| void ICalProperty::set_priority | ( | const int & | val | ) |
Definition at line 575 of file icalproperty_cxx.cpp.
| void ICalProperty::set_prodid | ( | const std::string & | val | ) |
Definition at line 586 of file icalproperty_cxx.cpp.
| void ICalProperty::set_query | ( | const std::string & | val | ) |
Definition at line 597 of file icalproperty_cxx.cpp.
| void ICalProperty::set_queryname | ( | const std::string & | val | ) |
Definition at line 608 of file icalproperty_cxx.cpp.
| void ICalProperty::set_rdate | ( | const struct icaldatetimeperiodtype & | val | ) |
Definition at line 619 of file icalproperty_cxx.cpp.
| void ICalProperty::set_recurrenceid | ( | const struct icaltimetype & | val | ) |
Definition at line 630 of file icalproperty_cxx.cpp.
| void ICalProperty::set_relatedto | ( | const std::string & | val | ) |
Definition at line 641 of file icalproperty_cxx.cpp.
| void ICalProperty::set_relcalid | ( | const std::string & | val | ) |
Definition at line 652 of file icalproperty_cxx.cpp.
| void ICalProperty::set_repeat | ( | const int & | val | ) |
Definition at line 663 of file icalproperty_cxx.cpp.
| void ICalProperty::set_requeststatus | ( | const std::string & | val | ) |
Definition at line 674 of file icalproperty_cxx.cpp.
| void ICalProperty::set_resources | ( | const std::string & | val | ) |
Definition at line 689 of file icalproperty_cxx.cpp.
| void ICalProperty::set_rrule | ( | struct icalrecurrencetype * | val | ) |
Definition at line 700 of file icalproperty_cxx.cpp.
| void ICalProperty::set_scope | ( | const std::string & | val | ) |
Definition at line 711 of file icalproperty_cxx.cpp.
| void ICalProperty::set_sequence | ( | const int & | val | ) |
Definition at line 722 of file icalproperty_cxx.cpp.
| void ICalProperty::set_status | ( | const enum icalproperty_status & | val | ) |
Definition at line 733 of file icalproperty_cxx.cpp.
| void ICalProperty::set_summary | ( | const std::string & | val | ) |
Definition at line 744 of file icalproperty_cxx.cpp.
| void ICalProperty::set_target | ( | const std::string & | val | ) |
Definition at line 755 of file icalproperty_cxx.cpp.
| void ICalProperty::set_transp | ( | const enum icalproperty_transp & | val | ) |
Definition at line 766 of file icalproperty_cxx.cpp.
| void ICalProperty::set_trigger | ( | const struct icaltriggertype & | val | ) |
Definition at line 777 of file icalproperty_cxx.cpp.
| void ICalProperty::set_tzid | ( | const std::string & | val | ) |
Definition at line 788 of file icalproperty_cxx.cpp.
| void ICalProperty::set_tzname | ( | const std::string & | val | ) |
Definition at line 799 of file icalproperty_cxx.cpp.
| void ICalProperty::set_tzoffsetfrom | ( | const int & | val | ) |
Definition at line 810 of file icalproperty_cxx.cpp.
| void ICalProperty::set_tzoffsetto | ( | const int & | val | ) |
Definition at line 821 of file icalproperty_cxx.cpp.
| void ICalProperty::set_tzurl | ( | const std::string & | val | ) |
Definition at line 832 of file icalproperty_cxx.cpp.
| void ICalProperty::set_uid | ( | const std::string & | val | ) |
Definition at line 843 of file icalproperty_cxx.cpp.
| void ICalProperty::set_url | ( | const std::string & | val | ) |
Definition at line 854 of file icalproperty_cxx.cpp.
| void ICalProperty::set_value | ( | const ICalValue & | val | ) |
Access the value of the property
Definition at line 153 of file icalproperty_cxx.cpp.
| void ICalProperty::set_value_from_string | ( | const std::string & | val, |
| const std::string & | kind ) |
Definition at line 158 of file icalproperty_cxx.cpp.
| void ICalProperty::set_version | ( | const std::string & | val | ) |
Definition at line 865 of file icalproperty_cxx.cpp.
| void ICalProperty::set_x | ( | const std::string & | val | ) |
Definition at line 876 of file icalproperty_cxx.cpp.
|
static |
Definition at line 183 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicclustercount | ( | const std::string & | val | ) |
Definition at line 887 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicerror | ( | const std::string & | val | ) |
Definition at line 898 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimecharset | ( | const std::string & | val | ) |
Definition at line 909 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimecid | ( | const std::string & | val | ) |
Definition at line 920 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimecontenttype | ( | const std::string & | val | ) |
Definition at line 931 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimeencoding | ( | const std::string & | val | ) |
Definition at line 942 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimefilename | ( | const std::string & | val | ) |
Definition at line 953 of file icalproperty_cxx.cpp.
| void ICalProperty::set_xlicmimeoptinfo | ( | const std::string & | val | ) |
Definition at line 964 of file icalproperty_cxx.cpp.
|
static |
Definition at line 240 of file icalproperty_cxx.cpp.
|
static |
Definition at line 215 of file icalproperty_cxx.cpp.
|
static |
Definition at line 225 of file icalproperty_cxx.cpp.
|
static |
Definition at line 245 of file icalproperty_cxx.cpp.
|
static |
Definition at line 205 of file icalproperty_cxx.cpp.
|
static |
Definition at line 194 of file icalproperty_cxx.cpp.