ug4
|
This struct is used by AttachmentPipe in order to manage its attachments. More...
#include <attachment_pipe.h>
Public Member Functions | |
AttachmentEntry () | |
AttachmentEntry (IAttachment *pAttachment, IAttachmentDataContainer *pContainer, uint userData=0) | |
Public Attributes | |
IAttachment * | m_pAttachment |
IAttachmentDataContainer * | m_pContainer |
uint | m_userData |
This struct is used by AttachmentPipe in order to manage its attachments.
|
inline |
|
inline |
IAttachment* ug::AttachmentEntry::m_pAttachment |
Referenced by ug::Grid::clear_attachments(), and ug::Grid::copy_user_attachments().
IAttachmentDataContainer* ug::AttachmentEntry::m_pContainer |
Referenced by ug::Grid::copy_user_attachments().
uint ug::AttachmentEntry::m_userData |
Referenced by ug::Grid::clear_attachments(), and ug::Grid::copy_user_attachments().