C# 클래스 QSWidgetLib.TimeEntry

상속: Gtk.Entry
파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 메소드들

메소드 설명
TimeEntry ( ) : System

보호된 메소드들

메소드 설명
OnChanged ( ) : void
OnFocusOutEvent ( Gdk evnt ) : bool
TryFormat ( string text, string &result ) : bool
TryParseDateTime ( string text, System.DateTime &result ) : bool
TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool

메소드 상세

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

OnFocusOutEvent() 보호된 메소드

protected OnFocusOutEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

TimeEntry() 공개 메소드

public TimeEntry ( ) : System
리턴 System

TryFormat() 보호된 메소드

protected TryFormat ( string text, string &result ) : bool
text string
result string
리턴 bool

TryParseDateTime() 보호된 메소드

protected TryParseDateTime ( string text, System.DateTime &result ) : bool
text string
result System.DateTime
리턴 bool

TryParseTimeSpan() 보호된 메소드

protected TryParseTimeSpan ( string text, System.TimeSpan &result ) : bool
text string
result System.TimeSpan
리턴 bool