MuseScore  3.4
Music composition and notation
Public Types | Public Member Functions | Public Attributes | List of all members
Ms::RenderAction Struct Reference

#include <chordlist.h>

Public Types

enum  RenderActionType : char {
  RenderActionType::SET, RenderActionType::MOVE, RenderActionType::PUSH, RenderActionType::POP,
  RenderActionType::NOTE, RenderActionType::ACCIDENTAL
}
 

Public Member Functions

 RenderAction ()
 
 RenderAction (RenderActionType t)
 
void print () const
 

Public Attributes

RenderActionType type
 
qreal movex
 
qreal movey
 
QString text
 

Member Enumeration Documentation

◆ RenderActionType

Enumerator
SET 
MOVE 
PUSH 
POP 
NOTE 
ACCIDENTAL 

Constructor & Destructor Documentation

◆ RenderAction() [1/2]

Ms::RenderAction::RenderAction ( )
inline

◆ RenderAction() [2/2]

Ms::RenderAction::RenderAction ( RenderActionType  t)
inline

Member Function Documentation

◆ print()

void Ms::RenderAction::print ( ) const

Member Data Documentation

◆ movex

qreal Ms::RenderAction::movex

◆ movey

qreal Ms::RenderAction::movey

◆ text

QString Ms::RenderAction::text

◆ type

RenderActionType Ms::RenderAction::type

The documentation for this struct was generated from the following files: