MagicSmoke  $VERSION$
code39.h
Go to the documentation of this file.
1 //
2 // C++ Interface: code39
3 //
4 // Description:
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2007-2011
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #include <QImage>
14 #include <QString>
15 
16 #include "commonexport.h"
17 
21 MAGICSMOKE_COMMON_EXPORT QImage code39(QString);
#define MAGICSMOKE_COMMON_EXPORT
Definition: commonexport.h:7
MAGICSMOKE_COMMON_EXPORT QImage code39(QString)
Takes a string and converts it into a code-39 bar code.
Definition: code39.cpp:84