diff options
Diffstat (limited to 'src/DESIGN.txt')
-rw-r--r-- | src/DESIGN.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DESIGN.txt b/src/DESIGN.txt index e0e3a31..6471670 100644 --- a/src/DESIGN.txt +++ b/src/DESIGN.txt @@ -2,7 +2,7 @@ The core of kmplayer is in kmplayerpartbase.x. PartBase keeps the list of Source objects (dvd/vcd/url/..) and Process objects (mplayer/xine/gst/xv), controls the View or respond to its signals. Both application as kpart (for plugin) have one PartBase. However, in case of -plugin for khtml, it's possible one PartBase controls multible View +plugin for tdehtml, it's possible one PartBase controls multible View objects (see tests/controls.html). The View is the parent of ViewArea, PlayList and InfoWindow. ViewArea is |