Blender  V2.93
ED_outliner.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  *
16  * The Original Code is Copyright (C) 2015, Blender Foundation
17  */
18 
23 #pragma once
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28 
29 struct Base;
30 struct ListBase;
31 struct SpaceOutliner;
32 struct bContext;
33 
35 
36 void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects);
37 
38 struct Base *ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2]);
39 
45 
47 
49  struct SpaceOutliner *space_outliner);
50 
52 
53 #ifdef __cplusplus
54 }
55 #endif
struct Base * ED_outliner_give_base_under_cursor(struct bContext *C, const int mval[2])
void ED_outliner_select_sync_from_all_tag(struct bContext *C)
Definition: outliner_sync.c:80
void ED_outliner_select_sync_flag_outliners(const struct bContext *C)
void ED_outliner_select_sync_from_object_tag(struct bContext *C)
Definition: outliner_sync.c:56
void ED_outliner_select_sync_from_outliner(struct bContext *C, struct SpaceOutliner *space_outliner)
void ED_outliner_select_sync_from_edit_bone_tag(struct bContext *C)
Definition: outliner_sync.c:62
bool ED_outliner_collections_editor_poll(struct bContext *C)
bool ED_outliner_select_sync_is_dirty(const struct bContext *C)
void ED_outliner_selected_objects_get(const struct bContext *C, struct ListBase *objects)
void ED_outliner_select_sync_from_pose_bone_tag(struct bContext *C)
Definition: outliner_sync.c:68
void ED_outliner_select_sync_from_sequence_tag(struct bContext *C)
Definition: outliner_sync.c:74
#define C
Definition: RandGen.cpp:39