MCPcopy Create free account
hub / github.com/commontk/CTK / init

Method init

Libs/Visualization/VTK/Widgets/ctkVTKDataSetModel.cpp:74–81  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

72
73//------------------------------------------------------------------------------
74void ctkVTKDataSetModelPrivate::init()
75{
76 Q_Q(ctkVTKDataSetModel);
77 q->setColumnCount(1);
78
79 QObject::connect(q, SIGNAL(itemChanged(QStandardItem*)),
80 q, SLOT(onItemChanged(QStandardItem*)));
81}
82/*
83//------------------------------------------------------------------------------
84void ctkVTKDataSetModelPrivate::listenAbstractArrayModifiedEvent()

Callers 1

ctkVTKDataSetModelMethod · 0.45

Calls 1

setColumnCountMethod · 0.45

Tested by

no test coverage detected