3ds Max C++ API Reference
|
Classes | |
class | TCEvent |
This event is sent to the Qt control before the toolclip widget is showing up. More... | |
Variables | |
static constexpr int | kToolTipKeyRole = Qt::UserRole + 0x0100 |
The kToolTipKeyRole extends the Q::ItemDataRole in order to retrieve a tool tip key from the data model. | |
|
staticconstexpr |
The kToolTipKeyRole extends the Q::ItemDataRole in order to retrieve a tool tip key from the data model.
It can be used in QAbstractItemModel::data() implementations to provide the tooltip system with extended tooltips on QAbstractItemView subclasses like tree or list views.