Interface QApplicationCommandGroupBuilderType
public interface QApplicationCommandGroupBuilderType
A builder for a command group.
-
Method Summary
Modifier and TypeMethodDescriptionaddCommand(QCommandType command) Add a command within this group.createCommandGroup(QCommandMetadata metadata) Create a command group within this group.
-
Method Details
-
createCommandGroup
Create a command group within this group.- Parameters:
metadata- The metadata- Returns:
- A new command group builder
-
addCommand
Add a command within this group.- Parameters:
command- The command- Returns:
- this
-