LibreOffice Module sw (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
SwAccessibleChildMapKey Class Reference

#include <accfrmobjmap.hxx>

Collaboration diagram for SwAccessibleChildMapKey:
[legend]

Public Types

enum  LayerId {
  INVALID ,
  HELL ,
  TEXT ,
  HEAVEN ,
  CONTROLS ,
  XWINDOW
}
 

Public Member Functions

 SwAccessibleChildMapKey ()
 
 SwAccessibleChildMapKey (LayerId eId, sal_uInt32 nOrd)
 
bool operator() (const SwAccessibleChildMapKey &r1, const SwAccessibleChildMapKey &r2) const
 

Private Attributes

LayerId m_eLayerId
 
sal_uInt32 m_nOrdNum
 
Point m_nPosNum
 

Detailed Description

Definition at line 33 of file accfrmobjmap.hxx.

Member Enumeration Documentation

◆ LayerId

Enumerator
INVALID 
HELL 
TEXT 
HEAVEN 
CONTROLS 
XWINDOW 

Definition at line 36 of file accfrmobjmap.hxx.

Constructor & Destructor Documentation

◆ SwAccessibleChildMapKey() [1/2]

SwAccessibleChildMapKey::SwAccessibleChildMapKey ( )
inline

Definition at line 38 of file accfrmobjmap.hxx.

◆ SwAccessibleChildMapKey() [2/2]

SwAccessibleChildMapKey::SwAccessibleChildMapKey ( LayerId  eId,
sal_uInt32  nOrd 
)
inline

Definition at line 44 of file accfrmobjmap.hxx.

Member Function Documentation

◆ operator()()

bool SwAccessibleChildMapKey::operator() ( const SwAccessibleChildMapKey r1,
const SwAccessibleChildMapKey r2 
) const
inline

Definition at line 50 of file accfrmobjmap.hxx.

References Point::getX(), Point::getY(), m_eLayerId, m_nOrdNum, and m_nPosNum.

Member Data Documentation

◆ m_eLayerId

LayerId SwAccessibleChildMapKey::m_eLayerId
private

Definition at line 80 of file accfrmobjmap.hxx.

Referenced by operator()().

◆ m_nOrdNum

sal_uInt32 SwAccessibleChildMapKey::m_nOrdNum
private

Definition at line 81 of file accfrmobjmap.hxx.

Referenced by operator()().

◆ m_nPosNum

Point SwAccessibleChildMapKey::m_nPosNum
private

Definition at line 82 of file accfrmobjmap.hxx.

Referenced by operator()().


The documentation for this class was generated from the following file: