Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
CoreArgParser Class Reference

The CoreArgParser class This class processes the argments for the "core" app. More...

#include <CoreArgParser.h>

Public Member Functions

 CoreArgParser (const QStringList &args={})
 CoreArgParser calling this funciton will parse apps and set the setting and version options For any other settings to be set you must call parse();.
void parse ()
 parse This method will parse all options other then help and version
QString helpText () const
QString versionText () const
QString errorText () const
bool help () const
bool version () const
bool serverMode () const
bool clientMode () const
bool singleInstanceOnly () const

Detailed Description

The CoreArgParser class This class processes the argments for the "core" app.

Constructor & Destructor Documentation

◆ CoreArgParser()

CoreArgParser::CoreArgParser ( const QStringList & args = {})
explicit

CoreArgParser calling this funciton will parse apps and set the setting and version options For any other settings to be set you must call parse();.

See also
parse();
Parameters
argsList of args to parse

Member Function Documentation

◆ clientMode()

bool CoreArgParser::clientMode ( ) const

◆ errorText()

QString CoreArgParser::errorText ( ) const

◆ help()

bool CoreArgParser::help ( ) const

◆ helpText()

QString CoreArgParser::helpText ( ) const

◆ parse()

void CoreArgParser::parse ( )

parse This method will parse all options other then help and version

◆ serverMode()

bool CoreArgParser::serverMode ( ) const

◆ singleInstanceOnly()

bool CoreArgParser::singleInstanceOnly ( ) const

◆ version()

bool CoreArgParser::version ( ) const

◆ versionText()

QString CoreArgParser::versionText ( ) const

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