#include <Graph.h>
◆ Style
| Enumerator |
|---|
| Nearest | draw as stairs
|
| Linear | connect each 2 samples with a line, with wrapping
|
| LinearNonCyclic | Linear without wrapping.
|
| Bar | draw thick bars
|
◆ Graph()
Constructor.
- Parameters
-
| _width | Pixel width of widget |
| _height | Pixel height of widget |
◆ ~Graph()
| lmms::gui::Graph::~Graph |
( |
| ) |
|
|
overridedefault |
◆ changeSampleAt()
| void lmms::gui::Graph::changeSampleAt |
( |
int | _x, |
|
|
int | _y ) |
|
private |
◆ dragEnterEvent()
| void lmms::gui::Graph::dragEnterEvent |
( |
QDragEnterEvent * | _dee | ) |
|
|
overrideprotected |
◆ drawLineAt()
◆ drawn
| void lmms::gui::Graph::drawn |
( |
| ) |
|
|
signal |
◆ dropEvent()
| void lmms::gui::Graph::dropEvent |
( |
QDropEvent * | _de | ) |
|
|
overrideprotected |
◆ getGraphStyle()
| Style lmms::gui::Graph::getGraphStyle |
( |
| ) |
|
|
inline |
◆ model()
◆ modelChanged()
| void lmms::gui::Graph::modelChanged |
( |
| ) |
|
|
overrideprivatevirtual |
◆ mouseMoveEvent()
| void lmms::gui::Graph::mouseMoveEvent |
( |
QMouseEvent * | _me | ) |
|
|
overrideprotected |
◆ mousePressEvent()
| void lmms::gui::Graph::mousePressEvent |
( |
QMouseEvent * | _me | ) |
|
|
overrideprotected |
◆ mouseReleaseEvent()
| void lmms::gui::Graph::mouseReleaseEvent |
( |
QMouseEvent * | _me | ) |
|
|
overrideprotected |
◆ paintEvent()
| void lmms::gui::Graph::paintEvent |
( |
QPaintEvent * | _pe | ) |
|
|
overrideprotected |
◆ setForeground()
| void lmms::gui::Graph::setForeground |
( |
const QPixmap & | _pixmap | ) |
|
◆ setGraphColor()
| void lmms::gui::Graph::setGraphColor |
( |
const QColor | _graphcol | ) |
|
◆ setGraphStyle()
| void lmms::gui::Graph::setGraphStyle |
( |
Style | _s | ) |
|
|
inline |
◆ updateGraph [1/2]
| void lmms::gui::Graph::updateGraph |
( |
| ) |
|
|
protectedslot |
◆ updateGraph [2/2]
| void lmms::gui::Graph::updateGraph |
( |
int | _startPos, |
|
|
int | _endPos ) |
|
protectedslot |
◆ m_foreground
| QPixmap lmms::gui::Graph::m_foreground |
|
private |
◆ m_graphColor
| QColor lmms::gui::Graph::m_graphColor |
|
private |
◆ m_graphStyle
| Style lmms::gui::Graph::m_graphStyle |
|
private |
◆ m_lastCursorX
| int lmms::gui::Graph::m_lastCursorX |
|
private |
◆ m_mouseDown
| bool lmms::gui::Graph::m_mouseDown |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/include/Graph.h
- /home/runner/work/lmms-fork/lmms-fork/src/gui/widgets/Graph.cpp