books
v1
|
#include <annotation.h>
Static Public Member Functions | |
static AnnotationCurrentVersionRanges * | New () |
Selection ranges for the most recent content version.
|
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 'cfiRange
' attribute.
|
inline |
Clears the 'contentVersion
' attribute.
|
inline |
Clears the 'gbImageRange
' attribute.
|
inline |
Clears the 'gbTextRange
' attribute.
|
inline |
Clears the 'imageCfiRange
' attribute.
const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_cfi_range | ( | ) | const |
Get a reference to the value of the 'cfiRange
' attribute.
|
inline |
Get the value of the 'contentVersion
' attribute.
const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_gb_image_range | ( | ) | const |
Get a reference to the value of the 'gbImageRange
' attribute.
const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_gb_text_range | ( | ) | const |
Get a reference to the value of the 'gbTextRange
' attribute.
const BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::get_image_cfi_range | ( | ) | const |
Get a reference to the value of the 'imageCfiRange
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_books_api::AnnotationCurrentVersionRanges
|
inline |
Determine if the 'cfiRange
' attribute was set.
cfiRange
' attribute was set.
|
inline |
Determine if the 'contentVersion
' attribute was set.
contentVersion
' attribute was set.
|
inline |
Determine if the 'gbImageRange
' attribute was set.
gbImageRange
' attribute was set.
|
inline |
Determine if the 'gbTextRange
' attribute was set.
gbTextRange
' attribute was set.
|
inline |
Determine if the 'imageCfiRange
' attribute was set.
imageCfiRange
' attribute was set. BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::mutable_cfiRange | ( | ) |
Gets a reference to a mutable value of the 'cfiRange
' property.
Range in CFI format for this annotation for version above.
BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::mutable_gbImageRange | ( | ) |
Gets a reference to a mutable value of the 'gbImageRange
' property.
Range in GB image format for this annotation for version above.
BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::mutable_gbTextRange | ( | ) |
Gets a reference to a mutable value of the 'gbTextRange
' property.
Range in GB text format for this annotation for version above.
BooksAnnotationsRange google_books_api::Annotation::AnnotationCurrentVersionRanges::mutable_imageCfiRange | ( | ) |
Gets a reference to a mutable value of the 'imageCfiRange
' property.
Range in image CFI format for this annotation for version above.
|
static |
Creates a new default instance.
|
inline |
Change the 'contentVersion
' attribute.
Content version applicable to ranges below.
[in] | value | The new value. |