Scid
4.7.0
|
Classes | |
class | List |
class | tcl_Progress |
class | tcl_ProgressPosMask |
Typedefs | |
typedef int | UI_res_t |
typedef ClientData | UI_extra_t |
typedef Tcl_Interp * | UI_handle_t |
Functions | |
int | initTclTk (UI_handle_t ti) |
int | Main (int argc, char *argv[], void(*exit)(void *)) |
Progress | CreateProgress (UI_handle_t data) |
Progress | CreateProgressPosMask (UI_handle_t data) |
Tcl_Obj * | ObjMaker (bool v) |
Tcl_Obj * | ObjMaker (int v) |
Tcl_Obj * | ObjMaker (unsigned int v) |
Tcl_Obj * | ObjMaker (unsigned long v) |
Tcl_Obj * | ObjMaker (unsigned long long v) |
Tcl_Obj * | ObjMaker (double v) |
Tcl_Obj * | ObjMaker (const char *s) |
Tcl_Obj * | ObjMaker (const std::string &s) |
Tcl_Obj * | ObjMaker (const List &v) |
UI_res_t | ResultHelper (UI_handle_t ti, errorT res) |
UI_res_t | Result (UI_handle_t ti, errorT res) |
template<typename T > | |
UI_res_t | Result (UI_handle_t ti, errorT res, const T &value) |
typedef ClientData UI_impl::UI_extra_t |
Definition at line 31 of file ui_tcltk.h.
typedef Tcl_Interp* UI_impl::UI_handle_t |
Definition at line 32 of file ui_tcltk.h.
typedef int UI_impl::UI_res_t |
Definition at line 30 of file ui_tcltk.h.
|
inline |
Definition at line 117 of file ui_tcltk.h.
|
inline |
Definition at line 123 of file ui_tcltk.h.
|
inline |
Definition at line 241 of file ui_tcltk.h.
|
inline |
Definition at line 36 of file ui_tcltk.h.
|
inline |
Definition at line 162 of file ui_tcltk.h.
|
inline |
Definition at line 165 of file ui_tcltk.h.
|
inline |
Definition at line 168 of file ui_tcltk.h.
|
inline |
Definition at line 172 of file ui_tcltk.h.
|
inline |
Definition at line 176 of file ui_tcltk.h.
|
inline |
Definition at line 180 of file ui_tcltk.h.
|
inline |
Definition at line 183 of file ui_tcltk.h.
|
inline |
Definition at line 186 of file ui_tcltk.h.
|
inline |
Definition at line 190 of file ui_tcltk.h.
|
inline |
Definition at line 208 of file ui_tcltk.h.
|
inline |
Definition at line 214 of file ui_tcltk.h.
|
inline |
Definition at line 202 of file ui_tcltk.h.