MuseScore  3.4
Music composition and notation
Public Types | Public Attributes | List of all members
Ms::BspTree::Node Struct Reference

#include <bsp.h>

Public Types

enum  Type : char { Type::HORIZONTAL, Type::VERTICAL, Type::LEAF }
 

Public Attributes

union {
   qreal   offset
 
   int   leafIndex
 
}; 
 
Type type
 

Member Enumeration Documentation

◆ Type

enum Ms::BspTree::Node::Type : char
strong
Enumerator
HORIZONTAL 
VERTICAL 
LEAF 

Member Data Documentation

◆ @36

union { ... }

◆ leafIndex

int Ms::BspTree::Node::leafIndex

◆ offset

qreal Ms::BspTree::Node::offset

◆ type

Type Ms::BspTree::Node::type

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