BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
jsonReader.h
Go to the documentation of this file.
1
//********************************************************************
2
// MARK FOR DELETE - OBSOLETE
3
//********************************************************************
4
#ifndef JSONREADER_H
5
#define JSONREADER_H
6
#include <QJsonDocument>
7
#include <QJsonObject>
8
#include <QJsonArray>
9
10
#include <QFile>
11
#include <QString>
12
13
#include "
directoryhandler.h
"
14
15
class
JSONReader
16
{
17
private
:
18
static
QFile
file
;
19
static
QString
path
;
20
public
:
21
JSONReader
();
22
~JSONReader
();
23
void
setFilePath
(QString
path
);
24
QString
readJSON
();
25
26
};
27
28
#endif // JSONREADER_H
directoryhandler.h
JSONReader::readJSON
QString readJSON()
JSONReader
Definition:
jsonReader.h:15
JSONReader::file
static QFile file
Definition:
jsonReader.h:18
JSONReader::path
static QString path
Definition:
jsonReader.h:19
JSONReader::setFilePath
void setFilePath(QString path)
JSONReader::~JSONReader
~JSONReader()
JSONReader::JSONReader
JSONReader()
Generated by
1.8.6