Chatterino
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
chatterino::Command Struct Reference

#include <Command.hpp>

Public Member Functions

 Command ()=default
 
 Command (const QString &text)
 
 Command (const QString &name, const QString &func, bool showInMsgContextMenu=false)
 
QString toString () const
 

Public Attributes

QString name
 
QString func
 
bool showInMsgContextMenu
 

Constructor & Destructor Documentation

◆ Command() [1/3]

chatterino::Command::Command ( )
default

◆ Command() [2/3]

chatterino::Command::Command ( const QString &  text)
explicit

◆ Command() [3/3]

chatterino::Command::Command ( const QString &  name,
const QString &  func,
bool  showInMsgContextMenu = false 
)

Member Function Documentation

◆ toString()

QString chatterino::Command::toString ( ) const

Member Data Documentation

◆ func

QString chatterino::Command::func

◆ name

QString chatterino::Command::name

◆ showInMsgContextMenu

bool chatterino::Command::showInMsgContextMenu

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