标准和用户自定义 I/O 处理器的通用接口
更多...
#include <qwt3d_io.h>
|
|
using | Function = bool(*)(Plot3D *, QString const &fname) |
| |
◆ defineInputHandler() [1/2]
| bool IO::defineInputHandler |
( |
QString const & |
format, |
|
|
IO::Function |
func |
|
) |
| |
|
static |
◆ defineInputHandler() [2/2]
| bool IO::defineInputHandler |
( |
QString const & |
format, |
|
|
IO::Functor const & |
func |
|
) |
| |
|
static |
◆ defineOutputHandler() [1/2]
| bool IO::defineOutputHandler |
( |
QString const & |
format, |
|
|
IO::Function |
func |
|
) |
| |
|
static |
◆ defineOutputHandler() [2/2]
| bool IO::defineOutputHandler |
( |
QString const & |
format, |
|
|
IO::Functor const & |
func |
|
) |
| |
|
static |
◆ inputFormatList()
| QStringList IO::inputFormatList |
( |
| ) |
|
|
static |
◆ inputHandler()
| IO::Functor * IO::inputHandler |
( |
QString const & |
format | ) |
|
|
static |
◆ load()
| bool IO::load |
( |
Plot3D * |
plot, |
|
|
QString const & |
fname, |
|
|
QString const & |
format |
|
) |
| |
|
static |
◆ outputFormatList()
| QStringList IO::outputFormatList |
( |
| ) |
|
|
static |
◆ outputHandler()
| IO::Functor * IO::outputHandler |
( |
QString const & |
format | ) |
|
|
static |
◆ save()
| bool IO::save |
( |
Plot3D * |
plot, |
|
|
QString const & |
fname, |
|
|
QString const & |
format |
|
) |
| |
|
static |
该类的文档由以下文件生成:
- /home/runner/work/QWT/QWT/src/plot3d/qwt3d_io.h
- /home/runner/work/QWT/QWT/src/plot3d/qwt3d_io.cpp