hydrogen 1.2.3
Timeline::Tag Struct Reference

Tag specifies a note added to a certain position in the Song. More...

#include <Timeline.h>

Public Member Functions

QString toQString (const QString &sPrefix="", bool bShort=true) const
 

Data Fields

int nColumn
 
QString sTag
 

Detailed Description

Tag specifies a note added to a certain position in the Song.

Definition at line 99 of file Timeline.h.

Member Function Documentation

◆ toQString()

QString toQString ( const QString & sPrefix = "",
bool bShort = true ) const

Definition at line 304 of file Timeline.cpp.

Field Documentation

◆ nColumn

int nColumn

Definition at line 101 of file Timeline.h.

◆ sTag

QString sTag

Definition at line 102 of file Timeline.h.