Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Scanner Class Reference
Collaboration diagram for Scanner:

Public Types

enum class  InputFormat { QtAttributions = 0x1 , ChromiumAttributions = 0x2 }
enum class  Check { Paths = 0x1 , All = Paths }

Public Member Functions

 Scanner ()
 ~Scanner ()
bool parseArguments (int argc, char **argv)
void printUsage ()
bool process ()
void printErrors ()
 Scanner ()
 ~Scanner ()
bool parseArguments (int argc, char **argv)
void printUsage ()
bool process ()
void printErrors ()

Detailed Description

Definition at line 11 of file qtwaylandscanner.cpp.

Member Enumeration Documentation

◆ Check

enum class Scanner::Check
strong
Enumerator
Paths 
All 

Definition at line 24 of file scanner.h.

◆ InputFormat

enum class Scanner::InputFormat
strong
Enumerator
QtAttributions 
ChromiumAttributions 

Definition at line 17 of file scanner.h.

Constructor & Destructor Documentation

◆ Scanner() [1/2]

Scanner::Scanner ( )
inlineexplicit

Definition at line 14 of file qtwaylandscanner.cpp.

◆ ~Scanner() [1/2]

Scanner::~Scanner ( )
inline

Definition at line 15 of file qtwaylandscanner.cpp.

◆ Scanner() [2/2]

Scanner::Scanner ( )
inlineexplicit

Definition at line 14 of file qtwaylandscanner.cpp.

◆ ~Scanner() [2/2]

Scanner::~Scanner ( )
inline

Definition at line 15 of file qtwaylandscanner.cpp.

Member Function Documentation

◆ parseArguments() [1/2]

bool Scanner::parseArguments ( int argc,
char ** argv )

Definition at line 96 of file qtwaylandscanner.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ parseArguments() [2/2]

bool Scanner::parseArguments ( int argc,
char ** argv )

◆ printErrors() [1/2]

void Scanner::printErrors ( )

Definition at line 1310 of file qtwaylandscanner.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ printErrors() [2/2]

void Scanner::printErrors ( )

◆ printUsage() [1/2]

void Scanner::printUsage ( )

Definition at line 140 of file qtwaylandscanner.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ printUsage() [2/2]

void Scanner::printUsage ( )

◆ process() [1/2]

bool Scanner::process ( )

Definition at line 397 of file qtwaylandscanner.cpp.

Referenced by main().

Here is the caller graph for this function:

◆ process() [2/2]

bool Scanner::process ( )

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