#include <sane.hxx>
Public Member Functions | |
| BitmapTransporter () | |
| virtual | ~BitmapTransporter () |
| virtual ANY SAL_CALL | queryInterface (const Type &rType) throw ( RuntimeException ) |
| virtual void SAL_CALL | acquire () throw () |
| virtual void SAL_CALL | release () throw () |
| virtual AWT::Size SAL_CALL | getSize () throw () |
| virtual | SEQ (sal_Int8) SAL_CALL getDIB() throw () |
| virtual | SEQ (sal_Int8) SAL_CALL getMaskDIB() throw () |
| void | lock () |
| void | unlock () |
| SvMemoryStream & | getStream () |
Private Attributes | |
| SvMemoryStream | m_aStream |
| vos::OMutex | m_aProtector |
Definition at line 49 of file sane.hxx.
| BitmapTransporter::BitmapTransporter | ( | ) |
Definition at line 47 of file scanunx.cxx.
| BitmapTransporter::~BitmapTransporter | ( | ) | [virtual] |
Definition at line 54 of file scanunx.cxx.
| ANY SAL_CALL BitmapTransporter::queryInterface | ( | const Type & | rType | ) | throw ( RuntimeException ) [virtual] |
| virtual void SAL_CALL BitmapTransporter::acquire | ( | ) | throw () [inline, virtual] |
| virtual void SAL_CALL BitmapTransporter::release | ( | ) | throw () [inline, virtual] |
| AWT::Size BitmapTransporter::getSize | ( | ) | throw () [virtual] |
| virtual BitmapTransporter::SEQ | ( | sal_Int8 | ) | throw () [virtual] |
Referenced by SEQ().
| virtual BitmapTransporter::SEQ | ( | sal_Int8 | ) | throw () [inline, virtual] |
| void BitmapTransporter::lock | ( | ) | [inline] |
| void BitmapTransporter::unlock | ( | ) | [inline] |
| SvMemoryStream& BitmapTransporter::getStream | ( | ) | [inline] |
Definition at line 72 of file sane.hxx.
References m_aStream.
Referenced by SaneDlg::AcquirePreview(), and Sane::Start().
SvMemoryStream BitmapTransporter::m_aStream [private] |
vos::OMutex BitmapTransporter::m_aProtector [private] |
1.5.1