#include <channelio.h>
Public Types | |
typedef ChannelIOFormat | Format |
typedef ChannelIOFormatList | FormatList |
Static Public Methods | |
ChannelFileMetaInfo | getMetaInfo (QtVision *qtv, const QString &filename, const char *fmt=0) |
bool | load (QtVision *qtv, ChannelStore *store, const QString &filename, const char *fmt=0) |
bool | save (QtVision *qtv, ChannelStore *store, const QString &filename, const char *fmt=0) |
void | registerFormat (QtVision *qtv, ChannelIOFormat *format) |
ChannelIOFormatList * | formats (QtVision *qtv) |
ChannelIOFormat * | findFormat (QtVision *qtv, const char *fmt, int flags=ChannelIOFormat::FormatRead) |
|
Get the meta info for a given channel file.
|
|
Loads a channel file into the specified store.
|
|
Save the channels in the store to the specified file.
|
|
Registers the specified format.
|
|
Returns a list of all the known formats.
|
|
Try to find a format handler for the specified format. The flags indicate the facility we need, ie. reading or writing. If there is no matching handler, 0 is returned. |