Qucs-GUI
0.0.18
Main Page
Related Pages
Data Structures
Files
File List
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
qucs
diagrams
markerdialog.h
Go to the documentation of this file.
1
/***************************************************************************
2
markerdialog.h
3
----------------
4
begin : Wed April 21 2004
5
copyright : (C) 2003 by Michael Margraf
6
email : michael.margraf@alumni.tu-berlin.de
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#ifndef MARKERDIALOG_H
19
#define MARKERDIALOG_H
20
#include "
marker.h
"
21
#include <QDialog>
22
#include <QLineEdit>
23
#include <QComboBox>
24
#include <QCheckBox>
25
26
27
28
29
class
MarkerDialog
:
public
QDialog {
30
Q_OBJECT
31
public
:
32
MarkerDialog
(
Marker
*pm_, QWidget *parent=0);
33
~MarkerDialog
();
34
35
private
slots:
36
void
slotAcceptValues
();
37
38
public
:
39
Marker
*
pMarker
;
40
41
QComboBox *
NumberBox
;
42
QLineEdit *
Precision
;
43
QLineEdit *
SourceImpedance
;
44
QCheckBox *
TransBox
;
45
};
46
47
#endif
MarkerDialog::pMarker
Marker * pMarker
Definition:
markerdialog.h:39
Marker
Definition:
marker.h:31
MarkerDialog::Precision
QLineEdit * Precision
Definition:
markerdialog.h:42
MarkerDialog::NumberBox
QComboBox * NumberBox
Definition:
markerdialog.h:41
MarkerDialog::TransBox
QCheckBox * TransBox
Definition:
markerdialog.h:44
MarkerDialog
Definition:
markerdialog.h:29
MarkerDialog::SourceImpedance
QLineEdit * SourceImpedance
Definition:
markerdialog.h:43
MarkerDialog::~MarkerDialog
~MarkerDialog()
Definition:
markerdialog.cpp:76
MarkerDialog::slotAcceptValues
void slotAcceptValues()
Definition:
markerdialog.cpp:81
MarkerDialog::MarkerDialog
MarkerDialog(Marker *pm_, QWidget *parent=0)
Definition:
markerdialog.cpp:30
marker.h
Generated on Mon Sep 1 2014 20:05:20 for Qucs-GUI by
1.8.6