#include <SUIT_FindActionDialog.h>

Public Member Functions | |
| SUIT_FoundActionTreeModule (const QString &theModuleID) | |
| virtual | ~SUIT_FoundActionTreeModule ()=default |
| virtual SUIT_FoundActionTreeItem::Type | type () const |
| void | setAssets (const SUIT_ShortcutModuleAssets &theAssets, const QString &theLang) |
| virtual QVariant | getValue (SUIT_FoundActionTree::SortKey theKey) const |
Public Member Functions inherited from SUIT_FoundActionTreeItem | |
| virtual | ~SUIT_FoundActionTreeItem ()=default |
| QString | name () const |
| QString | toolTip () const |
| virtual void | styleAsDimmed () |
Additional Inherited Members | |
Public Types inherited from SUIT_FoundActionTreeItem | |
| enum | Type { Module , Action } |
Public Attributes inherited from SUIT_FoundActionTreeItem | |
| const QString | myModuleID |
Protected Member Functions inherited from SUIT_FoundActionTreeItem | |
| SUIT_FoundActionTreeItem (const QString &theModuleID) | |
| SUIT_FoundActionTreeModule::SUIT_FoundActionTreeModule | ( | const QString & | theModuleID | ) |
|
virtualdefault |
|
virtual |
| void SUIT_FoundActionTreeModule::setAssets | ( | const SUIT_ShortcutModuleAssets & | theAssets, |
| const QString & | theLang | ||
| ) |
References SUIT_ShortcutModuleAssets::bestName(), and SUIT_ShortcutAssets::myIcon.
|
inlinevirtual |
Implements SUIT_FoundActionTreeItem.