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