MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / PropertiesModel

Method PropertiesModel

apps/cloud_composer/src/properties_model.cpp:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <QDebug>
5
6pcl::cloud_composer::PropertiesModel::PropertiesModel(QObject* parent)
7: QStandardItemModel(parent)
8{
9 setHorizontalHeaderItem(0, new QStandardItem("Name"));
10 setHorizontalHeaderItem(1, new QStandardItem("Value"));
11}
12
13pcl::cloud_composer::PropertiesModel::PropertiesModel(CloudComposerItem* parent_item,
14 QObject* parent)

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected