id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
36,445 | notnode.hpp | OpenMW_openmw/apps/opencs/model/filter/notnode.hpp | #ifndef CSM_FILTER_NOTNODE_H
#define CSM_FILTER_NOTNODE_H
#include <map>
#include <memory>
#include "unarynode.hpp"
namespace CSMWorld
{
class IdTableBase;
}
namespace CSMFilter
{
class Node;
class NotNode : public UnaryNode
{
public:
NotNode(std::shared_ptr<Node> child);
bool t... | 571 | C++ | .h | 22 | 22.136364 | 113 | 0.703499 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,446 | parser.hpp | OpenMW_openmw/apps/opencs/model/filter/parser.hpp | #ifndef CSM_FILTER_PARSER_H
#define CSM_FILTER_PARSER_H
#include <memory>
#include <string>
namespace CSMFilter
{
class Node;
}
namespace CSMWorld
{
class Data;
}
namespace CSMFilter
{
struct Token;
class Parser
{
std::shared_ptr<Node> mFilter;
std::string mInput;
int mI... | 1,313 | C++ | .h | 44 | 23.613636 | 92 | 0.642686 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,447 | textnode.hpp | OpenMW_openmw/apps/opencs/model/filter/textnode.hpp | #ifndef CSM_FILTER_TEXTNODE_H
#define CSM_FILTER_TEXTNODE_H
#include <map>
#include <string>
#include <vector>
#include <QRegularExpression>
#include <apps/opencs/model/world/idtablebase.hpp>
#include "leafnode.hpp"
namespace CSMFilter
{
class TextNode : public LeafNode
{
int mColumnId;
std... | 1,227 | C++ | .h | 31 | 33.83871 | 113 | 0.696203 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,448 | valuenode.hpp | OpenMW_openmw/apps/opencs/model/filter/valuenode.hpp | #ifndef CSM_FILTER_VALUENODE_H
#define CSM_FILTER_VALUENODE_H
#include "leafnode.hpp"
#include <apps/opencs/model/world/idtablebase.hpp>
#include <map>
#include <string>
#include <vector>
namespace CSMFilter
{
class ValueNode : public LeafNode
{
public:
enum Type
{
Type_Close... | 1,380 | C++ | .h | 40 | 27.75 | 113 | 0.662406 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,449 | leafnode.hpp | OpenMW_openmw/apps/opencs/model/filter/leafnode.hpp | #ifndef CSM_FILTER_LEAFNODE_H
#define CSM_FILTER_LEAFNODE_H
#include <vector>
#include "node.hpp"
namespace CSMFilter
{
class LeafNode : public Node
{
public:
std::vector<int> getReferencedColumns() const override;
///< Return a list of the IDs of the columns referenced by this node. The ... | 430 | C++ | .h | 15 | 24.733333 | 96 | 0.712895 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,450 | scenesubview.hpp | OpenMW_openmw/apps/opencs/view/world/scenesubview.hpp | #ifndef CSV_WORLD_SCENESUBVIEW_H
#define CSV_WORLD_SCENESUBVIEW_H
#include <QHBoxLayout>
#include <string>
#include <vector>
#include <apps/opencs/model/world/universalid.hpp>
#include "../doc/subview.hpp"
namespace CSMWorld
{
class CellSelection;
}
namespace CSMDoc
{
class Document;
}
namespace CSVRende... | 1,904 | C++ | .h | 62 | 25 | 112 | 0.718853 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,451 | regionmap.hpp | OpenMW_openmw/apps/opencs/view/world/regionmap.hpp | #ifndef CSV_WORLD_REGIONMAP_H
#define CSV_WORLD_REGIONMAP_H
#include <QModelIndexList>
#include <string>
#include <vector>
#include "./dragrecordtable.hpp"
class QAction;
class QContextMenuEvent;
class QDropEvent;
class QMouseEvent;
class QObject;
class QWidget;
namespace CSMDoc
{
class Document;
}
namespace ... | 2,160 | C++ | .h | 65 | 27.030769 | 115 | 0.703632 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,452 | scripterrortable.hpp | OpenMW_openmw/apps/opencs/view/world/scripterrortable.hpp | #ifndef CSV_WORLD_SCRIPTERRORTABLE_H
#define CSV_WORLD_SCRIPTERRORTABLE_H
#include <QTableWidget>
#include <string>
#include <components/compiler/errorhandler.hpp>
#include <components/compiler/extensions.hpp>
#include "../../model/doc/messages.hpp"
#include "../../model/world/scriptcontext.hpp"
namespace Compiler... | 1,643 | C++ | .h | 49 | 28.22449 | 120 | 0.699554 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,453 | dragdroputils.hpp | OpenMW_openmw/apps/opencs/view/world/dragdroputils.hpp | #ifndef CSV_WORLD_DRAGDROPUTILS_HPP
#define CSV_WORLD_DRAGDROPUTILS_HPP
#include "../../model/world/columnbase.hpp"
class QDropEvent;
namespace CSMWorld
{
class TableMimeData;
class UniversalId;
}
namespace CSVWorld
{
namespace DragDropUtils
{
const CSMWorld::TableMimeData* getTableMimeData(... | 1,054 | C++ | .h | 25 | 37.12 | 107 | 0.730392 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,454 | dialoguesubview.hpp | OpenMW_openmw/apps/opencs/view/world/dialoguesubview.hpp | #ifndef CSV_WORLD_DIALOGUESUBVIEW_H
#define CSV_WORLD_DIALOGUESUBVIEW_H
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
#include <QAbstractItemDelegate>
#include <QObject>
#include <QScrollArea>
#include <QStyleOptionViewItem>
#ifndef Q_MOC_RUN
#include "../doc/subview.hpp"
#incl... | 7,722 | C++ | .h | 193 | 33.11399 | 118 | 0.711448 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,455 | landcreator.hpp | OpenMW_openmw/apps/opencs/view/world/landcreator.hpp | #ifndef CSV_WORLD_LANDCREATOR_H
#define CSV_WORLD_LANDCREATOR_H
#include "genericcreator.hpp"
#include <memory>
#include <string>
#include <vector>
#include <apps/opencs/model/world/universalid.hpp>
namespace CSMWorld
{
class CreateCommand;
class Data;
}
class QLabel;
class QSpinBox;
namespace CSVWorld
{
... | 1,134 | C++ | .h | 38 | 24.578947 | 107 | 0.702226 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,456 | tableheadermouseeventhandler.hpp | OpenMW_openmw/apps/opencs/view/world/tableheadermouseeventhandler.hpp | #pragma once
#include <QWidget>
class QEvent;
class QHeaderView;
class QMenu;
class QObject;
class QPoint;
namespace CSVWorld
{
class DragRecordTable;
class TableHeaderMouseEventHandler : public QWidget
{
public:
explicit TableHeaderMouseEventHandler(DragRecordTable* parent);
void s... | 587 | C++ | .h | 22 | 22.045455 | 71 | 0.739677 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,457 | dialoguespinbox.hpp | OpenMW_openmw/apps/opencs/view/world/dialoguespinbox.hpp | #ifndef CSV_WORLD_DIALOGUESPINBOX_H
#define CSV_WORLD_DIALOGUESPINBOX_H
#include <QDoubleSpinBox>
#include <QSpinBox>
namespace CSVWorld
{
class DialogueSpinBox : public QSpinBox
{
Q_OBJECT
public:
DialogueSpinBox(QWidget* parent = nullptr);
protected:
void focusInEvent(QFocu... | 845 | C++ | .h | 28 | 24.607143 | 57 | 0.716934 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,458 | vartypedelegate.hpp | OpenMW_openmw/apps/opencs/view/world/vartypedelegate.hpp | #ifndef CSV_WORLD_VARTYPEDELEGATE_H
#define CSV_WORLD_VARTYPEDELEGATE_H
#include <utility>
#include <vector>
#include <apps/opencs/view/world/util.hpp>
#include <components/esm3/variant.hpp>
#include "enumdelegate.hpp"
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
n... | 1,339 | C++ | .h | 38 | 30.315789 | 116 | 0.724379 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,459 | scriptsubview.hpp | OpenMW_openmw/apps/opencs/view/world/scriptsubview.hpp | #ifndef CSV_WORLD_SCRIPTSUBVIEW_H
#define CSV_WORLD_SCRIPTSUBVIEW_H
#include <QVBoxLayout>
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
#include "../../model/world/commanddispatcher.hpp"
#include "../doc/subview.hpp"
class QModelIndex;
class QObject;
class QSplitter;
class QTimer;
namespa... | 2,023 | C++ | .h | 71 | 22.521127 | 85 | 0.69359 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,460 | dialoguecreator.hpp | OpenMW_openmw/apps/opencs/view/world/dialoguecreator.hpp | #ifndef CSV_WORLD_DIALOGUECREATOR_H
#define CSV_WORLD_DIALOGUECREATOR_H
#include "genericcreator.hpp"
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/world/creator.hpp>
class QUndoStack;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CreateCommand;
class D... | 1,213 | C++ | .h | 39 | 26.74359 | 112 | 0.742046 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,461 | tablesubview.hpp | OpenMW_openmw/apps/opencs/view/world/tablesubview.hpp | #ifndef CSV_WORLD_TABLESUBVIEW_H
#define CSV_WORLD_TABLESUBVIEW_H
#include "../doc/subview.hpp"
#include <QModelIndex>
#include <QVariant>
#include <QWidget>
#include <string>
#include <vector>
#include <apps/opencs/model/world/universalid.hpp>
class QEvent;
class QObject;
class QWidget;
namespace CSMDoc
{
cl... | 1,656 | C++ | .h | 54 | 25.351852 | 93 | 0.711575 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,462 | startscriptcreator.hpp | OpenMW_openmw/apps/opencs/view/world/startscriptcreator.hpp | #ifndef STARTSCRIPTCREATOR_HPP
#define STARTSCRIPTCREATOR_HPP
#include "genericcreator.hpp"
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/world/creator.hpp>
class QObject;
class QUndoStack;
namespace CSMWorld
{
class Data;
class IdCompletionManager;
cla... | 1,994 | C++ | .h | 59 | 28.389831 | 105 | 0.703916 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,463 | recordbuttonbar.hpp | OpenMW_openmw/apps/opencs/view/world/recordbuttonbar.hpp | #ifndef CSV_WORLD_RECORDBUTTONBAR_H
#define CSV_WORLD_RECORDBUTTONBAR_H
#include <QWidget>
#include "../../model/world/universalid.hpp"
class QToolButton;
class QModelIndex;
namespace CSMWorld
{
class IdTable;
class CommandDispatcher;
}
namespace CSMPrefs
{
class Setting;
}
namespace CSVWorld
{
cl... | 1,862 | C++ | .h | 64 | 23.015625 | 119 | 0.672871 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,464 | referenceablecreator.hpp | OpenMW_openmw/apps/opencs/view/world/referenceablecreator.hpp | #ifndef CSV_WORLD_REFERENCEABLECREATOR_H
#define CSV_WORLD_REFERENCEABLECREATOR_H
#include "genericcreator.hpp"
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
class QComboBox;
class QObject;
class QUndoStack;
namespace CSMWorld
{
class CreateCommand;
class Data;
}
namespace CSVWorld
... | 912 | C++ | .h | 31 | 24.83871 | 107 | 0.743649 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,465 | bodypartcreator.hpp | OpenMW_openmw/apps/opencs/view/world/bodypartcreator.hpp | #ifndef BODYPARTCREATOR_HPP
#define BODYPARTCREATOR_HPP
class QCheckBox;
#include "genericcreator.hpp"
namespace CSMWorld
{
class Data;
class UniversalId;
}
namespace CSVWorld
{
/// \brief Record creator for body parts.
class BodyPartCreator : public GenericCreator
{
Q_OBJECT
QC... | 849 | C++ | .h | 30 | 23.033333 | 102 | 0.69145 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,466 | globalcreator.hpp | OpenMW_openmw/apps/opencs/view/world/globalcreator.hpp | #ifndef CSV_WORLD_GLOBALCREATOR_H
#define CSV_WORLD_GLOBALCREATOR_H
#include "genericcreator.hpp"
class QObject;
class QUndoStack;
#include <apps/opencs/model/world/universalid.hpp>
namespace CSMWorld
{
class CreateCommand;
class Data;
}
namespace CSVWorld
{
class GlobalCreator : public GenericCreator
... | 576 | C++ | .h | 23 | 21.434783 | 100 | 0.761468 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,467 | scripthighlighter.hpp | OpenMW_openmw/apps/opencs/view/world/scripthighlighter.hpp | #ifndef CSV_WORLD_SCRIPTHIGHLIGHTER_H
#define CSV_WORLD_SCRIPTHIGHLIGHTER_H
#include <map>
#include <string>
#include <QString>
#include <QSyntaxHighlighter>
#include <QTextCharFormat>
#include <components/compiler/extensions.hpp>
#include <components/compiler/nullerrorhandler.hpp>
#include <components/compiler/pars... | 3,020 | C++ | .h | 88 | 27.25 | 116 | 0.655884 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,468 | idtypedelegate.hpp | OpenMW_openmw/apps/opencs/view/world/idtypedelegate.hpp | #ifndef IDTYPEDELEGATE_HPP
#define IDTYPEDELEGATE_HPP
#include "datadisplaydelegate.hpp"
class QObject;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
namespace CSVWorld
{
class CommandDelegate;
class IdTypeDelegate : public DataDisplayDelegate
{
publi... | 906 | C++ | .h | 31 | 24.709677 | 113 | 0.748268 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,469 | scriptedit.hpp | OpenMW_openmw/apps/opencs/view/world/scriptedit.hpp | #ifndef SCRIPTEDIT_H
#define SCRIPTEDIT_H
#include <QFont>
#include <QPlainTextEdit>
#include <QRegularExpression>
#include <QTimer>
#include <QVector>
#include <QWidget>
#include <string>
#include "../../model/world/universalid.hpp"
#include "scripthighlighter.hpp"
class QAction;
class QContextMenuEvent;
class QD... | 3,423 | C++ | .h | 109 | 24.834862 | 100 | 0.684275 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,470 | pathgridcreator.hpp | OpenMW_openmw/apps/opencs/view/world/pathgridcreator.hpp | #ifndef PATHGRIDCREATOR_HPP
#define PATHGRIDCREATOR_HPP
#include <string>
#include "genericcreator.hpp"
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/world/creator.hpp>
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class Data;
class IdCompletionManager;
c... | 1,909 | C++ | .h | 57 | 27.947368 | 105 | 0.695035 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,471 | idcompletiondelegate.hpp | OpenMW_openmw/apps/opencs/view/world/idcompletiondelegate.hpp | #ifndef CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
#define CSV_WORLD_IDCOMPLETIONDELEGATE_HPP
#include "util.hpp"
#include <apps/opencs/model/world/columnbase.hpp>
class QModelIndex;
class QObject;
class QWidget;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
namespace CSVWor... | 1,240 | C++ | .h | 36 | 29.833333 | 115 | 0.755444 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,472 | dragrecordtable.hpp | OpenMW_openmw/apps/opencs/view/world/dragrecordtable.hpp | #ifndef CSV_WORLD_DRAGRECORDTABLE_H
#define CSV_WORLD_DRAGRECORDTABLE_H
#include <QTableView>
#include <vector>
#include "../../model/world/columnbase.hpp"
class QDragEnterEvent;
class QDragMoveEvent;
class QDropEvent;
class QModelIndex;
class QObject;
class QWidget;
namespace CSMDoc
{
class Document;
}
names... | 1,337 | C++ | .h | 45 | 24.911111 | 90 | 0.739984 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,473 | recordstatusdelegate.hpp | OpenMW_openmw/apps/opencs/view/world/recordstatusdelegate.hpp | #ifndef RECORDSTATUSDELEGATE_H
#define RECORDSTATUSDELEGATE_H
#include "datadisplaydelegate.hpp"
class QObject;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
namespace CSVWorld
{
class CommandDelegate;
class RecordStatusDelegate : public DataDisplayDelegate
... | 949 | C++ | .h | 31 | 26.129032 | 117 | 0.757143 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,474 | tablebottombox.hpp | OpenMW_openmw/apps/opencs/view/world/tablebottombox.hpp | #ifndef CSV_WORLD_BOTTOMBOX_H
#define CSV_WORLD_BOTTOMBOX_H
#include <string>
#include <vector>
#include <QWidget>
#include <apps/opencs/model/world/universalid.hpp>
#include "extendedcommandconfigurator.hpp"
class QLabel;
class QStackedLayout;
class QStatusBar;
namespace CSMDoc
{
class Document;
}
namespace... | 3,126 | C++ | .h | 85 | 29.317647 | 120 | 0.681092 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,475 | infocreator.hpp | OpenMW_openmw/apps/opencs/view/world/infocreator.hpp | #ifndef CSV_WORLD_INFOCREATOR_H
#define CSV_WORLD_INFOCREATOR_H
#include "genericcreator.hpp"
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/world/creator.hpp>
class QUndoStack;
namespace CSMWorld
{
class IdCompletionManager;
class CreateCommand;
class D... | 1,698 | C++ | .h | 53 | 26.679245 | 105 | 0.713933 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,476 | regionmapsubview.hpp | OpenMW_openmw/apps/opencs/view/world/regionmapsubview.hpp | #ifndef CSV_WORLD_REGIONMAPSUBVIEW_H
#define CSV_WORLD_REGIONMAPSUBVIEW_H
#include <string>
#include "../doc/subview.hpp"
#include <apps/opencs/model/world/universalid.hpp>
namespace CSMDoc
{
class Document;
}
namespace CSVWorld
{
class RegionMap;
class RegionMapSubView : public CSVDoc::SubView
{
... | 642 | C++ | .h | 24 | 22.416667 | 88 | 0.732673 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,477 | subviews.hpp | OpenMW_openmw/apps/opencs/view/world/subviews.hpp | #ifndef CSV_WORLD_SUBVIEWS_H
#define CSV_WORLD_SUBVIEWS_H
namespace CSVDoc
{
class SubViewFactoryManager;
}
namespace CSVWorld
{
void addSubViewFactories(CSVDoc::SubViewFactoryManager& manager);
}
#endif
| 215 | C++ | .h | 11 | 17.545455 | 69 | 0.825871 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
36,478 | idvalidator.hpp | OpenMW_openmw/apps/opencs/view/world/idvalidator.hpp | #ifndef CSV_WORLD_IDVALIDATOR_H
#define CSV_WORLD_IDVALIDATOR_H
#include <string>
#include <QValidator>
namespace CSVWorld
{
class IdValidator : public QValidator
{
bool mRelaxed;
std::string mNamespace;
mutable std::string mError;
public:
IdValidator(bool relaxed = false... | 903 | C++ | .h | 24 | 31.625 | 89 | 0.686567 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,479 | nestedtable.hpp | OpenMW_openmw/apps/opencs/view/world/nestedtable.hpp | #ifndef CSV_WORLD_NESTEDTABLE_H
#define CSV_WORLD_NESTEDTABLE_H
#include "dragrecordtable.hpp"
#include <string>
#include <vector>
class QAction;
class QContextMenuEvent;
namespace CSMWorld
{
class NestedTableProxyModel;
class UniversalId;
class CommandDispatcher;
}
namespace CSMDoc
{
class Documen... | 1,283 | C++ | .h | 43 | 24.651163 | 120 | 0.731209 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,480 | extendedcommandconfigurator.hpp | OpenMW_openmw/apps/opencs/view/world/extendedcommandconfigurator.hpp | #ifndef CSVWORLD_EXTENDEDCOMMANDCONFIGURATOR_HPP
#define CSVWORLD_EXTENDEDCOMMANDCONFIGURATOR_HPP
#include <map>
#include <vector>
#include <QWidget>
#include "../../model/world/universalid.hpp"
class QPushButton;
class QGroupBox;
class QCheckBox;
class QResizeEvent;
namespace CSMDoc
{
class Document;
}
names... | 1,760 | C++ | .h | 63 | 21.68254 | 100 | 0.683552 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,481 | previewsubview.hpp | OpenMW_openmw/apps/opencs/view/world/previewsubview.hpp | #ifndef CSV_WORLD_PREVIEWSUBVIEW_H
#define CSV_WORLD_PREVIEWSUBVIEW_H
#include "../doc/subview.hpp"
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
namespace CSMDoc
{
class Document;
}
namespace CSVRender
{
class PreviewWidget;
}
namespace CSVWorld
{
class PreviewSubView : public ... | 723 | C++ | .h | 29 | 20.586207 | 84 | 0.720999 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,482 | table.hpp | OpenMW_openmw/apps/opencs/view/world/table.hpp | #ifndef CSV_WORLD_TABLE_H
#define CSV_WORLD_TABLE_H
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "../../model/world/columnbase.hpp"
#include "../../model/world/universalid.hpp"
#include "dragrecordtable.hpp"
class QAction;
class QContextMenuEvent;
class QDropEvent;
class QModelIndex;... | 4,521 | C++ | .h | 129 | 27.852713 | 111 | 0.689878 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,483 | enumdelegate.hpp | OpenMW_openmw/apps/opencs/view/world/enumdelegate.hpp | #ifndef CSV_WORLD_ENUMDELEGATE_H
#define CSV_WORLD_ENUMDELEGATE_H
#include <string>
#include <utility>
#include <vector>
#include <QString>
#include <apps/opencs/model/world/columnbase.hpp>
#include "util.hpp"
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
namespace ... | 2,666 | C++ | .h | 56 | 41.464286 | 115 | 0.724671 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,484 | referencecreator.hpp | OpenMW_openmw/apps/opencs/view/world/referencecreator.hpp | #ifndef CSV_WORLD_REFERENCECREATOR_H
#define CSV_WORLD_REFERENCECREATOR_H
#include <string>
#include "genericcreator.hpp"
#include <apps/opencs/model/world/universalid.hpp>
#include <apps/opencs/view/world/creator.hpp>
class QObject;
class QUndoStack;
namespace CSMWorld
{
class IdCompletionManager;
class C... | 1,673 | C++ | .h | 53 | 26.396226 | 105 | 0.719825 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,485 | datadisplaydelegate.hpp | OpenMW_openmw/apps/opencs/view/world/datadisplaydelegate.hpp | #ifndef DATADISPLAYDELEGATE_HPP
#define DATADISPLAYDELEGATE_HPP
#include "enumdelegate.hpp"
#include <algorithm>
#include <string>
#include <utility>
#include <vector>
class QModelIndex;
class QObject;
class QPainter;
class QPixmap;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDis... | 3,085 | C++ | .h | 88 | 28.636364 | 118 | 0.69845 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,486 | tableeditidaction.hpp | OpenMW_openmw/apps/opencs/view/world/tableeditidaction.hpp | #ifndef CSVWORLD_TABLEEDITIDACTION_HPP
#define CSVWORLD_TABLEEDITIDACTION_HPP
#include <QAction>
#include <QString>
#include <utility>
#include "../../model/world/columnbase.hpp"
#include "../../model/world/universalid.hpp"
class QTableView;
namespace CSVWorld
{
class TableEditIdAction : public QAction
{
... | 790 | C++ | .h | 24 | 28.166667 | 78 | 0.724868 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,487 | genericcreator.hpp | OpenMW_openmw/apps/opencs/view/world/genericcreator.hpp | #ifndef CSV_WORLD_GENERICCREATOR_H
#define CSV_WORLD_GENERICCREATOR_H
#include <QString>
#include <memory>
#include <string>
#include <vector>
#include <apps/opencs/model/world/scope.hpp>
#include "../../model/world/universalid.hpp"
#include "creator.hpp"
class QPushButton;
class QLineEdit;
class QHBoxLayout;
cla... | 3,549 | C++ | .h | 93 | 31.053763 | 119 | 0.684936 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,488 | colordelegate.hpp | OpenMW_openmw/apps/opencs/view/world/colordelegate.hpp | #ifndef CSV_WORLD_COLORDELEGATE_HPP
#define CSV_WORLD_COLORDELEGATE_HPP
#include "util.hpp"
class QModelIndex;
class QObject;
class QPainter;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispatcher;
}
namespace CSVWorld
{
class ColorDelegate : public CommandDelegate
{
... | 902 | C++ | .h | 31 | 25.129032 | 115 | 0.757822 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,489 | creator.hpp | OpenMW_openmw/apps/opencs/view/world/creator.hpp | #ifndef CSV_WORLD_CREATOR_H
#define CSV_WORLD_CREATOR_H
#include <memory>
#include <string>
#include <QWidget>
#ifndef Q_MOC_RUN
#include "../../model/doc/document.hpp"
#include "../../model/world/scope.hpp"
#include "../../model/world/universalid.hpp"
#endif
namespace CSVWorld
{
/// \brief Record creator UI b... | 3,003 | C++ | .h | 74 | 34.121622 | 108 | 0.672978 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,490 | cellcreator.hpp | OpenMW_openmw/apps/opencs/view/world/cellcreator.hpp | #ifndef CSV_WORLD_CELLCREATOR_H
#define CSV_WORLD_CELLCREATOR_H
#include <string>
#include <apps/opencs/model/world/universalid.hpp>
#include "genericcreator.hpp"
class QComboBox;
class QLabel;
class QObject;
class QSpinBox;
class QUndoStack;
namespace CSMWorld
{
class CreateCommand;
class Data;
}
namespa... | 1,294 | C++ | .h | 42 | 25.404762 | 101 | 0.702834 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,491 | util.hpp | OpenMW_openmw/apps/opencs/view/world/util.hpp | #ifndef CSV_WORLD_UTIL_H
#define CSV_WORLD_UTIL_H
#include <map>
#include <QAbstractTableModel>
#include <QStyledItemDelegate>
#ifndef Q_MOC_RUN
#include "../../model/world/columnbase.hpp"
#endif
class QUndoStack;
class QWidget;
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class CommandDispat... | 4,544 | C++ | .h | 102 | 37.813725 | 117 | 0.721427 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,492 | reportsubview.hpp | OpenMW_openmw/apps/opencs/view/tools/reportsubview.hpp | #ifndef CSV_TOOLS_REPORTSUBVIEW_H
#define CSV_TOOLS_REPORTSUBVIEW_H
#include "../doc/subview.hpp"
#include <apps/opencs/model/world/universalid.hpp>
class QObject;
namespace CSMDoc
{
class Document;
}
namespace CSVTools
{
class ReportTable;
class ReportSubView : public CSVDoc::SubView
{
Q_O... | 635 | C++ | .h | 26 | 19.769231 | 83 | 0.710702 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,493 | merge.hpp | OpenMW_openmw/apps/opencs/view/tools/merge.hpp | #ifndef CSV_TOOLS_MERGE_H
#define CSV_TOOLS_MERGE_H
#include <QWidget>
#include <filesystem>
class QPushButton;
class QListWidget;
namespace CSMDoc
{
class Document;
class DocumentManager;
}
namespace CSVDoc
{
class FileWidget;
class AdjusterWidget;
}
namespace CSVTools
{
class Merge : public ... | 1,091 | C++ | .h | 42 | 20.547619 | 83 | 0.691562 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,494 | reporttable.hpp | OpenMW_openmw/apps/opencs/view/tools/reporttable.hpp | #ifndef CSV_TOOLS_REPORTTABLE_H
#define CSV_TOOLS_REPORTTABLE_H
#include <map>
#include <string>
#include <vector>
#include <apps/opencs/model/world/universalid.hpp>
#include "../world/dragrecordtable.hpp"
class QAction;
class QSortFilterProxyModel;
class QContextMenuEvent;
class QMouseEvent;
class QObject;
class Q... | 2,711 | C++ | .h | 84 | 26.011905 | 106 | 0.693878 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,495 | searchsubview.hpp | OpenMW_openmw/apps/opencs/view/tools/searchsubview.hpp | #ifndef CSV_TOOLS_SEARCHSUBVIEW_H
#define CSV_TOOLS_SEARCHSUBVIEW_H
#include "../../model/tools/search.hpp"
#include "../doc/subview.hpp"
#include <apps/opencs/model/world/universalid.hpp>
#include "searchbox.hpp"
namespace CSMDoc
{
class Document;
}
namespace CSVWorld
{
class TableBottomBox;
}
namespace... | 1,253 | C++ | .h | 44 | 22.795455 | 83 | 0.695872 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,496 | subviews.hpp | OpenMW_openmw/apps/opencs/view/tools/subviews.hpp | #ifndef CSV_TOOLS_SUBVIEWS_H
#define CSV_TOOLS_SUBVIEWS_H
namespace CSVDoc
{
class SubViewFactoryManager;
}
namespace CSVTools
{
void addSubViewFactories(CSVDoc::SubViewFactoryManager& manager);
}
#endif
| 215 | C++ | .h | 11 | 17.545455 | 69 | 0.825871 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
36,497 | searchbox.hpp | OpenMW_openmw/apps/opencs/view/tools/searchbox.hpp | #ifndef CSV_TOOLS_SEARCHBOX_H
#define CSV_TOOLS_SEARCHBOX_H
#include <QCheckBox>
#include <QComboBox>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <QStackedWidget>
#include <QWidget>
class QGridLayout;
namespace CSMTools
{
class Search;
}
namespace CSVTools
{
class SearchBox : publ... | 1,343 | C++ | .h | 51 | 20.215686 | 57 | 0.680566 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,498 | scenetool.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetool.hpp | #ifndef CSV_WIDGET_SCENETOOL_H
#define CSV_WIDGET_SCENETOOL_H
#include "pushbutton.hpp"
class QMouseEvent;
class QObject;
class QPoint;
namespace CSVWidget
{
class SceneToolbar;
///< \brief Tool base class
class SceneTool : public PushButton
{
Q_OBJECT
public:
SceneTool(SceneToo... | 727 | C++ | .h | 26 | 22.846154 | 90 | 0.698551 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,499 | pushbutton.hpp | OpenMW_openmw/apps/opencs/view/widget/pushbutton.hpp | #ifndef CSV_WIDGET_PUSHBUTTON_H
#define CSV_WIDGET_PUSHBUTTON_H
#include <QPushButton>
class QKeyEvent;
class QMouseEvent;
class QObject;
class QWidget;
namespace CSMPrefs
{
class Setting;
}
namespace CSVWidget
{
class PushButton : public QPushButton
{
Q_OBJECT
public:
enum Type
... | 1,599 | C++ | .h | 51 | 24.666667 | 105 | 0.668627 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,500 | scenetooltoggle2.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetooltoggle2.hpp | #ifndef CSV_WIDGET_SCENETOOL_TOGGLE2_H
#define CSV_WIDGET_SCENETOOL_TOGGLE2_H
#include "scenetool.hpp"
#include <map>
#include <string>
class QHBoxLayout;
class QObject;
class QPoint;
class QWidget;
namespace CSVWidget
{
class SceneToolbar;
class PushButton;
///< \brief Multi-Toggle tool
///
//... | 2,180 | C++ | .h | 62 | 27.854839 | 114 | 0.656027 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,501 | scenetoolbar.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetoolbar.hpp | #ifndef CSV_WIDGET_SCENETOOLBAR_H
#define CSV_WIDGET_SCENETOOLBAR_H
#include <QWidget>
class QVBoxLayout;
namespace CSVWidget
{
class SceneTool;
class SceneToolbar : public QWidget
{
Q_OBJECT
QVBoxLayout* mLayout;
int mButtonSize;
int mIconSize;
protected:
v... | 829 | C++ | .h | 28 | 23.392857 | 84 | 0.677255 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,502 | scenetoolmode.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetoolmode.hpp | #ifndef CSV_WIDGET_SCENETOOL_MODE_H
#define CSV_WIDGET_SCENETOOL_MODE_H
#include "scenetool.hpp"
#include <map>
#include <string>
class QHBoxLayout;
class QMenu;
class QEvent;
class QContextMenuEvent;
class QObject;
class QPoint;
class QWidget;
namespace CSVWidget
{
class SceneToolbar;
class ModeButton;
... | 2,266 | C++ | .h | 62 | 29.951613 | 100 | 0.67171 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,503 | scenetoolshapebrush.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetoolshapebrush.hpp | #ifndef CSV_WIDGET_SCENETOOLSHAPEBRUSH_H
#define CSV_WIDGET_SCENETOOLSHAPEBRUSH_H
#include <QFrame>
#include <QGroupBox>
#include <QSlider>
#include <QSpinBox>
#ifndef Q_MOC_RUN
#include "brushshapes.hpp"
#include "scenetool.hpp"
#endif
class QComboBox;
class QDragEnterEvent;
class QDropEvent;
class QModelIndex;
cla... | 3,238 | C++ | .h | 101 | 26.029703 | 102 | 0.714056 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,504 | droplineedit.hpp | OpenMW_openmw/apps/opencs/view/widget/droplineedit.hpp | #ifndef CSV_WIDGET_DROPLINEEDIT_HPP
#define CSV_WIDGET_DROPLINEEDIT_HPP
#include <QLineEdit>
#include "../../model/world/columnbase.hpp"
namespace CSMDoc
{
class Document;
}
namespace CSMWorld
{
class UniversalId;
}
namespace CSVWidget
{
class DropLineEdit : public QLineEdit
{
Q_OBJECT
... | 845 | C++ | .h | 30 | 23.633333 | 101 | 0.72795 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,505 | coloreditor.hpp | OpenMW_openmw/apps/opencs/view/widget/coloreditor.hpp | #ifndef CSV_WIDGET_COLOREDITOR_HPP
#define CSV_WIDGET_COLOREDITOR_HPP
#include <QPushButton>
class QColor;
class QPoint;
class QSize;
namespace CSVWidget
{
class ColorPickerPopup;
class ColorEditor : public QPushButton
{
Q_OBJECT
QColor mColor;
ColorPickerPopup* mColorPicker;
... | 1,310 | C++ | .h | 39 | 27.153846 | 101 | 0.686853 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,506 | scenetooltexturebrush.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetooltexturebrush.hpp | #ifndef CSV_WIDGET_SCENETOOLTEXTUREBRUSH_H
#define CSV_WIDGET_SCENETOOLTEXTUREBRUSH_H
#include <QFrame>
#include <QGroupBox>
#ifndef Q_MOC_RUN
#include "brushshapes.hpp"
#include "scenetool.hpp"
#endif
#include <components/esm/refid.hpp>
class QTableWidget;
class QDragEnterEvent;
class QDropEvent;
class QHBoxLayout... | 3,582 | C++ | .h | 110 | 26.436364 | 104 | 0.715157 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,507 | brushshapes.hpp | OpenMW_openmw/apps/opencs/view/widget/brushshapes.hpp | #ifndef CSV_WIDGET_BRUSHSHAPES_H
#define CSV_WIDGET_BRUSHSHAPES_H
namespace CSVWidget
{
enum BrushShape
{
BrushShape_Point,
BrushShape_Square,
BrushShape_Circle,
BrushShape_Custom
};
}
#endif
| 237 | C++ | .h | 13 | 13.769231 | 32 | 0.690583 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,508 | scenetoolrun.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetoolrun.hpp | #ifndef CSV_WIDGET_SCENETOOLRUN_H
#define CSV_WIDGET_SCENETOOLRUN_H
#include <set>
#include <string>
#include <vector>
#include "scenetool.hpp"
class QFrame;
class QTableWidget;
class QModelIndex;
class QObject;
class QPoint;
namespace CSVWidget
{
class SceneToolbar;
class SceneToolRun : public SceneTool
... | 1,476 | C++ | .h | 46 | 25.891304 | 91 | 0.675408 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,509 | scenetooltoggle.hpp | OpenMW_openmw/apps/opencs/view/widget/scenetooltoggle.hpp | #ifndef CSV_WIDGET_SCENETOOL_TOGGLE_H
#define CSV_WIDGET_SCENETOOL_TOGGLE_H
#include "scenetool.hpp"
#include <map>
#include <string>
class QHBoxLayout;
class QRect;
class QObject;
class QPoint;
class QWidget;
namespace CSVWidget
{
class SceneToolbar;
class PushButton;
///< \brief Multi-Toggle tool
... | 1,946 | C++ | .h | 57 | 27.035088 | 117 | 0.654896 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,510 | modebutton.hpp | OpenMW_openmw/apps/opencs/view/widget/modebutton.hpp | #ifndef CSV_WIDGET_MODEBUTTON_H
#define CSV_WIDGET_MODEBUTTON_H
#include "pushbutton.hpp"
class QMenu;
namespace CSVWidget
{
class SceneToolbar;
/// \brief Specialist PushButton of Type_Mode for use in SceneToolMode
class ModeButton : public PushButton
{
Q_OBJECT
public:
ModeBut... | 988 | C++ | .h | 27 | 30.518519 | 94 | 0.679622 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,511 | completerpopup.hpp | OpenMW_openmw/apps/opencs/view/widget/completerpopup.hpp | #ifndef CSV_WIDGET_COMPLETERPOPUP_HPP
#define CSV_WIDGET_COMPLETERPOPUP_HPP
#include <QListView>
namespace CSVWidget
{
class CompleterPopup : public QListView
{
public:
CompleterPopup(QWidget* parent = nullptr);
int sizeHintForRow(int row) const override;
};
}
#endif
| 304 | C++ | .h | 13 | 19.615385 | 51 | 0.74216 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,512 | colorpickerpopup.hpp | OpenMW_openmw/apps/opencs/view/widget/colorpickerpopup.hpp | #ifndef CSVWIDGET_COLORPICKERPOPUP_HPP
#define CSVWIDGET_COLORPICKERPOPUP_HPP
#include <QFrame>
class QColorDialog;
namespace CSVWidget
{
class ColorPickerPopup : public QFrame
{
Q_OBJECT
QColorDialog* mColorPicker;
public:
explicit ColorPickerPopup(QWidget* parent);
vo... | 608 | C++ | .h | 21 | 23.714286 | 76 | 0.730104 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,513 | contextmenulist.hpp | OpenMW_openmw/apps/opencs/view/prefs/contextmenulist.hpp | #ifndef CSV_PREFS_CONTEXTMENULIST_H
#define CSV_PREFS_CONTEXTMENULIST_H
#include <QListWidget>
class QContextMenuEvent;
class QMouseEvent;
namespace CSVPrefs
{
class ContextMenuList : public QListWidget
{
Q_OBJECT
public:
ContextMenuList(QWidget* parent = nullptr);
protected:
... | 526 | C++ | .h | 21 | 20.142857 | 61 | 0.723232 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,514 | keybindingpage.hpp | OpenMW_openmw/apps/opencs/view/prefs/keybindingpage.hpp | #ifndef CSV_PREFS_KEYBINDINGPAGE_H
#define CSV_PREFS_KEYBINDINGPAGE_H
#include "pagebase.hpp"
class QComboBox;
class QGridLayout;
class QStackedLayout;
class QWidget;
namespace CSMPrefs
{
class Setting;
class Category;
}
namespace CSVPrefs
{
class KeyBindingPage : public PageBase
{
Q_OBJECT
... | 651 | C++ | .h | 29 | 18.068966 | 70 | 0.727124 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,515 | pagebase.hpp | OpenMW_openmw/apps/opencs/view/prefs/pagebase.hpp | #ifndef CSV_PREFS_PAGEBASE_H
#define CSV_PREFS_PAGEBASE_H
#include <QScrollArea>
class QContextMenuEvent;
namespace CSMPrefs
{
class Category;
}
namespace CSVPrefs
{
class PageBase : public QScrollArea
{
Q_OBJECT
CSMPrefs::Category& mCategory;
public:
PageBase(CSMPrefs::Cat... | 569 | C++ | .h | 25 | 17.92 | 64 | 0.701128 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,516 | page.hpp | OpenMW_openmw/apps/opencs/view/prefs/page.hpp | #ifndef CSV_PREFS_PAGE_H
#define CSV_PREFS_PAGE_H
#include "pagebase.hpp"
class QGridLayout;
class QWidget;
class QObject;
namespace CSMPrefs
{
class Category;
class Setting;
}
namespace CSVPrefs
{
class Page : public PageBase
{
Q_OBJECT
QGridLayout* mGrid;
public:
Page... | 440 | C++ | .h | 23 | 15.347826 | 60 | 0.706601 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,517 | dialogue.hpp | OpenMW_openmw/apps/opencs/view/prefs/dialogue.hpp | #ifndef CSV_PREFS_DIALOGUE_H
#define CSV_PREFS_DIALOGUE_H
#include <QMainWindow>
class QSplitter;
class QStackedWidget;
class QListWidgetItem;
namespace CSVPrefs
{
class PageBase;
class Dialogue : public QMainWindow
{
Q_OBJECT
QStackedWidget* mContent;
private:
void buildCa... | 752 | C++ | .h | 29 | 20.37931 | 83 | 0.700141 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,518 | globaldebugprofilemenu.hpp | OpenMW_openmw/apps/opencs/view/doc/globaldebugprofilemenu.hpp | #ifndef CSV_DOC_GLOBALDEBUGPROFILEMENU_H
#define CSV_DOC_GLOBALDEBUGPROFILEMENU_H
#include <QMenu>
#include <string>
class QAction;
class QActionGroup;
class QModelIndex;
class QObject;
class QWidget;
namespace CSMWorld
{
class IdTable;
}
namespace CSVDoc
{
class GlobalDebugProfileMenu : public QMenu
{... | 1,007 | C++ | .h | 35 | 23.857143 | 92 | 0.732984 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,519 | adjusterwidget.hpp | OpenMW_openmw/apps/opencs/view/doc/adjusterwidget.hpp | #ifndef CSV_DOC_ADJUSTERWIDGET_H
#define CSV_DOC_ADJUSTERWIDGET_H
#include <QWidget>
#include <filesystem>
class QLabel;
namespace CSVDoc
{
enum ContentAction
{
ContentAction_New,
ContentAction_Edit,
ContentAction_Undefined
};
class AdjusterWidget : public QWidget
{
... | 1,084 | C++ | .h | 39 | 21.282051 | 72 | 0.664078 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,520 | operation.hpp | OpenMW_openmw/apps/opencs/view/doc/operation.hpp | #ifndef CSV_DOC_OPERATION_H
#define CSV_DOC_OPERATION_H
#include <QObject>
class QHBoxLayout;
class QPushButton;
class QProgressBar;
class QWidget;
namespace CSVDoc
{
class Operation : public QObject
{
Q_OBJECT
int mType;
bool mStalling;
QProgressBar* mProgressBar;
QP... | 956 | C++ | .h | 37 | 19.567568 | 60 | 0.654867 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,521 | startup.hpp | OpenMW_openmw/apps/opencs/view/doc/startup.hpp | #ifndef CSV_DOC_STARTUP_H
#define CSV_DOC_STARTUP_H
#include <QWidget>
class QGridLayout;
class QString;
class QPushButton;
class QWidget;
class QIcon;
namespace CSVDoc
{
class StartupDialogue : public QWidget
{
Q_OBJECT
private:
int mWidth;
int mColumn;
QGridLayout* mLay... | 655 | C++ | .h | 30 | 16.366667 | 74 | 0.657938 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,522 | view.hpp | OpenMW_openmw/apps/opencs/view/doc/view.hpp | #ifndef CSV_DOC_VIEW_H
#define CSV_DOC_VIEW_H
#include <string>
#include <vector>
#include <QList>
#include <QMainWindow>
#include <apps/opencs/model/world/universalid.hpp>
#include "subviewfactory.hpp"
class QAction;
class QCloseEvent;
class QMenu;
class QObject;
class QScrollArea;
namespace CSMDoc
{
class D... | 5,782 | C++ | .h | 165 | 26.812121 | 106 | 0.657771 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,523 | sizehint.hpp | OpenMW_openmw/apps/opencs/view/doc/sizehint.hpp | #ifndef CSV_DOC_SIZEHINT_H
#define CSV_DOC_SIZEHINT_H
#include <QSize>
#include <QWidget>
namespace CSVDoc
{
class SizeHintWidget : public QWidget
{
QSize mSize;
public:
SizeHintWidget(QWidget* parent = nullptr);
~SizeHintWidget() override = default;
QSize sizeHint() cons... | 416 | C++ | .h | 17 | 19.882353 | 50 | 0.682741 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,524 | runlogsubview.hpp | OpenMW_openmw/apps/opencs/view/doc/runlogsubview.hpp | #ifndef CSV_DOC_RUNLOGSUBVIEW_H
#define CSV_DOC_RUNLOGSUBVIEW_H
#include "subview.hpp"
#include <apps/opencs/model/world/universalid.hpp>
namespace CSMDoc
{
class Document;
}
namespace CSVDoc
{
class RunLogSubView : public SubView
{
Q_OBJECT
public:
RunLogSubView(const CSMWorld::Uni... | 429 | C++ | .h | 19 | 18.894737 | 83 | 0.734491 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | true | false |
36,525 | newgame.hpp | OpenMW_openmw/apps/opencs/view/doc/newgame.hpp | #ifndef CSV_DOC_NEWGAME_H
#define CSV_DOC_NEWGAME_H
#include <QDialog>
#include <QMetaType>
#include <filesystem>
#ifndef CS_QT_STD_FILESYSTEM_PATH_DECLARED
#define CS_QT_STD_FILESYSTEM_PATH_DECLARED
Q_DECLARE_METATYPE(std::filesystem::path)
#endif
class QPushButton;
namespace CSVDoc
{
class FileWidget;
cl... | 866 | C++ | .h | 33 | 21.090909 | 66 | 0.705882 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,526 | subview.hpp | OpenMW_openmw/apps/opencs/view/doc/subview.hpp | #ifndef CSV_DOC_SUBVIEW_H
#define CSV_DOC_SUBVIEW_H
#include "../../model/world/universalid.hpp"
#include <QDockWidget>
#include <string>
class QCloseEvent;
class QEvent;
class QObject;
namespace CSVDoc
{
class SubView : public QDockWidget
{
Q_OBJECT
CSMWorld::UniversalId mUniversalId;
... | 1,402 | C++ | .h | 42 | 26.833333 | 88 | 0.686142 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,527 | subviewfactory.hpp | OpenMW_openmw/apps/opencs/view/doc/subviewfactory.hpp | #ifndef CSV_DOC_SUBVIEWFACTORY_H
#define CSV_DOC_SUBVIEWFACTORY_H
#include <map>
#include "../../model/world/universalid.hpp"
namespace CSMDoc
{
class Document;
}
namespace CSVDoc
{
class SubView;
class SubViewFactoryBase
{
public:
SubViewFactoryBase() = default;
SubViewFactoryB... | 1,367 | C++ | .h | 36 | 32.222222 | 102 | 0.712879 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,528 | operations.hpp | OpenMW_openmw/apps/opencs/view/doc/operations.hpp | #ifndef CSV_DOC_OPERATIONS_H
#define CSV_DOC_OPERATIONS_H
#include <vector>
#include <QDockWidget>
class QVBoxLayout;
namespace CSVDoc
{
class Operation;
class Operations : public QDockWidget
{
Q_OBJECT
QVBoxLayout* mLayout;
std::vector<Operation*> mOperations;
// not ... | 798 | C++ | .h | 27 | 23.62963 | 83 | 0.675462 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | true | false | true | true | true | false |
36,529 | filedialog.hpp | OpenMW_openmw/apps/opencs/view/doc/filedialog.hpp | #ifndef FILEDIALOG_HPP
#define FILEDIALOG_HPP
#include <QDialog>
#ifndef Q_MOC_RUN
#include "adjusterwidget.hpp"
#ifndef CS_QT_STD_FILESYSTEM_PATH_DECLARED
#define CS_QT_STD_FILESYSTEM_PATH_DECLARED
Q_DECLARE_METATYPE(std::filesystem::path)
#endif
#endif
#include <filesystem>
#include <vector>
class QModelIndex;... | 1,831 | C++ | .h | 61 | 24.360656 | 94 | 0.708477 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,530 | subviewfactoryimp.hpp | OpenMW_openmw/apps/opencs/view/doc/subviewfactoryimp.hpp | #ifndef CSV_DOC_SUBVIEWFACTORYIMP_H
#define CSV_DOC_SUBVIEWFACTORYIMP_H
#include "../../model/doc/document.hpp"
#include "subviewfactory.hpp"
namespace CSVDoc
{
template <class SubViewT>
class SubViewFactory : public SubViewFactoryBase
{
public:
CSVDoc::SubView* makeSubView(const CSMWorld::Un... | 1,415 | C++ | .h | 38 | 31.973684 | 119 | 0.735918 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,531 | filewidget.hpp | OpenMW_openmw/apps/opencs/view/doc/filewidget.hpp | #ifndef CSV_DOC_FILEWIDGET_H
#define CSV_DOC_FILEWIDGET_H
#include <QString>
#include <QWidget>
#include <string>
class QLabel;
class QLineEdit;
namespace CSVDoc
{
class FileWidget : public QWidget
{
Q_OBJECT
bool mAddon;
QLineEdit* mInput;
QLabel* mType;
QString ge... | 729 | C++ | .h | 29 | 19.448276 | 58 | 0.671053 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,532 | viewmanager.hpp | OpenMW_openmw/apps/opencs/view/doc/viewmanager.hpp | #ifndef CSV_DOC_VIEWMANAGER_H
#define CSV_DOC_VIEWMANAGER_H
#include <string>
#include <vector>
#include <QObject>
#include "loader.hpp"
namespace CSMDoc
{
class Document;
class DocumentManager;
}
namespace CSVWorld
{
class CommandDelegateFactoryCollection;
}
namespace CSMWorld
{
class UniversalId... | 2,183 | C++ | .h | 65 | 27.169231 | 108 | 0.698466 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,533 | loader.hpp | OpenMW_openmw/apps/opencs/view/doc/loader.hpp | #ifndef CSV_DOC_LOADER_H
#define CSV_DOC_LOADER_H
#include <map>
#include <string>
#include <QObject>
#include <QWidget>
class QCloseEvent;
class QLabel;
class QProgressBar;
class QDialogButtonBox;
class QListWidget;
class QVBoxLayout;
namespace CSMDoc
{
class Document;
}
namespace CSVDoc
{
class LoadingDo... | 2,091 | C++ | .h | 69 | 23.869565 | 98 | 0.673531 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,534 | instancedragmodes.hpp | OpenMW_openmw/apps/opencs/view/render/instancedragmodes.hpp | #ifndef CSV_WIDGET_INSTANCEDRAGMODES_H
#define CSV_WIDGET_INSTANCEDRAGMODES_H
namespace CSVRender
{
enum DragMode
{
DragMode_None,
DragMode_Move,
DragMode_Rotate,
DragMode_Scale,
DragMode_Select_Only,
DragMode_Select_Add,
DragMode_Select_Remove,
D... | 445 | C++ | .h | 20 | 16.2 | 38 | 0.65566 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,535 | instanceselectionmode.hpp | OpenMW_openmw/apps/opencs/view/render/instanceselectionmode.hpp | #ifndef CSV_RENDER_INSTANCE_SELECTION_MODE_H
#define CSV_RENDER_INSTANCE_SELECTION_MODE_H
#include <osg/Vec3d>
#include <osg/ref_ptr>
class QAction;
class QMenu;
class QObject;
class QPoint;
namespace CSVWidget
{
class SceneToolbar;
}
namespace osg
{
class PositionAttitudeTransform;
class Group;
cla... | 2,263 | C++ | .h | 64 | 29.25 | 103 | 0.701835 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,536 | instancemovemode.hpp | OpenMW_openmw/apps/opencs/view/render/instancemovemode.hpp | #ifndef CSV_RENDER_INSTANCEMOVEMODE_H
#define CSV_RENDER_INSTANCEMOVEMODE_H
#include "../widget/modebutton.hpp"
namespace CSVRender
{
class InstanceMoveMode : public CSVWidget::ModeButton
{
Q_OBJECT
public:
InstanceMoveMode(QWidget* parent = nullptr);
};
}
#endif
| 300 | C++ | .h | 13 | 19.307692 | 57 | 0.734982 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,537 | lighting.hpp | OpenMW_openmw/apps/opencs/view/render/lighting.hpp | #ifndef OPENCS_VIEW_LIGHTING_H
#define OPENCS_VIEW_LIGHTING_H
#include <osg/ref_ptr>
namespace osg
{
class Vec4f;
class LightSource;
class Group;
}
namespace CSVRender
{
class Lighting
{
public:
Lighting()
: mRootNode(nullptr)
{
}
virtual ~Lighting(... | 688 | C++ | .h | 29 | 18.137931 | 76 | 0.644615 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,538 | previewwidget.hpp | OpenMW_openmw/apps/opencs/view/render/previewwidget.hpp | #ifndef OPENCS_VIEW_PREVIEWWIDGET_H
#define OPENCS_VIEW_PREVIEWWIDGET_H
#include "scenewidget.hpp"
#include <string>
#include "object.hpp"
class QModelIndex;
class QObject;
class QWidget;
namespace CSMWorld
{
class Data;
}
namespace CSVRender
{
class PreviewWidget : public SceneWidget
{
Q_OBJE... | 1,072 | C++ | .h | 33 | 27.424242 | 114 | 0.737512 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | true | true | false |
36,539 | terrainselection.hpp | OpenMW_openmw/apps/opencs/view/render/terrainselection.hpp | #ifndef CSV_RENDER_TERRAINSELECTION_H
#define CSV_RENDER_TERRAINSELECTION_H
#include <string>
#include <utility>
#include <vector>
#include <osg/Array>
#include <osg/ref_ptr>
namespace osg
{
class Group;
class Geometry;
class PositionAttitudeTransform;
}
namespace CSVRender
{
class WorldspaceWidget;... | 2,444 | C++ | .h | 66 | 30.333333 | 118 | 0.690416 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,540 | commands.hpp | OpenMW_openmw/apps/opencs/view/render/commands.hpp | #ifndef CSV_RENDER_COMMANDS_HPP
#define CSV_RENDER_COMMANDS_HPP
#include <QPointer>
#include <QUndoCommand>
namespace CSVRender
{
class WorldspaceWidget;
/*
Current solution to force a redrawing of the terrain-selection grid
when undoing/redoing changes in the editor.
This only trigge... | 1,199 | C++ | .h | 30 | 33.866667 | 104 | 0.726724 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,541 | tagbase.hpp | OpenMW_openmw/apps/opencs/view/render/tagbase.hpp | #ifndef OPENCS_VIEW_TAGBASE_H
#define OPENCS_VIEW_TAGBASE_H
#include <osg/Referenced>
#include <QString>
#include "mask.hpp"
namespace CSVRender
{
struct WorldspaceHitResult;
class TagBase : public osg::Referenced
{
Mask mMask;
public:
TagBase(Mask mask);
Mask getMask() co... | 434 | C++ | .h | 18 | 19.722222 | 90 | 0.714988 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,542 | pathgridmode.hpp | OpenMW_openmw/apps/opencs/view/render/pathgridmode.hpp | #ifndef CSV_RENDER_PATHGRIDMODE_H
#define CSV_RENDER_PATHGRIDMODE_H
#include <string>
#include "editmode.hpp"
namespace CSVWidget
{
class SceneToolbar;
}
namespace CSVRender
{
class PathgridSelectionMode;
class WorldspaceWidget;
struct WorldspaceHitResult;
class PathgridMode : public EditMode
... | 1,713 | C++ | .h | 47 | 29.340426 | 88 | 0.710895 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,543 | lightingnight.hpp | OpenMW_openmw/apps/opencs/view/render/lightingnight.hpp | #ifndef OPENCS_VIEW_LIGHTING_NIGHT_H
#define OPENCS_VIEW_LIGHTING_NIGHT_H
#include "lighting.hpp"
#include <osg/Vec4f>
namespace osg
{
class Group;
}
namespace CSVRender
{
class LightingNight : public Lighting
{
public:
LightingNight() = default;
void activate(osg::Group* rootNode, ... | 475 | C++ | .h | 20 | 19.8 | 73 | 0.71875 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
36,544 | brushdraw.hpp | OpenMW_openmw/apps/opencs/view/render/brushdraw.hpp | #ifndef CSV_RENDER_BRUSHDRAW_H
#define CSV_RENDER_BRUSHDRAW_H
#include <osg/Vec3d>
#include <osg/ref_ptr>
#include "../widget/brushshapes.hpp"
namespace osg
{
class Geometry;
class Group;
}
namespace CSVRender
{
class BrushDraw
{
public:
BrushDraw(osg::ref_ptr<osg::Group> parentNode, boo... | 1,067 | C++ | .h | 33 | 26.848485 | 86 | 0.690058 | OpenMW/openmw | 5,318 | 933 | 0 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.