コード例 #1
0
ファイル: QWebSettings.cs プロジェクト: micro-chen/qyoto
 public int fontSize(QWebSettings.FontSize type)
 {
     return((int)interceptor.Invoke("fontSize$", "fontSize(QWebSettings::FontSize) const", typeof(int), typeof(QWebSettings.FontSize), type));
 }
コード例 #2
0
ファイル: QWebSettings.cs プロジェクト: micro-chen/qyoto
 public void ResetFontSize(QWebSettings.FontSize type)
 {
     interceptor.Invoke("resetFontSize$", "resetFontSize(QWebSettings::FontSize)", typeof(void), typeof(QWebSettings.FontSize), type);
 }
コード例 #3
0
ファイル: QWebSettings.cs プロジェクト: micro-chen/qyoto
 public void SetFontSize(QWebSettings.FontSize type, int size)
 {
     interceptor.Invoke("setFontSize$$", "setFontSize(QWebSettings::FontSize, int)", typeof(void), typeof(QWebSettings.FontSize), type, typeof(int), size);
 }