Krita Source Code Documentation
Loading...
Searching...
No Matches
KisKActionCategoryPrivate Struct Reference

Public Member Functions

 KisKActionCategoryPrivate (KisKActionCategory *host)
 

Public Attributes

QList< QAction * > actions
 List of actions.
 
KisKActionCategoryq
 Our host.
 
QString text
 The text for this category.
 

Detailed Description

Definition at line 11 of file kactioncategory.cpp.

Constructor & Destructor Documentation

◆ KisKActionCategoryPrivate()

KisKActionCategoryPrivate::KisKActionCategoryPrivate ( KisKActionCategory * host)

Definition at line 123 of file kactioncategory.cpp.

124 : q(host)
125{}
KisKActionCategory * q
Our host.

Member Data Documentation

◆ actions

QList<QAction *> KisKActionCategoryPrivate::actions

List of actions.

Definition at line 22 of file kactioncategory.cpp.

◆ q

KisKActionCategory* KisKActionCategoryPrivate::q

Our host.

Definition at line 16 of file kactioncategory.cpp.

◆ text

QString KisKActionCategoryPrivate::text

The text for this category.

Definition at line 19 of file kactioncategory.cpp.


The documentation for this struct was generated from the following file: