This file is indexed.

/usr/include/wxSVG/SVGElementInstance.h is in libwxsvg-dev 2:1.4~dfsg-2+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
//////////////////////////////////////////////////////////////////////////////
// Name:        SVGElementInstance.h
// Author:      Alex Thuering
// Copyright:   (c) 2005 Alex Thuering
// Licence:     wxWindows licence
// Notes:       generated by generate.py
//////////////////////////////////////////////////////////////////////////////

#ifndef WX_SVG_ELEMENT_INSTANCE_H
#define WX_SVG_ELEMENT_INSTANCE_H

class wxSVGElement;
class wxSVGUseElement;
class wxSVGElementInstance;
class wxSVGElementInstanceList;
class wxSVGElementInstance;
class wxSVGElementInstance;
class wxSVGElementInstance;
class wxSVGElementInstance;

#include "EventTarget.h"

class wxSVGElementInstance:
  public wxEventTarget
{
  protected:
    wxSVGElement* m_correspondingElement;
    wxSVGUseElement* m_correspondingUseElement;
    wxSVGElementInstance* m_parentNode;
    wxSVGElementInstanceList* m_childNodes;
    wxSVGElementInstance* m_firstChild;
    wxSVGElementInstance* m_lastChild;
    wxSVGElementInstance* m_previousSibling;
    wxSVGElementInstance* m_nextSibling;

  public:
    inline wxSVGElement* GetCorrespondingElement() const { return m_correspondingElement; }
    inline void SetCorrespondingElement(wxSVGElement* n) { m_correspondingElement = n; }

    inline wxSVGUseElement* GetCorrespondingUseElement() const { return m_correspondingUseElement; }
    inline void SetCorrespondingUseElement(wxSVGUseElement* n) { m_correspondingUseElement = n; }

    inline wxSVGElementInstance* GetParentNode() const { return m_parentNode; }
    inline void SetParentNode(wxSVGElementInstance* n) { m_parentNode = n; }

    inline wxSVGElementInstanceList* GetChildNodes() const { return m_childNodes; }
    inline void SetChildNodes(wxSVGElementInstanceList* n) { m_childNodes = n; }

    inline wxSVGElementInstance* GetFirstChild() const { return m_firstChild; }
    inline void SetFirstChild(wxSVGElementInstance* n) { m_firstChild = n; }

    inline wxSVGElementInstance* GetLastChild() const { return m_lastChild; }
    inline void SetLastChild(wxSVGElementInstance* n) { m_lastChild = n; }

    inline wxSVGElementInstance* GetPreviousSibling() const { return m_previousSibling; }
    inline void SetPreviousSibling(wxSVGElementInstance* n) { m_previousSibling = n; }

    inline wxSVGElementInstance* GetNextSibling() const { return m_nextSibling; }
    inline void SetNextSibling(wxSVGElementInstance* n) { m_nextSibling = n; }

  public:
    wxSVGElementInstance() {}
    virtual ~wxSVGElementInstance() {}
};

#endif // WX_SVG_ELEMENT_INSTANCE_H