![]() |
KVIrc
4.9.2
DeveloperAPIs
|
#include "KviError.h"#include "kvi_debug.h"#include "KviLocale.h"#include "KvsObject_colorDialog.h"#include <QColorDialog>Macros | |
| #define | option_num (sizeof(option_tbl) / sizeof(option_tbl[0])) |
Functions | |
| KVSO_CLASS_FUNCTION (colorDialog, setCurrentColor) | |
| KVSO_CLASS_FUNCTION (colorDialog, setOptions) | |
| KVSO_CLASS_FUNCTION (colorDialog, currentColorChangedEvent) | |
| KVSO_CLASS_FUNCTION (colorDialog, colorSelectedEvent) | |
Variables | |
| const int | option_cod [] |
| const char *const | option_tbl [] |
| #define option_num (sizeof(option_tbl) / sizeof(option_tbl[0])) |
Referenced by KVSO_CLASS_FUNCTION().
| KVSO_CLASS_FUNCTION | ( | colorDialog | , |
| setCurrentColor | |||
| ) |
| KVSO_CLASS_FUNCTION | ( | colorDialog | , |
| setOptions | |||
| ) |
| KVSO_CLASS_FUNCTION | ( | colorDialog | , |
| currentColorChangedEvent | |||
| ) |
References c.
| KVSO_CLASS_FUNCTION | ( | colorDialog | , |
| colorSelectedEvent | |||
| ) |
References c.
| const int option_cod[] |
Referenced by KVSO_CLASS_FUNCTION().
| const char* const option_tbl[] |
Referenced by KVSO_CLASS_FUNCTION().
1.8.7