public class QColorGroup: QtSupport, System.IDisposable
System.Object
QtSupport
QColorGroupThis type implements System.IDisposable.
Qt Namespace
QColorGroup Constructors
QColorGroup() Constructor
QColorGroup(Qt.QColor, Qt.QColor, Qt.QColor, Qt.QColor, Qt.QColor, Qt.QColor, Qt.QColor) Constructor
QColorGroup(Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush, Qt.QBrush) Constructor
QColorGroup(Qt.QColorGroup) Constructor
QColorGroup(void *) Constructor
QColorGroup Methods
QColorGroup.Background Method
QColorGroup.BrightText Method
QColorGroup.Brush Method
QColorGroup.Button Method
QColorGroup.ButtonText Method
QColorGroup.Color Method
QColorGroup.Dark Method
QColorGroup.Finalize Method
QColorGroup.Foreground Method
QColorGroup.Highlight Method
QColorGroup.HighlightedText Method
QColorGroup.Light Method
QColorGroup.Link Method
QColorGroup.LinkVisited Method
QColorGroup.Mid Method
QColorGroup.Midlight Method
QColorGroup.Q_base Method
QColorGroup.SetBrush Method
QColorGroup.SetColor Method
QColorGroup.Shadow Method
QColorGroup.Text Method
public void QColorGroup();
Qt.QColorGroup Class, Qt Namespace
public void QColorGroup(Qt.QColor foreground, Qt.QColor button, Qt.QColor light, Qt.QColor dark, Qt.QColor mid, Qt.QColor text, Qt.QColor Q_base);
Qt.QColorGroup Class, Qt Namespace
public void QColorGroup(Qt.QBrush foreground, Qt.QBrush button, Qt.QBrush light, Qt.QBrush dark, Qt.QBrush mid, Qt.QBrush text, Qt.QBrush bright_text, Qt.QBrush Q_base, Qt.QBrush background);
Qt.QColorGroup Class, Qt Namespace
public void QColorGroup(Qt.QColorGroup arg1);
Qt.QColorGroup Class, Qt Namespace
public void QColorGroup(void * ptr);
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Background();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor BrightText();
Qt.QColorGroup Class, Qt Namespace
public Qt.QBrush Brush(ColorRole arg1);
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Button();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor ButtonText();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Color(ColorRole arg1);
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Dark();
Qt.QColorGroup Class, Qt Namespace
protected override void Finalize();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Foreground();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Highlight();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor HighlightedText();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Light();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Link();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor LinkVisited();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Mid();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Midlight();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Q_base();
Qt.QColorGroup Class, Qt Namespace
public void SetBrush(ColorRole arg1, Qt.QBrush arg2);
Qt.QColorGroup Class, Qt Namespace
public void SetColor(ColorRole arg1, Qt.QColor arg2);
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Shadow();
Qt.QColorGroup Class, Qt Namespace
public Qt.QColor Text();
Qt.QColorGroup Class, Qt Namespace