Home
last modified time | relevance | path

Searched defs:staffType (Results 1 – 22 of 22) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DStaffSetColourAction.cpp22 StaffSetColourAction::StaffSetColourAction(StaffType staffType, uint8_t colour) in StaffSetColourAction()
41 auto staffType = static_cast<StaffType>(_staffType); in Query() local
H A DStaffHireNewAction.cpp38 … bool autoPosition, StaffType staffType, EntertainerCostume entertainerType, uint32_t staffOrders) in StaffHireNewAction()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dstafftypelist.cpp23 const StaffType& StaffTypeList::staffType(const Fraction& tick) const in staffType() function in Ms::StaffTypeList
42 StaffType& StaffTypeList::staffType(const Fraction& tick) in staffType() function in Ms::StaffTypeList
H A Dstafftypechange.h44 const StaffType* staffType() const { return _staffType; } in staffType() function
H A Dstaff.cpp1010 const StaffType* Staff::staffType(const Fraction& tick) const in staffType() function in Ms::Staff
1020 StaffType* Staff::staffType(const Fraction& tick) in staffType() function in Ms::Staff
1085 void Staff::init(const InstrumentTemplate* t, const StaffType* staffType, int cidx) in init()
1136 void Staff::initFromStaffType(const StaffType* staffType) in initFromStaffType()
H A Dxml.h193 QList<StaffType>& staffType() { return _staffTypes; } in staffType() function
H A Delement.cpp288 const StaffType* Element::staffType() const in staffType() function in Ms::Element
H A Dundo.h664 StaffType staffType; variable
H A Dchord.cpp3428 const StaffType* staffType = st->staffTypeForElement(this); in layoutArticulations() local
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Deditstafftype.h35 StaffType staffType; variable
H A Deditstaff.cpp160 const StaffType* staffType = staff->staffType(Fraction(0,1)); in updateStaffType() local
532 const StaffType* staffType = si.instrTemplate()->staffTypePreset; in showInstrumentDialog() local
H A Dtextcursor.cpp92 const StaffType* staffType = staff->staffType(Fraction(0,1)); in paint() local
H A Dinstrwidget.cpp286 const StaffType* StaffListItem::staffType() const in staffType() function in Ms::StaffListItem
H A Dscoreview.cpp834 const StaffType* staffType = staff->staffType(is.tick()); in moveCursor() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DStaff.cpp96 bool staff_hire_new_member(StaffType staffType, EntertainerCostume entertainerType) in staff_hire_new_member()
142 for (int32_t staffType = 0; staffType < EnumValue(StaffType::Count); ++staffType) in staff_update_greyed_patrol_areas() local
1081 colour_t staff_get_colour(StaffType staffType) in staff_get_colour()
1099 bool staff_set_colour(StaffType staffType, colour_t value) in staff_set_colour()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.Path.cpp924 uint8_t staffType = staffIndex & 0x7FFF; in PaintPath() local
H A DPaint.Surface.cpp1104 uint8_t staffType = staffIndex & 0x7FFF; in PaintSurface() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DStaffList.cpp134 auto staffType = GetSelectedStaffType(); in OnMouseUp() local
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportptb.cpp880 auto staffType = staff->staffType(Fraction(0,1)); in addToScore() local
H A Dimportgtp.cpp946 … const StaffType* staffType = staff->staffType(Fraction(0,1)); // at tick 0 in createMeasures() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/distribution/
H A Dopenrct2.d.ts1475 staffType: StaffType; property
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DmxmlTree2MsrTranslator.cpp4111 string staffType = elt->getValue (); in visitStart() local