|
Blender V4.5
|
Go to the source code of this file.
Typedefs | |
| using | WindowInitFunc = void (*)() |
| using | WindowExitFunc = void (*)() |
| using | WindowResizeFunc = void (*)(int, int) |
| using | WindowDisplayFunc = void (*)() |
| using | WindowKeyboardFunc = void (*)(unsigned char) |
| using | WindowMotionFunc = void (*)(int, int, int) |
Functions | |
| void | window_main_loop (const char *title, const int width, const int height, WindowInitFunc initf, WindowExitFunc exitf, WindowResizeFunc resize, WindowDisplayFunc display, WindowKeyboardFunc keyboard, WindowMotionFunc motion) |
| void | window_display_info (const char *info) |
| void | window_display_help () |
| void | window_redraw () |
| bool | window_opengl_context_enable () |
| void | window_opengl_context_disable () |
| using WindowDisplayFunc = void (*)() |
| using WindowExitFunc = void (*)() |
| using WindowInitFunc = void (*)() |
| using WindowKeyboardFunc = void (*)(unsigned char) |
| using WindowMotionFunc = void (*)(int, int, int) |
| using WindowResizeFunc = void (*)(int, int) |
| void window_display_help | ( | ) |
Definition at line 96 of file window.cpp.
References CYCLES_VERSION_STRING, Window::height, info, V, w(), Window::width, and window_display_text().
| void window_display_info | ( | const char * | info | ) |
Definition at line 75 of file window.cpp.
References Window::height, info, V, Window::width, and window_display_text().
| void window_main_loop | ( | const char * | title, |
| const int | width, | ||
| const int | height, | ||
| WindowInitFunc | initf, | ||
| WindowExitFunc | exitf, | ||
| WindowResizeFunc | resize, | ||
| WindowDisplayFunc | display, | ||
| WindowKeyboardFunc | keyboard, | ||
| WindowMotionFunc | motion ) |
Definition at line 263 of file window.cpp.
References Window::display, Window::exitf, Window::first_display, Window::gl_context, Window::height, initf, Window::initf, Window::keyboard, Window::motion, Window::redraw, Window::resize, V, Window::width, Window::window, window_display(), window_keyboard(), window_motion(), window_mouse(), and window_reshape().
Referenced by main().
| void window_opengl_context_disable | ( | ) |
Definition at line 257 of file window.cpp.
References Window::gl_context_mutex, V, and Window::window.
Referenced by session_init(), and window_display().
| bool window_opengl_context_enable | ( | ) |
Definition at line 250 of file window.cpp.
References Window::gl_context, Window::gl_context_mutex, V, and Window::window.
Referenced by session_init(), and window_display().
| void window_redraw | ( | ) |
Definition at line 351 of file window.cpp.
References Window::redraw, and V.
Referenced by session_init().