Home
last modified time | relevance | path

Searched refs:removeStaff (Results 1 – 17 of 17) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/remove/
H A Dtst_remove.cpp33 void removeStaff();
100 void TestRemove::removeStaff() in removeStaff() function in TestRemove
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/commands/
H A DChangePartDetailsCommand.cpp99 m_part->removeStaff(s, false); in redo()
132 m_part->removeStaff(s, false); in undo()
/dports/editors/calligra/calligra-3.2.1/plugins/musicshape/core/
H A DPart.h96 void removeStaff(Staff* staff, bool deleteStaff=true);
H A DPart.cpp118 void Part::removeStaff(Staff* staff, bool deleteStaff) in removeStaff() function in MusicCore::Part
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dpart.h115 void removeStaff(Staff*);
H A Dsystem.h152 void removeStaff(int);
H A Dsegment.h136 void removeStaff(int staff);
H A Dpart.cpp230 void Part::removeStaff(Staff* staff) in removeStaff() function in Ms::Part
H A Dsystem.cpp198 void System::removeStaff(int idx) in removeStaff() function in Ms::System
213 removeStaff(_staves.size() - 1); in adjustStavesNumber()
H A Dundo.cpp1000 staff->score()->removeStaff(staff); in undo()
1025 staff->score()->removeStaff(staff); in redo()
2234 oldPart->removeStaff(staff);
H A Dscore.h609 void removeStaff(Staff*);
H A Dsegment.cpp458 void Segment::removeStaff(int staff) in removeStaff() function in Ms::Segment
H A Dscore.cpp2487 void Score::removeStaff(Staff* staff) in removeStaff() function in Ms::Score
2518 staff->part()->removeStaff(staff); in removeStaff()
H A Dmeasure.cpp1127 s->removeStaff(staff); in removeStaves()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/entities/humanoids/
H A Dstaff.lua279 self.hospital:removeStaff(self)
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/
H A Dhospital.lua1780 function Hospital:removeStaff(staff) function
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.cpp2938 score->removeStaff(staff); in importGTP()