Home
last modified time | relevance | path

Searched refs:UserAway (Results 1 – 12 of 12) sorted by relevance

/dports/irc/konversation/konversation-21.12.3/src/viewer/
H A Dnickiconset.h20 UserAway = 1, enumerator
H A Dnickiconset.cpp183 icons[NickIconSet::UserAway] = QIcon(new OverlayIconEngine(presentIcon, awayOverlay)); in generateIcon()
247 icons[NickIconSet::UserAway] = QIcon(generateOverlayedPixmap(presentPixmap, awayOverlay)); in generateIcon()
275 icons[UserPresent] = icons[UserAway] = QIcon(); in clear()
H A Dimages.cpp148 …return nickIconSet->nickIcon(privilege, isAway ? NickIconSet::UserAway : NickIconSet::UserPresent); in getNickIcon()
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Duistyle.cpp339 … fmt.merge(_listItemFormats.value(ItemFormatType::BufferViewItem | ItemFormatType::UserAway)); in bufferViewItemData()
340 fmt.merge(_listItemFormats.value(fmtType | ItemFormatType::UserAway)); in bufferViewItemData()
379 … fmt.merge(_listItemFormats.value(ItemFormatType::NickViewItem | ItemFormatType::UserAway)); in nickViewItemData()
380 …mats.value(ItemFormatType::NickViewItem | ItemFormatType::IrcUserItem | ItemFormatType::UserAway)); in nickViewItemData()
H A Duistyle.h156 UserAway = 0x00010000, enumerator
H A Dqssparser.cpp407 fmtType |= ItemFormatType::UserAway; in parseItemFormatType()
420 fmtType |= ItemFormatType::UserAway; in parseItemFormatType()
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Duistyle.cpp339 … fmt.merge(_listItemFormats.value(ItemFormatType::BufferViewItem | ItemFormatType::UserAway)); in bufferViewItemData()
340 fmt.merge(_listItemFormats.value(fmtType | ItemFormatType::UserAway)); in bufferViewItemData()
379 … fmt.merge(_listItemFormats.value(ItemFormatType::NickViewItem | ItemFormatType::UserAway)); in nickViewItemData()
380 …mats.value(ItemFormatType::NickViewItem | ItemFormatType::IrcUserItem | ItemFormatType::UserAway)); in nickViewItemData()
H A Duistyle.h156 UserAway = 0x00010000, enumerator
H A Dqssparser.cpp407 fmtType |= ItemFormatType::UserAway; in parseItemFormatType()
420 fmtType |= ItemFormatType::UserAway; in parseItemFormatType()
/dports/irc/konversation/konversation-21.12.3/src/config/
H A Dtheme_config.cpp325 … previewLabel2->setPixmap(nickIconSet.nickIcon(Images::Normal, NickIconSet::UserAway).pixmap(16)); in updatePreview()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/ApplicationModel/Background/
H A Dmod.rs256 pub const UserAway: Self = Self(3i32); const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/ApplicationModel/Background/
H A Dmod.rs9055 pub const UserAway: SystemTriggerType = SystemTriggerType(3i32); const