MWsWindowTreeNode Class Reference

class MWsWindowTreeNode

An interface providing information about a window tree node.

Public Member Functions
TType NodeType()
const MWsWindowTreeNode *ParentNode()
const MWsSprite *Sprite()
const MWsStandardTextCursor *StandardTextCursor()
const MWsWindow *Window()
const MWsWindowGroup *WindowGroup()
Public Member Enumerations
enumTType {
EWinTreeNodeClient = EWinTypeClient, EWinTreeNodeRoot = EWinTypeRoot, EWinTreeNodeGroup = EWinTypeGroup, EWinTreeNodeAnim = 16, EWinTreeNodeSprite, EWinTreeNodeStandardTextCursor
}

Member Functions Documentation

NodeType()

TType NodeType()const [pure virtual]

ParentNode()

const MWsWindowTreeNode *ParentNode()const [pure virtual]

Sprite()

const MWsSprite *Sprite()const [pure virtual]

StandardTextCursor()

const MWsStandardTextCursor *StandardTextCursor()const [pure virtual]

Window()

const MWsWindow *Window()const [pure virtual]

WindowGroup()

const MWsWindowGroup *WindowGroup()const [pure virtual]

Member Enumerations Documentation

Enum TType

Enumerators

EWinTreeNodeClient = EWinTypeClient
EWinTreeNodeRoot = EWinTypeRoot
EWinTreeNodeGroup = EWinTypeGroup
EWinTreeNodeAnim = 16
EWinTreeNodeSprite
EWinTreeNodeStandardTextCursor