Blender V2.61 - r43446
Defines | Functions

logic_buttons.c File Reference

#include <string.h>
#include <stdio.h>
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_screen.h"
#include "ED_screen.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "WM_api.h"
#include "WM_types.h"
#include "UI_interface.h"
#include "UI_view2d.h"
#include "interface_intern.h"
#include "logic_intern.h"

Go to the source code of this file.

Defines

#define LINK_RESOL   12

Functions

void logic_buttons_register (ARegionType *UNUSED(art))
static int logic_properties (bContext *C, wmOperator *UNUSED(op))
void LOGIC_OT_properties (wmOperatorType *ot)
static int cut_links_intersect (uiLinkLine *line, float mcoords[][2], int tot)
static int cut_links_exec (bContext *C, wmOperator *op)
void LOGIC_OT_links_cut (wmOperatorType *ot)

Detailed Description

Definition in file logic_buttons.c.


Define Documentation

#define LINK_RESOL   12

Definition at line 133 of file logic_buttons.c.

Referenced by cut_links_intersect().


Function Documentation

static int cut_links_exec ( bContext C,
wmOperator op 
) [static]
static int cut_links_intersect ( uiLinkLine line,
float  mcoords[][2],
int  tot 
) [static]
void logic_buttons_register ( ARegionType UNUSEDart)
void LOGIC_OT_links_cut ( wmOperatorType ot)
void LOGIC_OT_properties ( wmOperatorType ot)
static int logic_properties ( bContext C,
wmOperator UNUSEDop 
) [static]