#include <qr_code.hpp>
Definition at line 13 of file qr_code.hpp.
rapp::object::qr_code::qr_code |
( |
float |
centre_x, |
|
|
float |
centre_y, |
|
|
std::string |
label |
|
) |
| |
Consruct using code coordinates (a rectangle) and a label (URL, email, string, etc)
- Parameters
-
centre_x | is coordinate |
centre_y | is coordinate |
label | is message embedded in QR |
Definition at line 22 of file qr_code.hpp.
rapp::object::qr_code::qr_code |
( |
| ) |
|
|
default |
rapp::object::qr_code::qr_code |
( |
const qr_code & |
| ) |
|
|
default |
std::string rapp::object::qr_code::label |
( |
| ) |
const |
bool rapp::object::qr_code::operator== |
( |
const qr_code & |
rhs | ) |
const |
Equality operator
- Note
- the message is case insensitvely compared
Definition at line 42 of file qr_code.hpp.
float rapp::object::qr_code::centre_x__ = -1 |
|
private |
float rapp::object::qr_code::centre_y__ = -1 |
|
private |
std::string rapp::object::qr_code::message__ |
|
private |
The documentation for this class was generated from the following file:
- /home/travis/rapp_temp/rapp-api/cpp/includes/objects/qr_code/qr_code.hpp