Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
iv::core::printer Namespace Reference

Functions

std::vector< std::string > getPrinters ()
 
bool existPrinter (const std::string_view deviceName)
 
bool isOnline (const std::string_view deviceName)
 
bool hasPrinter (std::string &defaultPrinter)
 
bool print (const std::string_view deviceName, const std::string_view filePath, const std::string_view title)
 

Function Documentation

◆ existPrinter()

bool iv::core::printer::existPrinter ( const std::string_view deviceName)

◆ getPrinters()

std::vector< std::string > iv::core::printer::getPrinters ( )

◆ hasPrinter()

bool iv::core::printer::hasPrinter ( std::string & defaultPrinter)

◆ isOnline()

bool iv::core::printer::isOnline ( const std::string_view deviceName)

◆ print()

bool iv::core::printer::print ( const std::string_view deviceName,
const std::string_view filePath,
const std::string_view title )