libHSPlasma
|
#include <pfGUIMisc.hpp>
Public Types | |
enum | ClickMapFlags { kReportDragging = kDerivedFlagsStart, kReportHovering } |
![]() | |
enum | { kWantsInterest, kInheritProcFromDlg, kIntangible, kXparentBgnd, kScaleTextWithResolution, kTakesSpecialKeys, kHasProxy, kBetterHitTesting, kDerivedFlagsStart = 0x20 } |
Public Member Functions | |
pfGUIClickMapCtrl () | |
![]() | |
pfGUIControlMod () | |
virtual | ~pfGUIControlMod () |
virtual void | read (hsStream *S, plResManager *mgr) |
virtual void | write (hsStream *S, plResManager *mgr) |
const std::vector< int > & | getSoundIndices () const |
std::vector< int > & | getSoundIndices () |
void | setSoundIndices (const std::vector< int > &indices) |
void | clearSoundIndices () |
unsigned int | getTagID () const |
bool | isVisible () const |
pfGUICtrlProcWriteableObject * | getHandler () const |
plKey | getDynTextMap () const |
plKey | getDynTextLayer () const |
pfGUIColorScheme * | getColorScheme () const |
plKey | getProxy () const |
plKey | getSkin () const |
void | setTagID (unsigned int id) |
void | setVisible (bool visible) |
void | setDynTextMap (plKey map) |
void | setDynTextLayer (plKey layer) |
void | setProxy (plKey proxy) |
void | setSkin (plKey skin) |
void | setHandler (pfGUICtrlProcWriteableObject *handler) |
void | setColorScheme (pfGUIColorScheme *scheme) |
![]() | |
bool | getFlag (size_t flag) const |
void | setFlag (size_t flag, bool value) |
virtual size_t | getTargetsCount () const |
virtual plKey | getTarget (size_t) const |
virtual void | addTarget (plKey target) |
virtual void | removeTarget (plKey) |
Additional Inherited Members | |
![]() | |
virtual void | IPrcWrite (pfPrcHelper *prc) |
virtual void | IPrcParse (const pfPrcTag *tag, plResManager *mgr) |
![]() | |
unsigned int | fTagID |
bool | fVisible |
pfGUICtrlProcWriteableObject * | fHandler |
plKey | fDynTextMap |
plKey | fDynTextLayer |
pfGUIColorScheme * | fColorScheme |
std::vector< int > | fSoundIndices |
plKey | fProxy |
plKey | fSkin |
pfGUIClickMapCtrl::pfGUIClickMapCtrl | ( | ) |