Chatterino
Public Member Functions | Public Attributes | List of all members
chatterino::Args Class Reference

Command line arguments passed to Chatterino. More...

#include <Args.hpp>

Public Member Functions

 Args (const QApplication &app)
 

Public Attributes

bool printVersion {}
 
bool crashRecovery {}
 
bool shouldRunBrowserExtensionHost {}
 
bool isFramelessEmbed {}
 
boost::optional< unsigned long long > parentWindowId {}
 
bool dontSaveSettings {}
 
bool dontLoadMainWindow {}
 
boost::optional< WindowLayoutcustomChannelLayout
 
bool verbose {}
 

Detailed Description

Command line arguments passed to Chatterino.

Constructor & Destructor Documentation

◆ Args()

chatterino::Args::Args ( const QApplication &  app)
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ crashRecovery

bool chatterino::Args::crashRecovery {}

◆ customChannelLayout

boost::optional<WindowLayout> chatterino::Args::customChannelLayout

◆ dontLoadMainWindow

bool chatterino::Args::dontLoadMainWindow {}

◆ dontSaveSettings

bool chatterino::Args::dontSaveSettings {}

◆ isFramelessEmbed

bool chatterino::Args::isFramelessEmbed {}

◆ parentWindowId

boost::optional<unsigned long long> chatterino::Args::parentWindowId {}

◆ printVersion

bool chatterino::Args::printVersion {}

◆ shouldRunBrowserExtensionHost

bool chatterino::Args::shouldRunBrowserExtensionHost {}

◆ verbose

bool chatterino::Args::verbose {}

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