LeechCraft Azoth  0.6.70-6645-gcd10d7e
Modular multiprotocol IM plugin for LeechCraft
LeechCraft::Azoth::StaticCommand Struct Reference

#include "iprovidecommands.h"

Public Member Functions

 StaticCommand ()=default
 
 StaticCommand (const StaticCommand &)=default
 
 StaticCommand (const QStringList &names, const Command_f &command)
 
 StaticCommand (const QStringList &names, const Command_f &command, const QString &descr, const QString &help)
 

Public Attributes

QStringList Names_
 
Command_f Command_
 
QString Description_
 
QString Help_
 

Detailed Description

Definition at line 80 of file iprovidecommands.h.

Constructor & Destructor Documentation

LeechCraft::Azoth::StaticCommand::StaticCommand ( )
default
LeechCraft::Azoth::StaticCommand::StaticCommand ( const StaticCommand )
default
LeechCraft::Azoth::StaticCommand::StaticCommand ( const QStringList &  names,
const Command_f command 
)
inline

Definition at line 91 of file iprovidecommands.h.

LeechCraft::Azoth::StaticCommand::StaticCommand ( const QStringList &  names,
const Command_f command,
const QString &  descr,
const QString &  help 
)
inline

Definition at line 97 of file iprovidecommands.h.

Member Data Documentation

Command_f LeechCraft::Azoth::StaticCommand::Command_

Definition at line 83 of file iprovidecommands.h.

QString LeechCraft::Azoth::StaticCommand::Description_

Definition at line 85 of file iprovidecommands.h.

QString LeechCraft::Azoth::StaticCommand::Help_

Definition at line 86 of file iprovidecommands.h.

QStringList LeechCraft::Azoth::StaticCommand::Names_

Definition at line 82 of file iprovidecommands.h.


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