1cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com/*
2cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * Copyright 2013 Google Inc.
38cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
4cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * Use of this source code is governed by a BSD-style license that can be
5cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com * found in the LICENSE file.
6cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com */
78cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
8cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com#include "SkPdfMovieActionDictionary_autogen.h"
98cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com#include "SkPdfNativeDoc.h"
10cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com
118cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comSkString SkPdfMovieActionDictionary::S(SkPdfNativeDoc* doc) {
128cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  SkPdfNativeObject* ret = get("S", "");
138cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if (doc) {ret = doc->resolveReference(ret);}
148cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
158cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  // TODO(edisonn): warn about missing required field, assert for known good pdfs
168cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return SkString();
178cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
188cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
198cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.combool SkPdfMovieActionDictionary::has_S() const {
208cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return get("S", "") != NULL;
218cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
228cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
238cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comSkPdfDictionary* SkPdfMovieActionDictionary::Annot(SkPdfNativeDoc* doc) {
248cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  SkPdfNativeObject* ret = get("Annot", "");
258cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if (doc) {ret = doc->resolveReference(ret);}
268cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if ((ret != NULL && ret->isDictionary()) || (doc == NULL && ret != NULL && ret->isReference())) return (SkPdfDictionary*)ret;
278cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  // TODO(edisonn): warn about missing default value for optional fields
288cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return NULL;
298cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
308cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
318cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.combool SkPdfMovieActionDictionary::has_Annot() const {
328cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return get("Annot", "") != NULL;
338cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
348cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
358cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comSkString SkPdfMovieActionDictionary::T(SkPdfNativeDoc* doc) {
368cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  SkPdfNativeObject* ret = get("T", "");
378cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if (doc) {ret = doc->resolveReference(ret);}
388cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if ((ret != NULL && ret->isAnyString()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->stringValue2();
398cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  // TODO(edisonn): warn about missing default value for optional fields
408cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return SkString();
418cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
428cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
438cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.combool SkPdfMovieActionDictionary::has_T() const {
448cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return get("T", "") != NULL;
458cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
468cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
478cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comSkString SkPdfMovieActionDictionary::Operation(SkPdfNativeDoc* doc) {
488cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  SkPdfNativeObject* ret = get("Operation", "");
498cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if (doc) {ret = doc->resolveReference(ret);}
508cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  if ((ret != NULL && ret->isName()) || (doc == NULL && ret != NULL && ret->isReference())) return ret->nameValue2();
518cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  // TODO(edisonn): warn about missing default value for optional fields
528cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return SkString();
538cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
548cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
558cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.combool SkPdfMovieActionDictionary::has_Operation() const {
568cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com  return get("Operation", "") != NULL;
578cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com}
58