Class Spinnaker::ImageListEventHandler¶
ClassList > Spinnaker > ImageListEventHandler
A handler for capturing image list arrival events.
#include <ImageListEventHandler.h>
Inherits the following classes: Spinnaker::IImageListEventHandler
Public Functions¶
| Type | Name |
|---|---|
| ImageListEventHandler () |
|
| virtual | ~ImageListEventHandler () |
Public Functions inherited from Spinnaker::IImageListEventHandler¶
See Spinnaker::IImageListEventHandler
| Type | Name |
|---|---|
| virtual | ~IImageListEventHandler () |
Public Functions inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| const uint8_t * | GetEventPayloadData () |
| const size_t | GetEventPayloadDataSize () |
| EventType | GetEventType () |
| void | SetEventType (EventType eventType) |
| virtual | ~EventHandler () |
Protected Attributes inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| EventData * | m_pEventData |
Protected Functions¶
| Type | Name |
|---|---|
| virtual void | OnImageListEvent (ImageList imageList) = 0 |
| ImageListEventHandler & | operator= (const ImageListEventHandler &) |
Protected Functions inherited from Spinnaker::IImageListEventHandler¶
See Spinnaker::IImageListEventHandler
| Type | Name |
|---|---|
| IImageListEventHandler () |
|
| IImageListEventHandler (const IImageListEventHandler &) |
|
| virtual void | OnImageListEvent (ImageList imageList) = 0 |
| IImageListEventHandler & | operator= (const IImageListEventHandler &) |
Protected Functions inherited from Spinnaker::EventHandler¶
| Type | Name |
|---|---|
| EventHandler () |
|
| void | SetEventPayload (uint8_t * offset, size_t length) |
| EventHandler & | operator= (const EventHandler &) |
Public Functions Documentation¶
function ImageListEventHandler¶
Default Constructor
function ~ImageListEventHandler¶
Virtual Destructor
Protected Functions Documentation¶
function OnImageListEvent¶
Image list event callback
Parameters:
imageListThe ImageList object
Implements Spinnaker::IImageListEventHandler::OnImageListEvent
function operator=¶
ImageListEventHandler & Spinnaker::ImageListEventHandler::operator= (
const ImageListEventHandler &
)
Assignment operator.
The documentation for this class was generated from the following file C:/workspace/include/ImageListEventHandler.h