Home
last modified time | relevance | path

Searched refs:TextProtection (Results 1 – 3 of 3) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/popupdropper/libpud/
H A DPopupDropperItem.h42 Q_PROPERTY( TextProtection textProtection READ textProtection WRITE setTextProtection )
78 enum TextProtection { NoProtection, MultiLine, ScaleFont }; enum
79 Q_ENUM( TextProtection )
96 TextProtection textProtection() const;
97 void setTextProtection( TextProtection protection );
H A DPopupDropperItem_p.h74 PopupDropperItem::TextProtection textProtection;
H A DPopupDropperItem.cpp218 PopupDropperItem::TextProtection PopupDropperItem::textProtection() const in textProtection()
223 void PopupDropperItem::setTextProtection( const TextProtection textProtection ) in setTextProtection()