itom  3.0.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
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
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