Main Page
Namespaces
Classes
Files
File List
File Members
gui
qpixmapdumper.h
Go to the documentation of this file.
1
#ifndef _QPIXMAPDUMPER_H_
2
#define _QPIXMAPDUMPER_H_
3
#include <qpixmap.h>
4
#include <qimage.h>
5
#include <string>
6
7
8
struct
QPixmapDumper
{
9
QPixmapDumper
(std::string
prefix
,
int
cycles
);
10
void
reset
();
11
std::string
prefix
;
12
std::string
format
;
13
bool
dump
(
const
QPixmap& pixmap);
14
int
counter
;
15
int
cycles
;
16
int
frame
;
17
};
18
19
#endif
QPixmapDumper::reset
void reset()
Definition:
qpixmapdumper.cpp:12
QPixmapDumper::QPixmapDumper
QPixmapDumper(std::string prefix, int cycles)
Definition:
qpixmapdumper.cpp:5
QPixmapDumper::format
std::string format
Definition:
qpixmapdumper.h:12
QPixmapDumper::frame
int frame
Definition:
qpixmapdumper.h:16
QPixmapDumper
Definition:
qpixmapdumper.h:8
QPixmapDumper::prefix
std::string prefix
Definition:
qpixmapdumper.h:11
QPixmapDumper::counter
int counter
Definition:
qpixmapdumper.h:14
QPixmapDumper::dump
bool dump(const QPixmap &pixmap)
Definition:
qpixmapdumper.cpp:20
QPixmapDumper::cycles
int cycles
Definition:
qpixmapdumper.h:15
openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22