MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / Group

Class Group

src/common/actionmanager/actioncontainer.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <QDebug>
13
14struct Group
15{
16 Group(const QString &id)
17 : id(id) {}
18 QString id;
19 QList<QObject *> items; // Command * or ActionContainer *
20};
21
22class ActionContainerPrivate : public QObject
23{

Callers 2

appendGroupMethod · 0.85
insertGroupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected