Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 53cf1ecb39eac0c450c7757b00a93c938d3e6cd1
  • develop par défaut
  • renovate/configure
  • rebase-v4
  • cherry-pick-moise protégée
5 résultats

matrixeventprocessor.ts

Blame
  • AssPrivate.hh 272 o
    #pragma once
    
    namespace Vivy::Ass
    {
    class Style;
    class Line;
    
    using StylePtr = std::shared_ptr<Style>;
    using LinePtr  = std::shared_ptr<Line>;
    
    using StyleWeakPtr = std::weak_ptr<Style>;
    using LineWeakPtr  = std::weak_ptr<Line>;
    
    }
    
    Q_DECLARE_METATYPE(Vivy::Ass::LinePtr)