src/Builder4/PopoverProperty.bjs
[app.Builder.js] / src / Builder4 / PopoverProperty.vala
1 static Xcls_PopoverProperty  _PopoverProperty;
2
3 public class Xcls_PopoverProperty : Object
4 {
5     public Gtk.Popover el;
6     private Xcls_PopoverProperty  _this;
7
8     public static Xcls_PopoverProperty singleton()
9     {
10         if (_PopoverProperty == null) {
11             _PopoverProperty= new Xcls_PopoverProperty();
12         }
13         return _PopoverProperty;
14     }
15     public Xcls_kflag kflag;
16     public Xcls_dbcellrenderer dbcellrenderer;
17     public Xcls_dbmodel dbmodel;
18     public Xcls_ktype ktype;
19     public Xcls_kname kname;
20     public Xcls_save_btn save_btn;
21
22         // my vars (def)
23     public signal void success (Project.Project pr, JsRender.JsRender file);
24     public bool done;
25     public Xcls_MainWindow mainwindow;
26     public JsRender.Node node;
27
28     // ctor
29     public Xcls_PopoverProperty()
30     {
31         _this = this;
32         this.el = new Gtk.Popover( null );
33
34         // my vars (dec)
35         this.done = false;
36         this.mainwindow = null;
37
38         // set gobject values
39         this.el.border_width = 0;
40         this.el.modal = true;
41         this.el.position = Gtk.PositionType.RIGHT;
42         var child_0 = new Xcls_Box2( _this );
43         child_0.ref();
44         this.el.add (  child_0.el  );
45
46         //listeners
47         this.el.closed.connect( () => {
48           if (!this.done) {
49             _this.el.show();
50           
51           }
52         });
53     }
54
55     // user defined functions
56     public void show (Gtk.Widget btn, JsRender.Node node, string key) 
57         {
58         
59         string kname = "", kflag = "", ktype = "";
60         if (key.length > 0) {
61                 node.normalize_key( key, out  kname, out  kflag, out ktype);
62         }
63     
64         _this.kname.el.set_text(kname);
65         _this.ktype.el.set_text(ktype);
66         
67         _this.dbmodel.loadData(kflag);
68         // does node have this property...
69     
70     
71         if (key.length > 0) {
72                 this.save_btn.el.set_label("Save");
73         } else {
74                 this.save_btn.el.set_label("Create");
75         }
76     
77         _this.node = node;
78         //console.log('show all');
79         this.el.set_modal(true);
80         this.el.set_relative_to(btn);
81     
82         this.el.set_position(Gtk.PositionType.TOP);
83     
84         // window + header?
85          print("SHOWALL - POPIP\n");
86         this.el.show_all();
87         this.kname.el.grab_focus();
88     
89         //this.success = c.success;
90      
91     }
92     public   void updateNodeFromValues () {
93     
94          /*   _this.file.title = _this.title.el.get_text();
95             _this.file.region = _this.region.el.get_text();            
96             _this.file.parent = _this.parent.el.get_text();                        
97             _this.file.permname = _this.permname.el.get_text();                                    
98             _this.file.modOrder = _this.modOrder.el.get_text();
99             
100             if (_this.file.name.length  > 0 && _this.file.name != _this.name.el.get_text()) {
101                 _this.file.renameTo(_this.name.el.get_text());
102             }
103             // store the module...
104             _this.file.build_module = "";        
105              Gtk.TreeIter iter; 
106             if (_this.build_module.el.get_active_iter (out iter)) {
107                  Value vfname;
108                  this.dbmodel.el.get_value (iter, 0, out vfname);
109                  if (((string)vfname).length > 0) {
110                      _this.file.build_module = (string)vfname;
111                  }
112         
113             }
114             */
115             
116             
117     
118                                                         
119     }
120     public class Xcls_Box2 : Object
121     {
122         public Gtk.Box el;
123         private Xcls_PopoverProperty  _this;
124
125
126             // my vars (def)
127
128         // ctor
129         public Xcls_Box2(Xcls_PopoverProperty _owner )
130         {
131             _this = _owner;
132             this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
133
134             // my vars (dec)
135
136             // set gobject values
137             this.el.homogeneous = false;
138             var child_0 = new Xcls_HeaderBar3( _this );
139             child_0.ref();
140             this.el.pack_start (  child_0.el , false,true,0 );
141             var child_1 = new Xcls_Table4( _this );
142             child_1.ref();
143             this.el.pack_start (  child_1.el , false,false,4 );
144             var child_2 = new Xcls_HButtonBox13( _this );
145             child_2.ref();
146             this.el.pack_end (  child_2.el , false,true,0 );
147         }
148
149         // user defined functions
150     }
151     public class Xcls_HeaderBar3 : Object
152     {
153         public Gtk.HeaderBar el;
154         private Xcls_PopoverProperty  _this;
155
156
157             // my vars (def)
158
159         // ctor
160         public Xcls_HeaderBar3(Xcls_PopoverProperty _owner )
161         {
162             _this = _owner;
163             this.el = new Gtk.HeaderBar();
164
165             // my vars (dec)
166
167             // set gobject values
168             this.el.title = "Modify / Create Property";
169         }
170
171         // user defined functions
172     }
173
174     public class Xcls_Table4 : Object
175     {
176         public Gtk.Table el;
177         private Xcls_PopoverProperty  _this;
178
179
180             // my vars (def)
181
182         // ctor
183         public Xcls_Table4(Xcls_PopoverProperty _owner )
184         {
185             _this = _owner;
186             this.el = new Gtk.Table( 3, 2, true );
187
188             // my vars (dec)
189
190             // set gobject values
191             this.el.margin_right = 4;
192             this.el.margin_left = 4;
193             this.el.row_spacing = 2;
194             var child_0 = new Xcls_Label5( _this );
195             child_0.ref();
196             this.el.attach_defaults (  child_0.el , 0,1,0,1 );
197             var child_1 = new Xcls_kflag( _this );
198             child_1.ref();
199             this.el.attach_defaults (  child_1.el , 1,2,0,1 );
200             var child_2 = new Xcls_Label9( _this );
201             child_2.ref();
202             this.el.attach_defaults (  child_2.el , 0,1,1,2 );
203             var child_3 = new Xcls_ktype( _this );
204             child_3.ref();
205             this.el.attach_defaults (  child_3.el , 1,2,1,2 );
206             var child_4 = new Xcls_Label11( _this );
207             child_4.ref();
208             this.el.attach_defaults (  child_4.el , 0,1,2,3 );
209             var child_5 = new Xcls_kname( _this );
210             child_5.ref();
211             this.el.attach_defaults (  child_5.el , 1,2,2,3 );
212         }
213
214         // user defined functions
215     }
216     public class Xcls_Label5 : Object
217     {
218         public Gtk.Label el;
219         private Xcls_PopoverProperty  _this;
220
221
222             // my vars (def)
223
224         // ctor
225         public Xcls_Label5(Xcls_PopoverProperty _owner )
226         {
227             _this = _owner;
228             this.el = new Gtk.Label( "Special Flags" );
229
230             // my vars (dec)
231
232             // set gobject values
233             this.el.justify = Gtk.Justification.RIGHT;
234             this.el.xalign = 0.900000f;
235         }
236
237         // user defined functions
238     }
239
240     public class Xcls_kflag : Object
241     {
242         public Gtk.ComboBox el;
243         private Xcls_PopoverProperty  _this;
244
245
246             // my vars (def)
247
248         // ctor
249         public Xcls_kflag(Xcls_PopoverProperty _owner )
250         {
251             _this = _owner;
252             _this.kflag = this;
253             this.el = new Gtk.ComboBox();
254
255             // my vars (dec)
256
257             // set gobject values
258             var child_0 = new Xcls_dbcellrenderer( _this );
259             child_0.ref();
260             this.el.pack_start (  child_0.el , true );
261             var child_1 = new Xcls_dbmodel( _this );
262             child_1.ref();
263             this.el.set_model (  child_1.el  );
264
265             // init method
266
267             this.el.add_attribute(_this.dbcellrenderer.el , "markup", 1 );
268         }
269
270         // user defined functions
271     }
272     public class Xcls_dbcellrenderer : Object
273     {
274         public Gtk.CellRendererText el;
275         private Xcls_PopoverProperty  _this;
276
277
278             // my vars (def)
279
280         // ctor
281         public Xcls_dbcellrenderer(Xcls_PopoverProperty _owner )
282         {
283             _this = _owner;
284             _this.dbcellrenderer = this;
285             this.el = new Gtk.CellRendererText();
286
287             // my vars (dec)
288
289             // set gobject values
290         }
291
292         // user defined functions
293     }
294
295     public class Xcls_dbmodel : Object
296     {
297         public Gtk.ListStore el;
298         private Xcls_PopoverProperty  _this;
299
300
301             // my vars (def)
302
303         // ctor
304         public Xcls_dbmodel(Xcls_PopoverProperty _owner )
305         {
306             _this = _owner;
307             _this.dbmodel = this;
308             this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) );
309
310             // my vars (dec)
311
312             // set gobject values
313         }
314
315         // user defined functions
316         public void loadData (string kflag) {
317             this.el.clear();                                    
318             Gtk.TreeIter iter;
319             var el = this.el;
320             
321             
322             // vala signal.. '@'
323             // raw value '$'
324             // user defined property '#'
325             // user defined method '|'
326             // special property '*' => prop  |args|ctor|init
327             
328             
329             
330            /// el.append(out iter);
331             
332              
333            // el.set_value(iter, 0, "");
334            // el.set_value(iter, 1, "aaa  - Just add Element - aaa");
335         
336             el.append(out iter);
337             el.set(iter, 0, "", 1,   "Normal Property", -1);
338                  
339                 if (_this.mainwindow.windowstate.file.xtype == "Gtk") {
340                         el.append(out iter);
341                         el.set(iter, 0, "$", 1,   "($) Raw Property (not escaped)", -1);
342                          
343                         
344                         el.append(out iter);
345                         el.set(iter, 0, "#", 1,   "(#) User defined property", -1);
346                          
347                         el.append(out iter);
348                         el.set(iter, 0, "|", 1,   "(|) User defined method", -1);
349                          
350                         el.append(out iter);
351                         el.set(iter, 0, "*", 1,   "(*) Special property (eg. prop | args | ctor | init )", -1);
352                          
353                         
354                         el.append(out iter);
355                     el.set(iter, 0, "@", 1,   "(@) Vala Signal", -1);
356                          
357                         
358                 } else { 
359                         // javascript
360                         el.append(out iter);
361                         el.set(iter, 0, "$", 1,   "($) Raw Property (not escaped)", -1);
362                          
363                         el.append(out iter);
364                         el.set(iter, 0, "|", 1,   "(|) User defined method", -1);
365                  
366                         el.append(out iter);
367                         el.set(iter, 0, "*", 1,   "(*) Special property (eg. prop )", -1);
368                          
369                 
370                 }
371                 el.foreach((tm, tp, titer) => {
372                         GLib.Value val;
373                         el.get_value(titer, 0, out val);
374                          
375                         print("check %s against %s\n", (string)val, kflag);
376                         if (((string)val) == kflag) {
377                                 _this.kflag.el.set_active_iter(titer);
378                                 return true;
379                         }
380                         return false;
381                 });
382                 
383         
384                                              
385         }
386     }
387
388
389     public class Xcls_Label9 : Object
390     {
391         public Gtk.Label el;
392         private Xcls_PopoverProperty  _this;
393
394
395             // my vars (def)
396
397         // ctor
398         public Xcls_Label9(Xcls_PopoverProperty _owner )
399         {
400             _this = _owner;
401             this.el = new Gtk.Label( "Type" );
402
403             // my vars (dec)
404
405             // set gobject values
406             this.el.justify = Gtk.Justification.RIGHT;
407             this.el.xalign = 0.900000f;
408             this.el.visible = true;
409         }
410
411         // user defined functions
412     }
413
414     public class Xcls_ktype : Object
415     {
416         public Gtk.Entry el;
417         private Xcls_PopoverProperty  _this;
418
419
420             // my vars (def)
421
422         // ctor
423         public Xcls_ktype(Xcls_PopoverProperty _owner )
424         {
425             _this = _owner;
426             _this.ktype = this;
427             this.el = new Gtk.Entry();
428
429             // my vars (dec)
430
431             // set gobject values
432             this.el.visible = true;
433         }
434
435         // user defined functions
436     }
437
438     public class Xcls_Label11 : Object
439     {
440         public Gtk.Label el;
441         private Xcls_PopoverProperty  _this;
442
443
444             // my vars (def)
445
446         // ctor
447         public Xcls_Label11(Xcls_PopoverProperty _owner )
448         {
449             _this = _owner;
450             this.el = new Gtk.Label( "Name" );
451
452             // my vars (dec)
453
454             // set gobject values
455             this.el.justify = Gtk.Justification.RIGHT;
456             this.el.xalign = 0.900000f;
457             this.el.tooltip_text = "center, north, south, east, west";
458             this.el.visible = true;
459         }
460
461         // user defined functions
462     }
463
464     public class Xcls_kname : Object
465     {
466         public Gtk.Entry el;
467         private Xcls_PopoverProperty  _this;
468
469
470             // my vars (def)
471
472         // ctor
473         public Xcls_kname(Xcls_PopoverProperty _owner )
474         {
475             _this = _owner;
476             _this.kname = this;
477             this.el = new Gtk.Entry();
478
479             // my vars (dec)
480
481             // set gobject values
482             this.el.visible = true;
483         }
484
485         // user defined functions
486     }
487
488
489     public class Xcls_HButtonBox13 : Object
490     {
491         public Gtk.HButtonBox el;
492         private Xcls_PopoverProperty  _this;
493
494
495             // my vars (def)
496
497         // ctor
498         public Xcls_HButtonBox13(Xcls_PopoverProperty _owner )
499         {
500             _this = _owner;
501             this.el = new Gtk.HButtonBox();
502
503             // my vars (dec)
504
505             // set gobject values
506             this.el.margin_right = 4;
507             this.el.margin_left = 4;
508             this.el.margin_bottom = 4;
509             var child_0 = new Xcls_Button14( _this );
510             child_0.ref();
511             this.el.add (  child_0.el  );
512             var child_1 = new Xcls_save_btn( _this );
513             child_1.ref();
514             this.el.add (  child_1.el  );
515         }
516
517         // user defined functions
518     }
519     public class Xcls_Button14 : Object
520     {
521         public Gtk.Button el;
522         private Xcls_PopoverProperty  _this;
523
524
525             // my vars (def)
526
527         // ctor
528         public Xcls_Button14(Xcls_PopoverProperty _owner )
529         {
530             _this = _owner;
531             this.el = new Gtk.Button();
532
533             // my vars (dec)
534
535             // set gobject values
536             this.el.label = "Cancel";
537
538             //listeners
539             this.el.clicked.connect( () => { 
540             
541               _this.done = true;
542                 _this.el.hide(); 
543             });
544         }
545
546         // user defined functions
547     }
548
549     public class Xcls_save_btn : Object
550     {
551         public Gtk.Button el;
552         private Xcls_PopoverProperty  _this;
553
554
555             // my vars (def)
556
557         // ctor
558         public Xcls_save_btn(Xcls_PopoverProperty _owner )
559         {
560             _this = _owner;
561             _this.save_btn = this;
562             this.el = new Gtk.Button();
563
564             // my vars (dec)
565
566             // set gobject values
567             this.el.label = "Save";
568
569             //listeners
570             this.el.clicked.connect( ( ) =>  { 
571             
572               
573             /*
574             
575                 if (_this.name.el.get_text().length  < 1) {
576                     StandardErrorDialog.show(
577                         _this.mainwindow.el,
578                         "You have to set Component name "
579                     );
580                      
581                     return;
582                 }
583                 // what does this do?
584                 
585                 var isNew = _this.file.name.length  > 0 ? false : true;
586                  
587                  
588                 
589               
590                 // FIXME - this may be more complicated...
591                 //for (var i in this.def) {
592                 //    this.file[i] =  this.get(i).el.get_text();
593                 //}
594             
595                 if (!isNew) {
596                     try {
597                          _this.updateFileFromEntry();
598                      } catch( JsRender.Error.RENAME_FILE_EXISTS er) {
599                           Xcls_StandardErrorDialog.singleton().show(
600                             _this.mainwindow.el,
601                             "The name you used already exists "
602                         );
603                         return;
604                          
605                      }
606             
607                       _this.done = true;
608                     _this.file.save();
609                     _this.el.hide();
610                     return;
611                 }
612                 var fn = _this.name.el.get_text();
613                 var dir = _this.project.firstPath();
614                
615                 if (GLib.FileUtils.test(dir + "/" + fn + ".bjs", GLib.FileTest.EXISTS)) {
616                     Xcls_StandardErrorDialog.singleton().show(
617                         _this.mainwindow.el,
618                         "That file already exists"
619                     ); 
620                     return;
621                 }
622                
623                var f =  JsRender.JsRender.factory(
624                         _this.file.project.xtype,  
625                         _this.file.project, 
626                         dir + "/" + fn + ".bjs");
627             
628                 _this.file = f;
629                 
630             
631                 
632                 _this.updateFileFromEntry();
633                 _this.file.loaded = true;
634                 _this.file.save();
635                 _this.file.project.addFile(_this.file);
636                 
637              
638                 // what about .js ?
639                _this.done = true;
640                 _this.el.hide();
641             
642                 
643                 
644                 _this.success(_this.project, _this.file);
645                 */
646                
647             });
648         }
649
650         // user defined functions
651     }
652
653
654
655 }