itom  4.1.0
Todo List
Member FontButtonPrivate::fullNameWeight () const
: QFont:Weight is not yet in the meta object system QMetaObject meta = QFont::staticMetaObject; for (int i = 0; i < meta.enumeratorCount(); ++i) { QMetaEnum metaEnum = meta.enumerator(i); if (metaEnum.name() == "Weight") { return QString(metaEnum.valueToKey(this->Font.weight())); } }
Member ito::ConjFunc (DataObject *dObj)
avoid MatIterator
Parameters
*dObj
Exceptions
cv::Exceptionif data type is not complex. This is done by template specialization.
Returns
retOk
See also
std::conj
Member ito::DataObject::matNumToIdx (const int matNum, int *matIdx) const
documentation is missing
Member ito::DeepCopyPartialFunc (const DataObject &lhs, DataObject &rhs)
avoid DObjIterator for speed-up
Member ito::OpMulFunc (const DataObject *dObj1, const DataObject *dObj2, DataObject *dObjRes)
check for right definition of multiplication
Member ito::PythonQtSignalMapper::PythonQtSignalMapper ()
: probably, m_slotCount can also be set to methodOffset() of the QObject base class of PythonQtSignalMapper and should not be given as argument. it should not be offset of the object, that emits the signal but of this object, that has the virtual slot!
Class ito::ScriptDockWidget
right now, the floatable window does not have an single icon in the windows taskbar and is always on top of the main window. This behavior can be changed e.g. by defining an own titleWidget of the dockWidget.
Member ito::ScriptDockWidget::createStatusBar ()
right now, this is an empty method