|
ngscopeclient v0.1
|
Context data for a single row (used for culling) More...
#include <PacketManager.h>

Public Member Functions | |
| RowData (TimePoint t, Packet *p) | |
| RowData (TimePoint t, Marker m) | |
Public Attributes | |
| double | m_height |
| Height of this row. | |
| double | m_totalHeight |
| Total height of the entire list up to this point. | |
| TimePoint | m_stamp |
| Timestamp of the waveform this packet came from. | |
| Packet * | m_packet |
| The packet in this row (null if m_marker is valid) | |
| Marker | m_marker |
| The marker in this row (ignored if m_packet is valid) | |
| std::shared_ptr< Texture > | m_texture |
| Texture containing the scanline image for this row (only valid if m_packet is a VideoScanlinePacket) | |
Context data for a single row (used for culling)