merged AI doc, some new pages
This commit is contained in:
@@ -29,20 +29,24 @@
|
||||
#include "piiodevice.h"
|
||||
|
||||
|
||||
//! \ingroup IO
|
||||
//! \~\ingroup IO
|
||||
//! \~\brief
|
||||
//! \~english PIIODevice that pass write to read.
|
||||
//! \~russian PIIODevice который транслирует запись на чтение.
|
||||
//! \~english %PIIODevice that returns written packets through \a read().
|
||||
//! \~russian %PIIODevice, который возвращает записанные пакеты через \a read().
|
||||
class PIP_EXPORT PITransparentDevice: public PIIODevice {
|
||||
PIIODEVICE(PITransparentDevice, "tr");
|
||||
|
||||
public:
|
||||
//! \~english Contructs empty %PITransparentDevice
|
||||
//! \~russian Создает пустой %PITransparentDevice
|
||||
//! \~english Constructs an empty %PITransparentDevice.
|
||||
//! \~russian Создает пустой %PITransparentDevice.
|
||||
explicit PITransparentDevice();
|
||||
|
||||
//! \~english Destroys the transparent device.
|
||||
//! \~russian Уничтожает прозрачное устройство.
|
||||
virtual ~PITransparentDevice();
|
||||
|
||||
//! \~english Returns size of the next queued packet.
|
||||
//! \~russian Возвращает размер следующего пакета в очереди.
|
||||
ssize_t bytesAvailable() const override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user