3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ToolClips Namespace 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.
 

Variable Documentation

◆ kToolTipKeyRole

constexpr int kToolTipKeyRole = Qt::UserRole + 0x0100
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.