Blender V2.61 - r43446
Functions

node_state.c File Reference

#include <stdio.h>
#include "DNA_node_types.h"
#include "DNA_scene_types.h"
#include "BLI_rect.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_node.h"
#include "ED_screen.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_view2d.h"
#include "node_intern.h"

Go to the source code of this file.

Functions

static void snode_home (ScrArea *UNUSED(sa), ARegion *ar, SpaceNode *snode)
static int node_view_all_exec (bContext *C, wmOperator *UNUSED(op))
void NODE_OT_view_all (wmOperatorType *ot)

Detailed Description

Definition in file node_state.c.


Function Documentation

void NODE_OT_view_all ( wmOperatorType ot)
static int node_view_all_exec ( bContext C,
wmOperator UNUSEDop 
) [static]
static void snode_home ( ScrArea UNUSEDsa,
ARegion ar,
SpaceNode snode 
) [static]