Introduction
============

This is an attempt to list the classes that should be part of the
QtVision public API. These classes will be available to plugin authors
and people embedding QtVision, so it is important to maintain binary
compatibility for them once we make a final release.

Rich.
rich@kde.org


Components and Interfaces
=========================

- QtVisionPart

- QtVisionIface
- QtVisionViewIface
- QtVisionChannelIface
- QtVisionChannelStoreIface


Core API Classes
================

- QtVision
- QtVisionWidget
- QtVisionActions

- Channel
- ChannelStore
- ChannelIOFormat
- ChannelIO


Plugin Interfaces
=================

- QVPluginBase
- QVSourcePlugin
- QVOSDPlugin
- QVMixerPlugin
- QVMiscPlugin


