dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QPictureIO
qt
gui
picture
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(!QT_NO_PICTURE)
extern (
C
++) extern (
C
++)
static if
(
!defined!"QT_NO_PICTUREIO"
)
struct
QPictureIO {
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(QIODevice ioDevice, const(char)* format);
this
(const(QString) fileName, const(char)* format);
~this
();
const
(
QPicture
)
picture
();
int
status
();
const
(
char
)*
format
();
QIODevice
ioDevice
();
QString
fileName
();
int
quality
();
QString
description
();
const
(
char
)*
parameters
();
float
gamma
();
void
setPicture
(const(QPicture) );
void
setStatus
(int );
void
setFormat
(const(char)* );
void
setIODevice
(QIODevice );
void
setFileName
(const(QString) );
void
setQuality
(int );
void
setDescription
(const(QString) );
void
setParameters
(const(char)* );
void
setGamma
(float );
bool
read
();
bool
write
();
static
QByteArray
pictureFormat
(const(QString) fileName);
static
QByteArray
pictureFormat
(QIODevice );
static
QList
!(
QByteArray
)
inputFormats
();
static
QList
!(
QByteArray
)
outputFormats
();
static
void
defineIOHandler
(const(char)* format, const(char)* header, const(char)* flags, picture_io_handler read_picture, picture_io_handler write_picture);
}
Constructors
this
this
()
Undocumented in source.
this
this
(QIODevice ioDevice, const(char)* format)
Undocumented in source.
this
this
(const(QString) fileName, const(char)* format)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
description
QString
description
()
Undocumented in source.
fileName
QString
fileName
()
Undocumented in source.
format
const
(
char
)*
format
()
Undocumented in source.
gamma
float
gamma
()
Undocumented in source.
ioDevice
QIODevice
ioDevice
()
Undocumented in source.
parameters
const
(
char
)*
parameters
()
Undocumented in source.
picture
const
(
QPicture
)
picture
()
Undocumented in source.
quality
int
quality
()
Undocumented in source.
rawConstructor
typeof
(
this
)
rawConstructor
()
Undocumented in source.
read
bool
read
()
Undocumented in source.
setDescription
void
setDescription
(const(QString) )
Undocumented in source.
setFileName
void
setFileName
(const(QString) )
Undocumented in source.
setFormat
void
setFormat
(const(char)* )
Undocumented in source.
setGamma
void
setGamma
(float )
Undocumented in source.
setIODevice
void
setIODevice
(QIODevice )
Undocumented in source.
setParameters
void
setParameters
(const(char)* )
Undocumented in source.
setPicture
void
setPicture
(const(QPicture) )
Undocumented in source.
setQuality
void
setQuality
(int )
Undocumented in source.
setStatus
void
setStatus
(int )
Undocumented in source.
status
int
status
()
Undocumented in source.
write
bool
write
()
Undocumented in source.
Static functions
create
typeof
(
this
)
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
defineIOHandler
void
defineIOHandler
(const(char)* format, const(char)* header, const(char)* flags, picture_io_handler read_picture, picture_io_handler write_picture)
Undocumented in source.
inputFormats
QList
!(
QByteArray
)
inputFormats
()
Undocumented in source.
outputFormats
QList
!(
QByteArray
)
outputFormats
()
Undocumented in source.
pictureFormat
QByteArray
pictureFormat
(const(QString) fileName)
Undocumented in source.
pictureFormat
QByteArray
pictureFormat
(QIODevice )
Undocumented in source.
Meta
Source
See Implementation
qt
gui
picture
aliases
picture_io_handler
structs
QPicture
QPictureIO
QPictureIOData
QPicturePrivate