#include <canobj.h>

Public Member Functions | |
| a2dExtendedResultItem () | |
| Default Constructor. | |
| a2dExtendedResultItem (a2dCanvasObject *object, a2dCanvasObject *parent, a2dHit type, int level, int typeex) | |
| Standard Constructor. | |
| class a2dCanvasObject * | GetObject () |
| the hit object | |
| class a2dCanvasObject * | GetParent () |
| the parent object of the hit object | |
| const a2dHit & | GetHitType () |
| type of the hit | |
| int | GetLevel () |
| level of the hit object below the start (root) object | |
Protected Attributes | |
| a2dCanvasObject * | m_object |
| the hit object | |
| a2dCanvasObject * | m_parent |
| the parent object of the hit object | |
| a2dHit | m_type |
| type of the hit | |
| int | m_level |
| level of the hit object below the start (root) object | |
| int | m_typeex |
| Extended hit type. | |
Friends | |
| class | a2dExtendedResult |
Definition at line 410 of file canobj.h.
int a2dExtendedResultItem::m_level [protected] |
int a2dExtendedResultItem::m_typeex [protected] |
Extended hit type.
This is generally class specific. Derived classes must include the IDs for the base class. a2dCanvasObject does not define extended hit IDs.