doxygen: blender/windowmanager tagged.
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
*
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/WM_types.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
#ifndef WM_TYPES_H
|
||||
#define WM_TYPES_H
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_apple.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
|
||||
#include "BKE_context.h"
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_cursors.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_dragdrop.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_windowmanager_types.h"
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_draw.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <GL/glew.h>
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_event_system.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_files.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
/* placed up here because of crappy
|
||||
* winsock stuff.
|
||||
*/
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_gesture.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include "DNA_screen_types.h"
|
||||
#include "DNA_vec_types.h"
|
||||
#include "DNA_userdef_types.h"
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_init_exit.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_jobs.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_windowmanager_types.h"
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_keymap.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "DNA_object_types.h"
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_operators.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <float.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -30,6 +30,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_subwindow.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/intern/wm_window.c
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
*
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
#ifndef WM_H
|
||||
#define WM_H
|
||||
|
||||
|
||||
@@ -27,6 +27,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_cursors.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#ifndef WM_CURSORS_H
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_draw.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#ifndef WM_DRAW_H
|
||||
#define WM_DRAW_H
|
||||
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
*
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_event_system.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
#ifndef WM_EVENT_SYSTEM_H
|
||||
#define WM_EVENT_SYSTEM_H
|
||||
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_event_types.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* These define have its origin at sgi, where all device defines were written down in device.h.
|
||||
* Blender copied the conventions quite some, and expanded it with internal new defines (ton)
|
||||
|
||||
@@ -25,6 +25,11 @@
|
||||
*
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_files.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
#ifndef WM_FILES_H
|
||||
#define WM_FILES_H
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_subwindow.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#ifndef WM_SUBWINDOW_H
|
||||
#define WM_SUBWINDOW_H
|
||||
|
||||
|
||||
@@ -26,6 +26,11 @@
|
||||
* ***** END GPL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
/** \file blender/windowmanager/wm_window.h
|
||||
* \ingroup wm
|
||||
*/
|
||||
|
||||
|
||||
#ifndef WM_WINDOW_H
|
||||
#define WM_WINDOW_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user