Blender V2.61 - r43446
Functions

render_view.c File Reference

#include <string.h>
#include <stddef.h>
#include "MEM_guardedalloc.h"
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "DNA_scene_types.h"
#include "BKE_blender.h"
#include "BKE_context.h"
#include "BKE_image.h"
#include "BKE_global.h"
#include "BKE_main.h"
#include "BKE_node.h"
#include "BKE_report.h"
#include "BKE_screen.h"
#include "WM_api.h"
#include "WM_types.h"
#include "ED_screen.h"
#include "wm_window.h"
#include "render_intern.h"

Go to the source code of this file.

Functions

static ScrAreabiggest_non_image_area (bContext *C)
static ScrAreafind_area_showing_r_result (bContext *C, wmWindow **win)
static ScrAreafind_area_image_empty (bContext *C)
void render_view_open (bContext *C, int mx, int my)
static int render_view_cancel_exec (bContext *C, wmOperator *UNUSED(op))
void RENDER_OT_view_cancel (struct wmOperatorType *ot)
static int render_view_show_invoke (bContext *C, wmOperator *UNUSED(op), wmEvent *event)
void RENDER_OT_view_show (struct wmOperatorType *ot)

Detailed Description

Definition in file render_view.c.


Function Documentation

static ScrArea* biggest_non_image_area ( bContext C) [static]
static ScrArea* find_area_image_empty ( bContext C) [static]
static ScrArea* find_area_showing_r_result ( bContext C,
wmWindow **  win 
) [static]
void RENDER_OT_view_cancel ( struct wmOperatorType ot)
void RENDER_OT_view_show ( struct wmOperatorType ot)
static int render_view_cancel_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
void render_view_open ( bContext C,
int  mx,
int  my 
)
static int render_view_show_invoke ( bContext C,
wmOperator UNUSEDop,
wmEvent event 
) [static]