C# Class Qyoto.QPalette

Inheritance: Object, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
AlternateBase ( ) : QBrush
Background ( ) : QBrush
Base ( ) : QBrush
BrightText ( ) : QBrush
Brush ( QPalette cr ) : QBrush
Brush ( QPalette cg, QPalette cr ) : QBrush
Button ( ) : QBrush
ButtonText ( ) : QBrush
CacheKey ( ) : long
Color ( QPalette cr ) : QColor
Color ( QPalette cg, QPalette cr ) : QColor
CurrentColorGroup ( ) : QPalette.ColorGroup
Dark ( ) : QBrush
Dispose ( ) : void
Equals ( object o ) : bool
Foreground ( ) : QBrush
GetHashCode ( ) : int
Highlight ( ) : QBrush
HighlightedText ( ) : QBrush
IsBrushSet ( QPalette cg, QPalette cr ) : bool
IsCopyOf ( QPalette p ) : bool
IsEqual ( QPalette cr1, QPalette cr2 ) : bool
Light ( ) : QBrush
Link ( ) : QBrush
LinkVisited ( ) : QBrush
Mid ( ) : QBrush
Midlight ( ) : QBrush
QPalette ( QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush arg8, QBrush window ) : System
QPalette ( QColor button ) : System
QPalette ( QColor button, QColor window ) : System
QPalette ( QColor windowText, QColor window, QColor light, QColor dark, QColor mid, QColor text, QColor arg7 ) : System
QPalette ( QPalette palette ) : System
QPalette ( Qt button ) : System
Resolve ( QPalette arg1 ) : QPalette
Resolve ( ) : uint
Resolve ( uint mask ) : void
SerialNumber ( ) : int
SetBrush ( QPalette cr, QBrush brush ) : void
SetBrush ( QPalette cg, QPalette cr, QBrush brush ) : void
SetColor ( QPalette cr, QColor color ) : void
SetColor ( QPalette cg, QPalette cr, QColor color ) : void
SetColorGroup ( QPalette cr, QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush arg9, QBrush window ) : void
SetCurrentColorGroup ( QPalette cg ) : void
Shadow ( ) : QBrush
Text ( ) : QBrush
ToolTipBase ( ) : QBrush
ToolTipText ( ) : QBrush
Window ( ) : QBrush
WindowText ( ) : QBrush
operator ( ) : Qyoto.QVariant
operator ( ) : bool

Protected Methods

Method Description
CreateProxy ( ) : void
QPalette ( Type dummy ) : System

Private Methods

Method Description
QPalette ( ) : System

Method Details

AlternateBase() public method

public AlternateBase ( ) : QBrush
return QBrush

Background() public method

public Background ( ) : QBrush
return QBrush

Base() public method

public Base ( ) : QBrush
return QBrush

BrightText() public method

public BrightText ( ) : QBrush
return QBrush

Brush() public method

public Brush ( QPalette cr ) : QBrush
cr QPalette
return QBrush

Brush() public method

public Brush ( QPalette cg, QPalette cr ) : QBrush
cg QPalette
cr QPalette
return QBrush

Button() public method

public Button ( ) : QBrush
return QBrush

ButtonText() public method

public ButtonText ( ) : QBrush
return QBrush

CacheKey() public method

public CacheKey ( ) : long
return long

Color() public method

public Color ( QPalette cr ) : QColor
cr QPalette
return QColor

Color() public method

public Color ( QPalette cg, QPalette cr ) : QColor
cg QPalette
cr QPalette
return QColor

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

CurrentColorGroup() public method

public CurrentColorGroup ( ) : QPalette.ColorGroup
return QPalette.ColorGroup

Dark() public method

public Dark ( ) : QBrush
return QBrush

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( object o ) : bool
o object
return bool

Foreground() public method

public Foreground ( ) : QBrush
return QBrush

GetHashCode() public method

public GetHashCode ( ) : int
return int

Highlight() public method

public Highlight ( ) : QBrush
return QBrush

HighlightedText() public method

public HighlightedText ( ) : QBrush
return QBrush

IsBrushSet() public method

public IsBrushSet ( QPalette cg, QPalette cr ) : bool
cg QPalette
cr QPalette
return bool

IsCopyOf() public method

public IsCopyOf ( QPalette p ) : bool
p QPalette
return bool

IsEqual() public method

public IsEqual ( QPalette cr1, QPalette cr2 ) : bool
cr1 QPalette
cr2 QPalette
return bool

Light() public method

public Light ( ) : QBrush
return QBrush

Link() public method

public Link ( ) : QBrush
return QBrush

LinkVisited() public method

public LinkVisited ( ) : QBrush
return QBrush

Mid() public method

public Mid ( ) : QBrush
return QBrush

Midlight() public method

public Midlight ( ) : QBrush
return QBrush

QPalette() public method

public QPalette ( QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush arg8, QBrush window ) : System
windowText QBrush
button QBrush
light QBrush
dark QBrush
mid QBrush
text QBrush
bright_text QBrush
arg8 QBrush
window QBrush
return System

QPalette() public method

public QPalette ( QColor button ) : System
button QColor
return System

QPalette() public method

public QPalette ( QColor button, QColor window ) : System
button QColor
window QColor
return System

QPalette() public method

public QPalette ( QColor windowText, QColor window, QColor light, QColor dark, QColor mid, QColor text, QColor arg7 ) : System
windowText QColor
window QColor
light QColor
dark QColor
mid QColor
text QColor
arg7 QColor
return System

QPalette() public method

public QPalette ( QPalette palette ) : System
palette QPalette
return System

QPalette() public method

public QPalette ( Qt button ) : System
button Qt
return System

QPalette() protected method

protected QPalette ( Type dummy ) : System
dummy System.Type
return System

Resolve() public method

public Resolve ( QPalette arg1 ) : QPalette
arg1 QPalette
return QPalette

Resolve() public method

public Resolve ( ) : uint
return uint

Resolve() public method

public Resolve ( uint mask ) : void
mask uint
return void

SerialNumber() public method

public SerialNumber ( ) : int
return int

SetBrush() public method

public SetBrush ( QPalette cr, QBrush brush ) : void
cr QPalette
brush QBrush
return void

SetBrush() public method

public SetBrush ( QPalette cg, QPalette cr, QBrush brush ) : void
cg QPalette
cr QPalette
brush QBrush
return void

SetColor() public method

public SetColor ( QPalette cr, QColor color ) : void
cr QPalette
color QColor
return void

SetColor() public method

public SetColor ( QPalette cg, QPalette cr, QColor color ) : void
cg QPalette
cr QPalette
color QColor
return void

SetColorGroup() public method

public SetColorGroup ( QPalette cr, QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush arg9, QBrush window ) : void
cr QPalette
windowText QBrush
button QBrush
light QBrush
dark QBrush
mid QBrush
text QBrush
bright_text QBrush
arg9 QBrush
window QBrush
return void

SetCurrentColorGroup() public method

public SetCurrentColorGroup ( QPalette cg ) : void
cg QPalette
return void

Shadow() public method

public Shadow ( ) : QBrush
return QBrush

Text() public method

public Text ( ) : QBrush
return QBrush

ToolTipBase() public method

public ToolTipBase ( ) : QBrush
return QBrush

ToolTipText() public method

public ToolTipText ( ) : QBrush
return QBrush

Window() public method

public Window ( ) : QBrush
return QBrush

WindowText() public method

public WindowText ( ) : QBrush
return QBrush

operator() public static method

public static operator ( ) : Qyoto.QVariant
return Qyoto.QVariant

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation