kdelibs'KColorDialog Reuse Opportunities and Patterns

First, we show classes defined elsewhere that are similar to kdelibs'KColorDialog. Click on a class to browse its source code.
kdelibs'KColorDialog is similar to:
kpm'ValueDialog, kedit'PrintDialog, klipper'ConfigDialog, knotes'OptionDialog, kmines'DialogBase, khexedit'CInsertDialog, kedit'COptionDialog, kjots'ConfigureDialog, kdf'COptionDialog, kedit'UrlDlg



Second, we show how kdelibs'KColorDialog is reused in existing applications (thus showing you ``reuse opportunities'' for your own applications). The count on the right indicates the number of applications in which the reuse relationship on the left is present. Click on a reuse opportunity to browse the corresponding application source code.

Reuse Opportunities: Applications
1. class_calls:kdelibs'KColorDialog::getColor() (^) 20 (20)
2. class_instantiates:kdelibs'KColorDialog (^) 3 (3)
3. class_calls:kdelibs'KColorDialog::setColor() (^) 2 (2)
4. class_calls:kdelibs'KColorDialog::exec() (^) 1 (1)


Third, we show patterns in the way kdelibs'KColorDialog is reused in existing applications. These patterns are in the form of if/then rules with a confidence measure that indicates the percentage of application classes for which the rule holds. Click on a reuse pattern to browse the corresponding application source code.

class_calls:kdelibs'KColorDialog::getColor() => Confidence Supporters Detractors
1. class_instantiates:qt'QColor 91.7% 22 2