KVIrc  4.9.2
DeveloperAPIs
Namespaces | Functions
KviUserInput.h File Reference

User input parsing. More...

#include "kvi_settings.h"
#include "KviQString.h"
#include "KviWindow.h"

Go to the source code of this file.

Namespaces

 KviUserInput
 Namespace that contains parsing function for the user input.
 

Functions

KVIRC_API void KviUserInput::escapeString (QString &szData)
 Escapes any kvs special character from a string. More...
 
bool KviUserInput::parse (QString &szData, KviWindow *pWindow, const QString &szContext=KviQString::Empty, bool bUserFriendlyCommandline=false)
 Returns false if szData is a command and it fails to run. More...
 
bool KviUserInput::parseCommand (const QString &szData, KviWindow *pWindow, const QString &szContext=KviQString::Empty, bool bUserFriendlyCommandline=false)
 Returns true if the command run. More...
 
void KviUserInput::parseNonCommand (QString &szData, KviWindow *pWindow)
 Parses the non command input data. More...
 

Detailed Description

User input parsing.

Author
Szymon Stefanek