OpenCores
URL https://opencores.org/ocsvn/bw_tiff_compression/bw_tiff_compression/trunk

Subversion Repositories bw_tiff_compression

[/] [bw_tiff_compression/] [trunk/] [client_application/] [src/] [GUI/] [PortSelectionDialog.h] - Blame information for rev 16

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 amulder
/*
2
 * @file     PortSelectionDialog.h
3
 * @date     May 14, 2012
4
 * @author   Aart Mulder
5
 */
6
 
7
#ifndef PORTSELECTIONDIALOG_H
8
#define PORTSELECTIONDIALOG_H
9
 
10
#include <QDialog>
11
 
12
namespace Ui {
13
    class CPortSelectionDialog;
14
}
15
 
16
class CPortSelectionDialog : public QDialog
17
{
18
    Q_OBJECT
19
 
20
public:
21
    explicit CPortSelectionDialog(QWidget *parent = 0);
22
    ~CPortSelectionDialog();
23
        void UpdateList(QList<QString> sPortNames);
24
        QString GetPortname();
25
    quint32 GetBaudrate();
26
 
27
private:
28
    Ui::CPortSelectionDialog *ui;
29
};
30
 
31
#endif // PORTSELECTIONDIALOG_H

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.