#include <VP1PluginDialog.h>
Definition at line 23 of file VP1PluginDialog.h.
◆ VP1PluginDialog()
Definition at line 42 of file VP1PluginDialog.cxx.
48 Ui::VP1PluginDialog ui;
50 ui.textBrowser_channels->viewport()->setBackgroundRole(QPalette::NoRole);
◆ ~VP1PluginDialog()
VP1PluginDialog::~VP1PluginDialog |
( |
| ) |
|
|
virtual |
◆ pluginSelected
void VP1PluginDialog::pluginSelected |
( |
int |
i | ) |
|
|
privateslot |
Definition at line 127 of file VP1PluginDialog.cxx.
129 assert(i<m_d->comboBox_plugins->count());
133 if (availablechannels.empty()) {
138 for(
const QString&
bn : availablechannels) {
140 bool refreshing=
false;
141 for(
const QString& un : uns) {
150 text += (icontext.isEmpty()?
"":
"<img src=\""+icontext+
"\">")+
"<i>"
152 +
" active"+(refreshing?
" (refreshing)":
"")+
"]")+
"</i><br/>";
◆ unloadclicked
void VP1PluginDialog::unloadclicked |
( |
| ) |
|
|
privateslot |
◆ unloadfile()
const QString & VP1PluginDialog::unloadfile |
( |
| ) |
|
◆ updateRefreshInfo
void VP1PluginDialog::updateRefreshInfo |
( |
| ) |
|
|
privateslot |
◆ m_d
Imp* VP1PluginDialog::m_d |
|
private |
The documentation for this class was generated from the following files: