1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

-removed resources dock, good bye old friend

This commit is contained in:
Juan Linietsky
2015-09-01 00:49:47 -03:00
parent cf57a654d7
commit 688047a4c9
9 changed files with 402 additions and 27 deletions

View File

@@ -75,10 +75,17 @@ friend class EditorData;
public:
bool is_at_begining() const;
bool is_at_end() const;
void add_object(ObjectID p_object);
void add_object(ObjectID p_object,const String& p_subprop);
void add_object(ObjectID p_object,int p_relevel);
int get_history_len();
int get_history_pos();
ObjectID get_history_obj(int p_obj) const;
bool next();
bool previous();
ObjectID get_current();