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
command_line_helpers.h File Reference

(61d9742824d54be5693191fe502325a909feca59)

#include <string>
#include "public/fpdfview.h"
+ Include dependency graph for command_line_helpers.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ParseSwitchKeyValue (const std::string &arg, const std::string &key, std::string *value)
 
FPDF_RENDERER_TYPE GetDefaultRendererType ()
 

Function Documentation

◆ GetDefaultRendererType()

FPDF_RENDERER_TYPE GetDefaultRendererType ( )

Definition at line 17 of file command_line_helpers.cpp.

Referenced by EmbedderTestEnvironment::EmbedderTestEnvironment(), and main().

+ Here is the caller graph for this function:

◆ ParseSwitchKeyValue()

bool ParseSwitchKeyValue ( const std::string & arg,
const std::string & key,
std::string * value )

Definition at line 7 of file command_line_helpers.cpp.