Update README.md

This commit is contained in:
Markus Gans 2015-10-04 20:17:00 +02:00
parent da51dcccb3
commit a8930282c8
1 changed files with 25 additions and 14 deletions

View File

@ -1,5 +1,8 @@
[![Build Status](https://travis-ci.org/gansm/finalcut.svg?branch=master)](https://travis-ci.org/gansm/finalcut) *Travis CI:*<br />
[![Coverity Scan Status](https://scan.coverity.com/projects/6508/badge.svg)](https://scan.coverity.com/projects/6508) &#160;&#160;&#160;&#160;&#160;[![Build Status](https://travis-ci.org/gansm/finalcut.svg?branch=master)](https://travis-ci.org/gansm/finalcut)
*Coverity Scan:*<br />
&#160;&#160;&#160;&#160;&#160;[![Coverity Scan Status](https://scan.coverity.com/projects/6508/badge.svg)](https://scan.coverity.com/projects/6508)
The Final Cut The Final Cut
============= =============
@ -122,7 +125,7 @@ Class digramm
: ┌────┤ FApplication │ : ┌────┤ FApplication │
: │ └──────────────┘ : │ └──────────────┘
: │ ┌─────────┐1 : │ ┌─────────┐1
: ├────┤ FButton ├-----------------------------. : ├────┤ FButton ├-----------------------------
: │ └─────────┘ : : │ └─────────┘ :
: │ ┌────────┐1 : : │ ┌────────┐1 :
: ├────┤ FLabel ├------------------------------: : ├────┤ FLabel ├------------------------------:
@ -137,11 +140,11 @@ Class digramm
└─────────┘ │└───┬─┬───┘ ├────┤ FToggleButton │◄─┼──┤ FCheckBox ├-----: └─────────┘ │└───┬─┬───┘ ├────┤ FToggleButton │◄─┼──┤ FCheckBox ├-----:
│ :1:1 │ └───────────────┘ │ └───────────┘ : │ :1:1 │ └───────────────┘ │ └───────────┘ :
┌───────┐ │ : : │ ┌──────────────┐ │ ┌─────────┐1 : ┌───────┐ │ : : │ ┌──────────────┐ │ ┌─────────┐1 :
│ FTerm │◄─┘ : : ├────┤ FProgressbar │ └──┤ FSwitch ├-------: *┌─────────┐ │ FTerm │◄─┘ : : ├────┤ FProgressbar │ └──┤ FSwitch ├-------:
└──┬─┬──┘ : : │ └──────────────┘ └─────────┘ :---┤ FString │ └──┬─┬──┘ : : │ └──────────────┘ └─────────┘ :
:1:1 : : │ ┌────────────┐ : └─────────┘ :1:1 : : │ ┌────────────┐ : *┌─────────┐
: └----------: : ├────┤ FScrollbar │ : : └----------: : ├────┤ FScrollbar │ ├---┤ FString │
:1 : : │ └────────────┘ : :1 : : │ └────────────┘ : └─────────┘
┌────┴──────┐ : : │ ┌───────────┐1 : ┌────┴──────┐ : : │ ┌───────────┐1 :
│ FOptiMove │ : : ├────┤ FTextView ├---------------------------: │ FOptiMove │ : : ├────┤ FTextView ├---------------------------:
└───────────┘ : : │ └───────────┘ : └───────────┘ : : │ └───────────┘ :
@ -155,12 +158,20 @@ Class digramm
: : │ ┌─────────────┐1 : : : │ ┌─────────────┐1 :
: : ┌───┴─────┐ ┌─────────┐ ┌──┤ FFileDialog ├----: : : ┌───┴─────┐ ┌─────────┐ ┌──┤ FFileDialog ├----:
: : │ FWindow │◄─┤ FDialog │◄──┤ └─────────────┘ : : : │ FWindow │◄─┤ FDialog │◄──┤ └─────────────┘ :
: : └─────────┘ └────┬────┘ │ ┌─────────────┐1 : : : └───┬─────┘ └────┬────┘ │ ┌─────────────┐1 :
: : : └──┤ FMessageBox ├----: : : ▲ 1: └──┤ FMessageBox ├----:
: : : └─────────────┘ : : : │ : └─────────────┘ :
: : 1└------------------------------: : : │ └------------------------------:
: : : : : └───────────────────┐ ┌──────────┐ :
: └---------------------------------------------------' : : │ ┌───┤ FMenuBar │ :
: : ├───┤ └──────────┘ :
: : ┌───────────┐ │ │ ┌───────┐ :
: : │ FMenuList │◄───┘ └───┤ FMenu │ :
: : └─────┬─────┘ └───────┘ :
: : : ┌───────────┐ :
: : └------------------┤ FMenuItem │ :
: : └───────────┘ :
: └---------------------------------------------------┘
: *┌────────┐ : *┌────────┐
:---┤ FPoint │ :---┤ FPoint │
: └────────┘ : └────────┘