滑鼠事件
void mousepressevent(qmouseevent *event); //單擊
void mousereleaseevent(qmouseevent *event); //釋放
void mousedoubleclickevent(qmouseevent *event); //雙擊
void mousemoveevent(qmouseevent *event); //移動
void wheelevent(qwheelevent *event); //滑輪
#include 標頭檔案鍵盤事件
鍵值
void keypressevent(qkeyevent *event); 按壓void keyreleaseevent(qkeyevent *event);釋放
#include 標頭檔案按鍵控制
if (event->type() == qevent::keypress)
if( event->key()==qt::key_exclam)鍵值判斷
視窗關閉執行函式
void closeevent(qcloseevent *event);//可能沒用
MySQL函式列表
mysql中,提供了豐富的函式,簡化了使用者對資料的操作 包括數學函式 字串函式 日期和時間函式 條件判斷函式 加密函式等 abs x 返回x的絕對值 sqrt x 返回x的非負2次方根 mod x,y 返回x被y除后的餘數 ceiling x 返回不小於x的最小整數 floor x 返回不大於x的...
C cmath函式列表
using abs 絕對值 using acos 反余弦 using acosf 反余弦 using acosl 反余弦 using asin 反正弦 using asinf 反正弦 using asinl 反正弦 using atan 反正切 using atan2 y x的反正切 using a...
GoC函式列表
p.fd length 筆前進length步 p.bk length 筆後退length步 p.rt angle 筆右轉angle度 p.lt angle 筆左轉angle度 p.c color 設定筆的顏色,有三種引數形式,第一種是乙個引數,可為0 15 0黑 1紅 2深藍 3綠 4青藍 5黃 6...