OmeroBlitz API
Home Previous Up Next Index

omero::grid::monitors::EventInfo

Overview

struct EventInfo

The id and type of an event. The file's basename is included for convenience, other stats are not included since they may be unavailable for some event types.

Used By

EventList

Data Member Index

fileId
type

Data Members

string fileId;
EventType type;

Home Previous Up Next Index