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