Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
printer.cpp File Reference
#include "printer.hpp"
#include <cups/cups.h>
#include <algorithm>
#include <ranges>
Include dependency graph for printer.cpp:

Namespaces

namespace  iv
 
namespace  iv::core
 
namespace  iv::core::printer
 

Functions

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