Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
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) |
bool iv::core::printer::existPrinter | ( | const std::string_view | deviceName | ) |
std::vector< std::string > iv::core::printer::getPrinters | ( | ) |
bool iv::core::printer::hasPrinter | ( | std::string & | defaultPrinter | ) |
bool iv::core::printer::isOnline | ( | const std::string_view | deviceName | ) |
bool iv::core::printer::print | ( | const std::string_view | deviceName, |
const std::string_view | filePath, | ||
const std::string_view | title ) |