C++ Samples
Demonstrates how to create a C++ application using the VideoXpert SDK
CppSamples::Common Namespace Reference

Namespaces

 Constants
 

Classes

class  BackMenu
 This class represents a default Back menu More...
 
class  ColumnHeading
 This class represents a column heading. More...
 
class  Controller
 Controller class handles the business logic of this application. More...
 
class  DataModel
 DataModel class used to manage data between plugins More...
 
class  ExitMenu
 This class represents a default Exit menu More...
 
class  MenuItem
 MenuItem is a Plugin. It represents a menu. More...
 
class  OptionSelector
 This helper class prints a collection of options and chose a user defined option. More...
 
class  Paging
 Paging class helps to divide a collection into pages of given number of lines. More...
 
class  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. More...
 
class  Row
 This class represents a row of data in the table. More...
 
class  TabularPrinter
 This class helps to print a table data with alignment. More...
 
class  Utility