add StepsID::MatchesStepsType
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
|||||||
void FromSteps( const Steps *p );
|
void FromSteps( const Steps *p );
|
||||||
Steps *ToSteps( const Song *p, bool bAllowNull ) const;
|
Steps *ToSteps( const Song *p, bool bAllowNull ) const;
|
||||||
bool operator<( const StepsID &rhs ) const;
|
bool operator<( const StepsID &rhs ) const;
|
||||||
|
bool MatchesStepsType( StepsType s ) const { return st == s; }
|
||||||
|
|
||||||
XNode* CreateNode() const;
|
XNode* CreateNode() const;
|
||||||
void LoadFromNode( const XNode* pNode );
|
void LoadFromNode( const XNode* pNode );
|
||||||
|
|||||||
Reference in New Issue
Block a user