noos::object::qr_code Class Reference
class which should encapsulate a QR code More...
#include <qr_code.hpp>
Public Member Functions | |
| qr_code (const json::const_iterator &qr_it) | |
| construct a qr object from a json iterator | |
| json::object_t | to_json () const |
| method to pass the information to json | |
| bool | operator== (const qr_code &rhs) const |
| Equality operator. | |
| bool | check_component (const json::const_iterator &it, std::string) |
| check if a component of json exist | |
Public Attributes | |
| float | centre_x |
| coordinate x of the center of the QR position | |
| float | centre_y |
| coordinate y of the center of the QR position | |
| std::string | message |
| message of the QR found | |
Detailed Description
class which should encapsulate a QR code
- Version
- 0.7.0
- Date
- 25 August 2016
Collaboration diagram for noos::object::qr_code:

The documentation for this class was generated from the following file:
- noos/objects/qr_code.hpp
