Main Page
Namespaces
Classes
Files
File List
File Members
include
stdr_gui
stdr_robot_creator
stdr_rfid_antenna_properties_loader.h
Go to the documentation of this file.
1
/******************************************************************************
2
STDR Simulator - Simple Two DImensional Robot Simulator
3
Copyright (C) 2013 STDR Simulator
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
6
the Free Software Foundation; either version 3 of the License, or
7
(at your option) any later version.
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
You should have received a copy of the GNU General Public License
13
along with this program; if not, write to the Free Software Foundation,
14
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
15
16
Authors :
17
* Manos Tsardoulias, etsardou@gmail.com
18
* Aris Thallas, aris.thallas@gmail.com
19
* Chris Zalidis, zalidis@gmail.com
20
******************************************************************************/
21
22
#ifndef STDR_RFID_ANTENNA_LOADER
23
#define STDR_RFID_ANTENNA_LOADER
24
25
#include "ui_rfidAntennaProperties.h"
26
#include "
stdr_gui/stdr_tools.h
"
27
32
namespace
stdr_gui
33
{
38
class
CRfidAntennaPropertiesLoader
:
39
public
QWidget,
40
public
Ui_RfidAntennaProperties
41
{
42
//------------------------------------------------------------------------//
43
private
:
45
int
argc_
;
47
char
**
argv_
;
48
//------------------------------------------------------------------------//
49
public
:
56
CRfidAntennaPropertiesLoader
(
int
argc,
char
**argv);
57
62
~CRfidAntennaPropertiesLoader
(
void
);
63
};
64
}
65
66
#endif
stdr_gui::CRfidAntennaPropertiesLoader::argc_
int argc_
< Number of input arguments
Definition:
stdr_rfid_antenna_properties_loader.h:45
stdr_gui::CRfidAntennaPropertiesLoader::argv_
char ** argv_
Definition:
stdr_rfid_antenna_properties_loader.h:47
stdr_gui
The main namespace for STDR GUI.
stdr_gui::CRfidAntennaPropertiesLoader::CRfidAntennaPropertiesLoader
CRfidAntennaPropertiesLoader(int argc, char **argv)
Default contructor.
Definition:
stdr_rfid_antenna_properties_loader.cpp:32
stdr_tools.h
stdr_gui::CRfidAntennaPropertiesLoader
Implements the low level functionalities of the Rfid antenna properties widget. Inherits form QWidget...
Definition:
stdr_rfid_antenna_properties_loader.h:38
stdr_gui::CRfidAntennaPropertiesLoader::~CRfidAntennaPropertiesLoader
~CRfidAntennaPropertiesLoader(void)
Default destructor.
Definition:
stdr_rfid_antenna_properties_loader.cpp:44
stdr_gui
Author(s): Manos Tsardoulias
autogenerated on Mon Jun 10 2019 15:15:16