C# 클래스 Plasma.Frame

상속: Qyoto.QGraphicsWidget, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
ChangeEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

공개 메소드들

메소드 설명
Dispose ( ) : void
EnabledBorders ( ) : uint Convenience method to get the enabled borders
Frame ( ) : System
Frame ( QGraphicsWidget parent ) : System Constructs a new Frame @arg parent the parent of this widget
NativeWidget ( ) : QWidget
SetEnabledBorders ( uint borders ) : void Sets what borders should be painted @arg flags borders we want to paint

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
Frame ( Type dummy ) : System

비공개 메소드들

메소드 설명
ChangeEvent ( Qyoto.QEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnabledBorders() 공개 메소드

Convenience method to get the enabled borders
public EnabledBorders ( ) : uint
리턴 uint

Frame() 공개 메소드

public Frame ( ) : System
리턴 System

Frame() 공개 메소드

Constructs a new Frame @arg parent the parent of this widget
public Frame ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
리턴 System

Frame() 보호된 메소드

protected Frame ( Type dummy ) : System
dummy System.Type
리턴 System

NativeWidget() 공개 메소드

public NativeWidget ( ) : QWidget
리턴 Qyoto.QWidget

SetEnabledBorders() 공개 메소드

Sets what borders should be painted @arg flags borders we want to paint
public SetEnabledBorders ( uint borders ) : void
borders uint
리턴 void