GPC  v1.0.0-2516
Gorman Print Control
SessionComponentTransfer Class Reference

Write the .ijs and .ijb files to the printer, and update a progress bar for the user. More...

Inheritance diagram for SessionComponentTransfer:
Collaboration diagram for SessionComponentTransfer:

Public Member Functions

 SessionComponentTransfer (SessionComponent &sc)
 Constructor. More...
 
virtual ~SessionComponentTransfer (void)
 Destructor. More...
 
virtual void run (void)
 Inherited from ThreadWithProgressWindow. Transfer files to the IncJet device. More...
 

Public Attributes

SessionComponentparent
 

Detailed Description

Write the .ijs and .ijb files to the printer, and update a progress bar for the user.

Constructor & Destructor Documentation

◆ SessionComponentTransfer()

SessionComponentTransfer::SessionComponentTransfer ( SessionComponent sc)

Constructor.

◆ ~SessionComponentTransfer()

SessionComponentTransfer::~SessionComponentTransfer ( void  )
virtual

Destructor.

Member Function Documentation

◆ run()