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                         }
379                         return true;
380                 });
381                 
382         
383                                              
384         }
385     }
386
387
388     public class Xcls_Label9 : Object
389     {
390         public Gtk.Label el;
391         private Xcls_PopoverProperty  _this;
392
393
394             // my vars (def)
395
396         // ctor
397         public Xcls_Label9(Xcls_PopoverProperty _owner )
398         {
399             _this = _owner;
400             this.el = new Gtk.Label( "Type" );
401
402             // my vars (dec)
403
404             // set gobject values
405             this.el.justify = Gtk.Justification.RIGHT;
406             this.el.xalign = 0.900000f;
407             this.el.visible = true;
408         }
409
410         // user defined functions
411     }
412
413     public class Xcls_ktype : Object
414     {
415         public Gtk.Entry el;
416         private Xcls_PopoverProperty  _this;
417
418
419             // my vars (def)
420
421         // ctor
422         public Xcls_ktype(Xcls_PopoverProperty _owner )
423         {
424             _this = _owner;
425             _this.ktype = this;
426             this.el = new Gtk.Entry();
427
428             // my vars (dec)
429
430             // set gobject values
431             this.el.visible = true;
432         }
433
434         // user defined functions
435     }
436
437     public class Xcls_Label11 : Object
438     {
439         public Gtk.Label el;
440         private Xcls_PopoverProperty  _this;
441
442
443             // my vars (def)
444
445         // ctor
446         public Xcls_Label11(Xcls_PopoverProperty _owner )
447         {
448             _this = _owner;
449             this.el = new Gtk.Label( "Name" );
450
451             // my vars (dec)
452
453             // set gobject values
454             this.el.justify = Gtk.Justification.RIGHT;
455             this.el.xalign = 0.900000f;
456             this.el.tooltip_text = "center, north, south, east, west";
457             this.el.visible = true;
458         }
459
460         // user defined functions
461     }
462
463     public class Xcls_kname : Object
464     {
465         public Gtk.Entry el;
466         private Xcls_PopoverProperty  _this;
467
468
469             // my vars (def)
470
471         // ctor
472         public Xcls_kname(Xcls_PopoverProperty _owner )
473         {
474             _this = _owner;
475             _this.kname = this;
476             this.el = new Gtk.Entry();
477
478             // my vars (dec)
479
480             // set gobject values
481             this.el.visible = true;
482         }
483
484         // user defined functions
485     }
486
487
488     public class Xcls_HButtonBox13 : Object
489     {
490         public Gtk.HButtonBox el;
491         private Xcls_PopoverProperty  _this;
492
493
494             // my vars (def)
495
496         // ctor
497         public Xcls_HButtonBox13(Xcls_PopoverProperty _owner )
498         {
499             _this = _owner;
500             this.el = new Gtk.HButtonBox();
501
502             // my vars (dec)
503
504             // set gobject values
505             this.el.margin_right = 4;
506             this.el.margin_left = 4;
507             this.el.margin_bottom = 4;
508             var child_0 = new Xcls_Button14( _this );
509             child_0.ref();
510             this.el.add (  child_0.el  );
511             var child_1 = new Xcls_save_btn( _this );
512             child_1.ref();
513             this.el.add (  child_1.el  );
514         }
515
516         // user defined functions
517     }
518     public class Xcls_Button14 : Object
519     {
520         public Gtk.Button el;
521         private Xcls_PopoverProperty  _this;
522
523
524             // my vars (def)
525
526         // ctor
527         public Xcls_Button14(Xcls_PopoverProperty _owner )
528         {
529             _this = _owner;
530             this.el = new Gtk.Button();
531
532             // my vars (dec)
533
534             // set gobject values
535             this.el.label = "Cancel";
536
537             //listeners
538             this.el.clicked.connect( () => { 
539             
540               _this.done = true;
541                 _this.el.hide(); 
542             });
543         }
544
545         // user defined functions
546     }
547
548     public class Xcls_save_btn : Object
549     {
550         public Gtk.Button el;
551         private Xcls_PopoverProperty  _this;
552
553
554             // my vars (def)
555
556         // ctor
557         public Xcls_save_btn(Xcls_PopoverProperty _owner )
558         {
559             _this = _owner;
560             _this.save_btn = this;
561             this.el = new Gtk.Button();
562
563             // my vars (dec)
564
565             // set gobject values
566             this.el.label = "Save";
567
568             //listeners
569             this.el.clicked.connect( ( ) =>  { 
570             
571               
572             /*
573             
574                 if (_this.name.el.get_text().length  < 1) {
575                     StandardErrorDialog.show(
576                         _this.mainwindow.el,
577                         "You have to set Component name "
578                     );
579                      
580                     return;
581                 }
582                 // what does this do?
583                 
584                 var isNew = _this.file.name.length  > 0 ? false : true;
585                  
586                  
587                 
588               
589                 // FIXME - this may be more complicated...
590                 //for (var i in this.def) {
591                 //    this.file[i] =  this.get(i).el.get_text();
592                 //}
593             
594                 if (!isNew) {
595                     try {
596                          _this.updateFileFromEntry();
597                      } catch( JsRender.Error.RENAME_FILE_EXISTS er) {
598                           Xcls_StandardErrorDialog.singleton().show(
599                             _this.mainwindow.el,
600                             "The name you used already exists "
601                         );
602                         return;
603                          
604                      }
605             
606                       _this.done = true;
607                     _this.file.save();
608                     _this.el.hide();
609                     return;
610                 }
611                 var fn = _this.name.el.get_text();
612                 var dir = _this.project.firstPath();
613                
614                 if (GLib.FileUtils.test(dir + "/" + fn + ".bjs", GLib.FileTest.EXISTS)) {
615                     Xcls_StandardErrorDialog.singleton().show(
616                         _this.mainwindow.el,
617                         "That file already exists"
618                     ); 
619                     return;
620                 }
621                
622                var f =  JsRender.JsRender.factory(
623                         _this.file.project.xtype,  
624                         _this.file.project, 
625                         dir + "/" + fn + ".bjs");
626             
627                 _this.file = f;
628                 
629             
630                 
631                 _this.updateFileFromEntry();
632                 _this.file.loaded = true;
633                 _this.file.save();
634                 _this.file.project.addFile(_this.file);
635                 
636              
637                 // what about .js ?
638                _this.done = true;
639                 _this.el.hide();
640             
641                 
642                 
643                 _this.success(_this.project, _this.file);
644                 */
645                
646             });
647         }
648
649         // user defined functions
650     }
651
652
653
654 }