PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
psrgui
interfacePanel.h
1
#include "TextInterface.h"
2
#include "Error.h"
3
4
#include "qerrormessage.h"
5
#include "qpushbutton.h"
6
#include "qdialog.h"
7
#include "qlayout.h"
8
#include "qgroupbox.h"
9
#include "qbuttongroup.h"
10
#include "qlineedit.h"
11
#include "qstring.h"
12
13
#include <vector>
14
15
namespace
Pulsar
{
16
17
class
interfacePanel :
public
QDialog
18
{
19
Q_OBJECT
20
21
public
:
22
23
interfacePanel(QWidget* parent,
TextInterface::Parser
* ui);
24
25
protected
:
26
27
std::vector<QLineEdit*> parameters;
28
TextInterface::Parser
* ti;
29
30
protected
slots:
31
32
void
processRequest();
33
34
private
:
35
};
36
}
Error
TextInterface::Parser
TextInterface::Parser::get_nvalue
unsigned get_nvalue() const
Error::get_message
const std::string get_message() const
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17