Warning, /plasma/libplasma/src/plasmaquick/Mainpage.dox is written in an unsupported language. File is not indexed.
0001 /** @page libplasmaquick Plasmoid Interfaces 0002 0003 libplasmaquick is an internal part of lib plasma. 0004 0005 It should not be used directly, however some classes are exposed to Plasma as attached properties. 0006 0007 Namely: 0008 - PlasmoidItem 0009 - ContainmentItem 0010 which are exposed as "Plasmoid" for applets and containments respectively. 0011 0012 QML applets should import org.kde.plasma.plasmoid 2.0 in order to access this attached object 0013 0014 0015 - WallpaperItem 0016 which is exposed as to wallpapers as the attached property "wallpaper". 0017 It does not require any special imports 0018 0019 0020 */ 0021 0022 // DOXYGEN_SET_PROJECT_NAME = Plasma 0023 // DOXYGEN_SET_RECURSIVE = YES 0024 // DOXYGEN_EXCLUDE_PATTERNS = *_p.h */private/* */tests/* 0025 0026 // vim:ts=4:sw=4:expandtab:filetype=doxygen