Classes | |
| class | CameraSelectionWindow |
| The CameraSelectionWindow object represents a dialog that provides a graphical interface that lists number of cameras and interfaces available to the library. More... | |
| struct | DeviceInformationStruct |
| Return type for ShowModal() method in CameraSelectionWindow. More... | |
| class | GUIFactory |
| The GUIFactory object represents a C++ object that provides access to GUI objects such as CameraSelectionWindow, PropertyGridWindow and dialogs defined in GUI XML. More... | |
| class | ImageDrawingWindow |
| The ImageDrawingWindow object represents a dialog that displays live images from a connected camera object. More... | |
| class | PropertyGridWindow |
| The PropertyGridWindow object represents a dialog that provides a graphical interface to view and control features on a camera object. More... | |
Typedefs | |
| typedef void(* | ClickedEventCallback) (bool isCamera, Spinnaker::CameraPtr *pCamera, Spinnaker::InterfacePtr *pInterface, Spinnaker::SystemPtr *pSystem, bool isSystem) |
| Device clicked event callback function prototype. | |
| typedef void(* | FirmwareUpdateEventCallback) (bool isStarting, bool isFinished, bool isSuccessful, const char *pErrorMessage, Spinnaker::CameraPtr *pCamera) |
| Device firmware update event callback function prototype. | |
| typedef void(* | IPConfigEventCallback) (bool isStarting, bool isFinished, Spinnaker::CameraPtr *pCamera) |
| IP configuration event callback function prototype. | |