QtPdWidgets
2.3.1
|
Widget to send broadcast messages. More...
#include <SendBroadcastWidget.h>
Public Member Functions | |
SendBroadcastWidget (QWidget *parent=nullptr) | |
~SendBroadcastWidget () | |
void | setProcess (QtPdCom::Process *p) |
Set the Process. More... | |
QtPdCom::Process * | getProcess () const |
QString | getAttributeName () const |
void | setAttributeName (QString name) |
Properties | |
QString | attributeName |
Name of the xml attribute. More... | |
Private Member Functions | |
PD_PRIVATE void | changeEvent (QEvent *event) override |
Private Attributes | |
QScopedPointer< SendBroadcastWidgetPrivate > const | d_ptr |
Widget to send broadcast messages.
This widget contains a line edit and a send button to send broadcasts to all msr clients. Note that broadcasts have to be enabled in pdserv.
|
explicit |
|
default |
|
overrideprivate |
QString Pd::SendBroadcastWidget::getAttributeName | ( | ) | const |
QtPdCom::Process * SendBroadcastWidget::getProcess | ( | ) | const |
void Pd::SendBroadcastWidget::setAttributeName | ( | QString | name | ) |
void Pd::SendBroadcastWidget::setProcess | ( | QtPdCom::Process * | p | ) |
Set the Process.
p | Process, can be NULL. |
|
private |
|
readwrite |
Name of the xml attribute.
Default text
, there is no need to change that.