MuseScore  3.4
Music composition and notation
Public Member Functions | Protected Attributes | Properties | Related Functions | List of all members
Ms::PluginAPI::Excerpt Class Reference

#include <excerpt.h>

Inheritance diagram for Ms::PluginAPI::Excerpt:
Inheritance graph
[legend]
Collaboration diagram for Ms::PluginAPI::Excerpt:
Collaboration graph
[legend]

Public Member Functions

 Excerpt (Ms::Excerpt *_e=nullptr)
 
 Excerpt (const Excerpt &)=delete
 
Excerptoperator= (const Excerpt &)=delete
 
virtual ~Excerpt ()
 
ScorepartScore ()
 
QString title ()
 
Q_INVOKABLE bool is (Ms::PluginAPI::Excerpt *other)
 Checks whether two variables represent the same object. More...
 

Protected Attributes

Ms::Excerpt *const e
 

Properties

Ms::PluginAPI::Score partScore
 The score object for this part. More...
 
QString title
 The title of this part. More...
 

Related Functions

(Note that these are not member functions.)

template<class Wrapper , class T >
Wrapper * excerptWrap (T *t)
 

Constructor & Destructor Documentation

◆ Excerpt() [1/2]

Ms::PluginAPI::Excerpt::Excerpt ( Ms::Excerpt _e = nullptr)
inline

◆ Excerpt() [2/2]

Ms::PluginAPI::Excerpt::Excerpt ( const Excerpt )
delete

◆ ~Excerpt()

virtual Ms::PluginAPI::Excerpt::~Excerpt ( )
inlinevirtual

Member Function Documentation

◆ is()

Q_INVOKABLE bool Ms::PluginAPI::Excerpt::is ( Ms::PluginAPI::Excerpt other)
inline

Checks whether two variables represent the same object.

Since
MuseScore 3.3

◆ operator=()

Excerpt& Ms::PluginAPI::Excerpt::operator= ( const Excerpt )
delete

◆ partScore()

Score* Ms::PluginAPI::Excerpt::partScore ( )

◆ title()

QString Ms::PluginAPI::Excerpt::title ( )
inline

Friends And Related Function Documentation

◆ excerptWrap()

template<class Wrapper , class T >
Wrapper * excerptWrap ( T *  t)
related

Member Data Documentation

◆ e

Ms::Excerpt* const Ms::PluginAPI::Excerpt::e
protected

Property Documentation

◆ partScore

Score * Ms::PluginAPI::Excerpt::partScore
read

The score object for this part.

◆ title

QString Ms::PluginAPI::Excerpt::title
read

The title of this part.


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