~openmw/openmw/openmw-packaging2

« back to all changes in this revision

Viewing changes to apps/opencs/view/render/unpagedworldspacewidget.hpp

  • Committer: Scott Howard
  • Date: 2016-09-15 20:56:29 UTC
  • Revision ID: showard@debian.org-20160915205629-3tvfxe47zrb41a91
Cron update. Git hash: 37278b5

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    {
26
26
            Q_OBJECT
27
27
 
 
28
            CSMDoc::Document& mDocument;
28
29
            std::string mCellId;
29
30
            CSMWorld::IdTable *mCellsModel;
30
31
            CSMWorld::IdTable *mReferenceablesModel;
47
48
            virtual void clearSelection (int elementMask);
48
49
 
49
50
            /// \param elementMask Elements to be affected by the select operation
 
51
            virtual void invertSelection (int elementMask);
 
52
 
 
53
            /// \param elementMask Elements to be affected by the select operation
50
54
            virtual void selectAll (int elementMask);
51
55
 
52
56
            // Select everything that references the same ID as at least one of the elements
57
61
 
58
62
            virtual std::string getCellId (const osg::Vec3f& point) const;
59
63
 
 
64
            virtual Cell* getCell(const osg::Vec3d& point) const;
 
65
 
60
66
            virtual std::vector<osg::ref_ptr<TagBase> > getSelection (unsigned int elementMask)
61
67
                const;
62
68
 
83
89
 
84
90
            virtual void referenceAdded (const QModelIndex& index, int start, int end);
85
91
 
 
92
            virtual void pathgridDataChanged (const QModelIndex& topLeft, const QModelIndex& bottomRight);
 
93
 
 
94
            virtual void pathgridAboutToBeRemoved (const QModelIndex& parent, int start, int end);
 
95
 
 
96
            virtual void pathgridAdded (const QModelIndex& parent, int start, int end);
 
97
 
 
98
 
86
99
            virtual std::string getStartupInstruction();
87
100
 
88
101
        protected: