summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_sourceset.h
blob: de4ac68bed851418ddf4ba5beb1258d9b46bffbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef FXJS_XFA_CJX_SOURCESET_H_
#define FXJS_XFA_CJX_SOURCESET_H_

#include "fxjs/xfa/cjx_model.h"

class CXFA_SourceSet;

class CJX_SourceSet : public CJX_Model {
 public:
  explicit CJX_SourceSet(CXFA_SourceSet* node);
  ~CJX_SourceSet() override;

  JS_PROP(use);
  JS_PROP(usehref);
};

#endif  // FXJS_XFA_CJX_SOURCESET_H_