![]() |
C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
|
CCppSamples::Common::ColumnHeading | This class represents a column heading. |
CCppSamples::Common::Controller | Controller class handles the business logic of this application. |
CCppSamples::Common::DataModel | DataModel class used to manage data between plugins |
CCppSamples::LiveStreaming::MediaOperationshandler | MediaOperationshandler wraps the IController instance and some associated properties for streaming. |
CCppSamples::Common::OptionSelector< T > | This helper class prints a collection of options and chose a user defined option. |
CCppSamples::Common::Paging | Paging class helps to divide a collection into pages of given number of lines. |
▼CCppSamples::Common::Plugin | Plugin is the abstract class which can be a menu item and/or a sample. Every sample and menu item must be a Plugin. |
CCppSamples::Bookmarks::AddBookmark | This plugin sample adds a bookmark to the current system. |
CCppSamples::Bookmarks::DeleteBookmark | This plugin sample delete a selected bookmark from the current system. |
CCppSamples::Bookmarks::ViewAllBookmarks | This plugin sample print all bookmarks available in the current system. |
CCppSamples::Common::BackMenu | This class represents a default Back menu |
CCppSamples::Common::ExitMenu | This class represents a default Exit menu |
CCppSamples::Common::MenuItem | MenuItem is a Plugin. It represents a menu. |
CCppSamples::DataObjects::AddDataObject | This plugin sample adds a dataObject to the current system. |
CCppSamples::DataObjects::DeleteDataObject | This plugin sample delete a selected dataObject from the current system. |
CCppSamples::DataObjects::ViewAllDataObjects | This plugin sample print all dataObjects available in the current system. |
CCppSamples::DataSource::ViewAllDataSource | This plugin sample print all available data sources in the current system. |
CCppSamples::DataSource::ViewDataSourceByPage | This plugin sample print all available data sources in the current system page by page. |
CCppSamples::DataSource::ViewDataSourceDetails | This plugin sample print the details of a particular data source specified by user in the current system. |
CCppSamples::Devices::ViewAllDevices | This plugin sample print all devices available in the current system. |
CCppSamples::Drawings::AddDrawing | This plugin sample adds a drawing to the current system. |
CCppSamples::Drawings::DeleteDrawing | This plugin sample delete a selected drawing from the current system. |
CCppSamples::Drawings::ViewAllDrawings | This plugin sample print all drawings available in the current system. |
CCppSamples::Events::AddSituation | This plugin sample adds a situation to the current system. |
CCppSamples::Events::DeleteSituation | This plugin sample delete a particular situation specified by user from the current system. |
CCppSamples::Events::DisplaySituations | This plugin sample print all available situations in the current system. |
CCppSamples::Events::InjectEvents | This plugin sample creates a new event and insert it into the system. |
CCppSamples::Events::MonitorEvents | This plugin sample shows how to subscribe for a notification, monitor for a call back and unsubscribe that. |
CCppSamples::Events::SearchEvents | This plugin sample serachs for events in the current system. User defined filters are used for searching. |
CCppSamples::Exports::CreateExport | This plugin sample creates an export and adds to the current system. |
CCppSamples::Exports::DeleteExport | This plugin sample deletes an export from the current system. |
CCppSamples::Exports::DownloadExport | This plugin sample downloads an export from the current system and saves as a file. |
CCppSamples::Exports::ViewExport | This plugin sample print all exports available in the current system. |
CCppSamples::LiveStreaming::DataSourceLiveStreaming | This plugin sample streams the video in live |
CCppSamples::Notifications::AddNotification | This plugin sample adds a notification to the current system. |
CCppSamples::Notifications::DeleteNotification | This plugin sample delete a selected notification from the current system. |
CCppSamples::Notifications::ViewAllNotifications | This plugin sample print all notifications available in the current system. |
CCppSamples::Reports::ViewQuickReport | This plugin sample print a quick report on screen. |
CCppSamples::Roles::AddRole | This plugin sample adds a role to the current system. |
CCppSamples::Roles::DeleteRole | This plugin sample delete a selected role from the current system. |
CCppSamples::Roles::ViewAllRoles | This plugin sample print all roles available in the current system. |
CCppSamples::Schedules::AddSchedule | This plugin sample adds a schedule to the current system. |
CCppSamples::Schedules::AddTriggerToSchedule | This plugin sample creates a trigger and add it to a selected schedule in the current system. |
CCppSamples::Schedules::DeleteSchedule | This plugin sample delete a selected schedule from the current system. |
CCppSamples::Schedules::ViewAllSchedules | This plugin sample print all schedules available in the current system. |
CCppSamples::Tags::AddTag | This plugin sample adds a tag to the current system. |
CCppSamples::Tags::DeleteTag | This plugin sample delete a selected tag from the current system. |
CCppSamples::Tags::MergeTag | This plugin sample merge two tags in the current system. |
CCppSamples::Tags::ViewAllTags | This plugin sample print all tags available in the current system. |
CCppSamples::Users::AddUser | This plugin sample adds a user to the current system. |
CCppSamples::Users::DeleteUser | This plugin sample delete a selected user from the current system. |
CCppSamples::Users::ViewAllUsers | This plugin sample print all users available in the current system. |
CCppSamples::LiveStreaming::PtzOperationsHandler | PtzOperationsHandler helps to converts the user inputs into operations like panning, tilting and zooming or their combinations. |
CCppSamples::Common::Row | This class represents a row of data in the table. |
CCppSamples::Common::TabularPrinter | This class helps to print a table data with alignment. |
CCppSamples::Common::Utility |