Searched refs:m_job (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h43 void SetPrintJob( GnomePrintJob *job ) { m_job = job; }
44 GnomePrintJob* GetPrintJob() { return m_job; }
49 GnomePrintJob *m_job; member in class:wxGnomePrintNativeData
280 GnomePrintJob* m_job; // only used and destroyed when created with wxPrintData member in class:wxGnomePrintDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp307 m_job = gs_lgp->gnome_print_job_new( m_config );
968 m_job = native->GetPrintJob();
969 m_gpc = gs_lgp->gnome_print_job_get_context (m_job);

Completed in 115 milliseconds