Blender V2.61 - r43446
Classes | Defines | Typedefs

DNA_outliner_types.h File Reference

#include "DNA_listBase.h"

Go to the source code of this file.

Classes

struct  TreeStoreElem
struct  TreeStore

Defines

#define TSE_CLOSED   1
#define TSE_SELECTED   2
#define TSE_TEXTBUT   4
#define TSE_CHILDSEARCH   8
#define TSE_SEARCHMATCH   16

Typedefs

typedef struct TreeStoreElem TreeStoreElem
typedef struct TreeStore TreeStore

Detailed Description

Definition in file DNA_outliner_types.h.


Define Documentation

#define TSE_CHILDSEARCH   8

Definition at line 53 of file DNA_outliner_types.h.

Referenced by outliner_add_element().

#define TSE_CLOSED   1
#define TSE_SEARCHMATCH   16

Definition at line 54 of file DNA_outliner_types.h.

Referenced by outliner_draw_tree_element(), and outliner_filter_tree().

#define TSE_SELECTED   2
#define TSE_TEXTBUT   4

Definition at line 52 of file DNA_outliner_types.h.

Referenced by do_item_rename(), namebutton_cb(), and outliner_buttons().


Typedef Documentation

typedef struct TreeStore TreeStore
typedef struct TreeStoreElem TreeStoreElem