summaryrefslogtreecommitdiff
path: root/fluid/nodes/Grid_Node.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 19:04:24 +0500
commit793fa5a91f24358aa7ce21abf6ee4e93a17b04ee (patch)
treee81d1e60ffdf068ac1e93e8d36d9c2046b2d7c50 /fluid/nodes/Grid_Node.h
parentb4995f979d127cea667b4e2b71c91e9db4ab52ef (diff)
wip
Diffstat (limited to 'fluid/nodes/Grid_Node.h')
-rw-r--r--fluid/nodes/Grid_Node.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/fluid/nodes/Grid_Node.h b/fluid/nodes/Grid_Node.h
index 3caf77354..62fdea11c 100644
--- a/fluid/nodes/Grid_Node.h
+++ b/fluid/nodes/Grid_Node.h
@@ -57,16 +57,16 @@ public:
Fl_Widget *widget(int X,int Y,int W,int H);
Type type() const { return FLD_NODE_TYPE_Grid; }
bool is_a(Type inType) const { return (inType==FLD_NODE_TYPE_Grid) ? true : super::is_a(inType); }
- void write_properties(fld::io::Project_Writer &f);
- void read_property(fld::io::Project_Reader &f, const char *);
- void write_parent_properties(fld::io::Project_Writer &f, Node *child, bool encapsulate);
- void read_parent_property(fld::io::Project_Reader &f, Node *child, const char *property);
+ void write_properties(Project_Writer &f);
+ void read_property(Project_Reader &f, const char *);
+ void write_parent_properties(Project_Writer &f, Node *child, bool encapsulate);
+ void read_parent_property(Project_Reader &f, Node *child, const char *property);
Fl_Widget *enter_live_mode(int top=0);
void leave_live_mode();
void copy_properties();
void copy_properties_for_children();
- void write_code1(fld::io::Code_Writer& f);
- void write_code2(fld::io::Code_Writer& f);
+ void write_code1(Code_Writer& f);
+ void write_code2(Code_Writer& f);
void add_child(Node*, Node*);
void move_child(Node*, Node*);
void remove_child(Node*);