Kanzi  3.9.6
Kanzi Engine API
kanzi::Command Class Reference

Command class defines property and message types used in implementation of commands. More...

#include <kanzi/core.ui/command/command.hpp>

Classes

class  CommandMessageArguments
 Represents the message arguments for command messages. More...
 

Static Public Member Functions

static PropertyTypeEditorInfoSharedPtr makeEditorInfo ()
 

Static Public Attributes

static MessageType< CommandMessageArgumentsCommandMessage
 Message to activate a command. More...
 
static PropertyType< string > CommandProperty
 Sets a command that a control activates. More...
 

Detailed Description

Command class defines property and message types used in implementation of commands.

Member Function Documentation

◆ makeEditorInfo()

static PropertyTypeEditorInfoSharedPtr kanzi::Command::makeEditorInfo ( )
static

Member Data Documentation

◆ CommandProperty

PropertyType<string> kanzi::Command::CommandProperty
static

Sets a command that a control activates.

◆ CommandMessage

MessageType<CommandMessageArguments> kanzi::Command::CommandMessage
static

Message to activate a command.


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