メインページ クラス階層 アルファベット順リスト データ構造リスト ファイルリスト データ構造メンバ
クラス SlColorTable の解説
色選択用のWidget.
より詳しく...
#include <slcolorselector.h>
SlColorTableに対するクラス階層図
[凡例]SlColorTableのコラボレーション図
[凡例]すべてのメンバリスト
シグナル
|
void | selected (QRgb rgb) |
void | reSelected (QRgb rgb) |
公開メンバ
|
| SlColorTable (QWidget *parent=0, const char *name=NULL, WFlags f=0, int r=DEF_COLOR_R, int c=DEF_COLOR_C, const QRgb *a=NULL) |
| ~SlColorTable () |
void | setCurrentColor (QRgb) |
保護メンバ
|
QSize | sizeHint () const |
void | paintCell (QPainter *,int, int) |
void | mousePressEvent (QMouseEvent *) |
void | mouseMoveEvent (QMouseEvent *) |
void | mouseReleaseEvent (QMouseEvent *) |
void | keyPressEvent (QKeyEvent *) |
解説
色選択用のWidget.
SlColorTableは、あらかじめ決められたいくつかの色の中から、色を選択する ためのWidgetである。
コンストラクタとデストラクタの解説
SlColorTable::SlColorTable (
|
QWidget * parent = 0,
|
|
const char * name = NULL,
|
|
WFlags f = 0,
|
|
int r = DEF_COLOR_R,
|
|
int c = DEF_COLOR_C,
|
|
const QRgb * a = NULL )
|
|
|
SlColorTableを生成する
横r X 縦c のセルを持つSlColorTableを生成する。セルの中の色はaで指定す る。aで指定した色は左から右、上から下へと並ぶ。
aがNULLの場合は、標準の色が使用される。
rとcを指定する(標準値以外を使う)場合にはaで正しい色のリストを渡さな ければならない。 |
SlColorTable::~SlColorTable (
|
)
|
|
メンバ関数の解説
void SlColorTable::setCurrentColor (
|
QRgb rgb )
|
|
|