tilde~
Puredata Qt-based GUI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
tilde~
widgets
UIArrayEditor.h
Go to the documentation of this file.
1
// (c) 2017 Alex Nadzharov
2
// License: GPL3
3
4
#ifndef UIARRAYEDITOR_H
5
#define UIARRAYEDITOR_H
6
7
#include <QObject>
8
#include <QPainter>
9
#include <QWidget>
10
11
#include "math.h"
12
13
// #include <pdServer.hpp>
14
#include "
xpd-transition/xpd-headers.h
"
15
16
// XPD-TODO
17
class
ServerArray;
18
19
namespace
tilde {
22
class
UIArrayEditor
:
public
QWidget {
23
Q_OBJECT
24
private
:
25
26
// XPD-TODO
27
/*
28
ServerArrayData* _arrayData;
29
30
ArrayId _serverArray;
31
*/
32
33
public
:
34
explicit
UIArrayEditor
(QWidget* parent = 0);
35
36
void
paintEvent
(QPaintEvent*);
37
38
void
setServerArray
(ServerArray* arr);
39
40
signals:
41
42
public
slots:
43
};
44
}
45
46
#endif // UIARRAYEDITOR_H
tilde::UIArrayEditor::UIArrayEditor
UIArrayEditor(QWidget *parent=0)
tilde::UIArrayEditor
Array Editor QWidget.
Definition:
UIArrayEditor.h:22
tilde::UIArrayEditor::paintEvent
void paintEvent(QPaintEvent *)
tilde::UIArrayEditor::setServerArray
void setServerArray(ServerArray *arr)
xpd-headers.h
Generated on Mon Aug 28 2017 23:38:33 for tilde~ by
1.8.6