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

#include <palettetree.h>

Public Member Functions

void write (XmlWriter &) const
 
bool read (XmlReader &)
 
void insert (int idx, PalettePanel *)
 PaletteTree takes the ownership over the PalettePanel. More...
 
void append (PalettePanel *)
 PaletteTree takes the ownership over the PalettePanel. More...
 
void retranslate ()
 

Public Attributes

std::vector< std::unique_ptr< PalettePanel > > palettes
 

Member Function Documentation

◆ append()

void Ms::PaletteTree::append ( PalettePanel palette)

PaletteTree takes the ownership over the PalettePanel.

◆ insert()

void Ms::PaletteTree::insert ( int  idx,
PalettePanel palette 
)

PaletteTree takes the ownership over the PalettePanel.

◆ read()

bool Ms::PaletteTree::read ( XmlReader e)

◆ retranslate()

void Ms::PaletteTree::retranslate ( )

◆ write()

void Ms::PaletteTree::write ( XmlWriter xml) const

Member Data Documentation

◆ palettes

std::vector<std::unique_ptr<PalettePanel> > Ms::PaletteTree::palettes

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