#include <externalclockbutton.h>
Inherits QPushButton.
Definition at line 29 of file externalclockbutton.h.
◆ ExternalClockButton()
ExternalClockButton::ExternalClockButton |
( |
QWidget * |
parent = 0 | ) |
|
◆ getExternalClockActive()
bool ExternalClockButton::getExternalClockActive |
( |
| ) |
const |
|
inline |
◆ getExternalClockFrequency()
qint64 ExternalClockButton::getExternalClockFrequency |
( |
| ) |
const |
|
inline |
◆ onClicked
void ExternalClockButton::onClicked |
( |
| ) |
|
|
privateslot |
◆ setExternalClockActive()
void ExternalClockButton::setExternalClockActive |
( |
bool |
active | ) |
|
|
inline |
◆ setExternalClockFrequency()
void ExternalClockButton::setExternalClockFrequency |
( |
qint64 |
deltaFrequency | ) |
|
|
inline |
◆ updateState()
void ExternalClockButton::updateState |
( |
| ) |
|
|
private |
Definition at line 41 of file externalclockbutton.cpp.
References arg(), m_externalClockActive, and m_externalClockFrequency.
Referenced by onClicked().
43 setToolTip(tr(
"External clock dialog. External clock frequency %1 MHz %2")
49 setStyleSheet(
"ExternalClockButton { background:rgb(128, 70, 0); }");
53 setStyleSheet(
"ExternalClockButton { background:rgb(48, 48, 48); }");
Fixed< IntType, IntBits > arg(const std::complex< Fixed< IntType, IntBits > > &val)
◆ m_externalClockActive
bool ExternalClockButton::m_externalClockActive |
|
private |
◆ m_externalClockFrequency
qint64 ExternalClockButton::m_externalClockFrequency |
|
private |
The documentation for this class was generated from the following files: