|
calendar
v3
|
#include <event.h>
Public Member Functions | |
| EventGadget (const Json::Value &storage) | |
| EventGadget (Json::Value *storage) | |
| virtual | ~EventGadget () |
| const StringPiece | GetTypeName () const |
| bool | has_display () const |
| void | clear_display () |
| const StringPiece | get_display () const |
| void | set_display (const StringPiece &value) |
| bool | has_height () const |
| void | clear_height () |
| int32 | get_height () const |
| void | set_height (int32 value) |
| bool | has_icon_link () const |
| void | clear_icon_link () |
| const StringPiece | get_icon_link () const |
| void | set_icon_link (const StringPiece &value) |
| bool | has_link () const |
| void | clear_link () |
| const StringPiece | get_link () const |
| void | set_link (const StringPiece &value) |
| bool | has_preferences () const |
| void | clear_preferences () |
| const client::JsonCppAssociativeArray< string > | get_preferences () const |
| client::JsonCppAssociativeArray< string > | mutable_preferences () |
| bool | has_title () const |
| void | clear_title () |
| const StringPiece | get_title () const |
| void | set_title (const StringPiece &value) |
| bool | has_type () const |
| void | clear_type () |
| const StringPiece | get_type () const |
| void | set_type (const StringPiece &value) |
| bool | has_width () const |
| void | clear_width () |
| int32 | get_width () const |
| void | set_width (int32 value) |
Static Public Member Functions | |
| static EventGadget * | New () |
A gadget that extends this event.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'display' attribute.
|
inline |
Clears the 'height' attribute.
|
inline |
Clears the 'iconLink' attribute.
|
inline |
Clears the 'link' attribute.
|
inline |
Clears the 'preferences' attribute.
|
inline |
Clears the 'title' attribute.
|
inline |
Clears the 'type' attribute.
|
inline |
Clears the 'width' attribute.
|
inline |
Get the value of the 'display' attribute.
|
inline |
Get the value of the 'height' attribute.
|
inline |
Get the value of the 'iconLink' attribute.
|
inline |
Get the value of the 'link' attribute.
|
inline |
Get a reference to the value of the 'preferences' attribute.
|
inline |
Get the value of the 'title' attribute.
|
inline |
Get the value of the 'type' attribute.
|
inline |
Get the value of the 'width' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_calendar_api::EventGadget
|
inline |
Determine if the 'display' attribute was set.
display' attribute was set.
|
inline |
Determine if the 'height' attribute was set.
height' attribute was set.
|
inline |
Determine if the 'iconLink' attribute was set.
iconLink' attribute was set.
|
inline |
Determine if the 'link' attribute was set.
link' attribute was set.
|
inline |
Determine if the 'preferences' attribute was set.
preferences' attribute was set.
|
inline |
Determine if the 'title' attribute was set.
title' attribute was set.
|
inline |
Determine if the 'type' attribute was set.
type' attribute was set.
|
inline |
Determine if the 'width' attribute was set.
width' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'preferences' property.
Preferences.
|
static |
Creates a new default instance.
|
inline |
Change the 'display' attribute.
The gadget's display mode. Optional. Possible values are:
| [in] | value | The new value. |
|
inline |
Change the 'height' attribute.
The gadget's height in pixels. The height must be an integer greater than 0. Optional.
| [in] | value | The new value. |
|
inline |
Change the 'iconLink' attribute.
The gadget's icon URL. The URL scheme must be HTTPS.
| [in] | value | The new value. |
|
inline |
Change the 'link' attribute.
The gadget's URL. The URL scheme must be HTTPS.
| [in] | value | The new value. |
|
inline |
Change the 'title' attribute.
The gadget's title.
| [in] | value | The new value. |
|
inline |
Change the 'type' attribute.
The gadget's type.
| [in] | value | The new value. |
|
inline |
Change the 'width' attribute.
The gadget's width in pixels. The width must be an integer greater than 0. Optional.
| [in] | value | The new value. |