10#ifndef EXPORTOBJECTACTION_H
11#define EXPORTOBJECTACTION_H
Represents an event occurring during a capture or file operation.
Definition capture_event.h:24
void captureFileEvent(CaptureEvent e)
Handles capture file events to update the action's state.
Definition export_object_action.cpp:31
ExportObjectAction(QObject *parent, register_eo_t *eo=NULL)
Constructs a new ExportObjectAction.
Definition export_object_action.cpp:22
register_eo_t * exportObject()
Retrieves the associated export object type.
Definition export_object_action.h:42
struct register_eo register_eo_t
Definition export_object.h:61