Module: Shoes
- Defined in:
- lib/blue_shoes.rb,
lib/blue_shoes/app.rb,
lib/blue_shoes/flow.rb,
lib/blue_shoes/mask.rb,
lib/blue_shoes/text.rb,
lib/blue_shoes/color.rb,
lib/blue_shoes/image.rb,
lib/blue_shoes/mouse.rb,
lib/blue_shoes/shape.rb,
lib/blue_shoes/stack.rb,
lib/blue_shoes/video.rb,
lib/blue_shoes/canvas.rb,
lib/blue_shoes/dialog.rb,
lib/blue_shoes/effect.rb,
lib/blue_shoes/native.rb,
lib/blue_shoes/search.rb,
lib/blue_shoes/widget.rb,
lib/blue_shoes/window.rb,
lib/blue_shoes/pattern.rb,
lib/blue_shoes/download.rb,
lib/blue_shoes/link_url.rb,
lib/blue_shoes/exception.rb,
lib/blue_shoes/text_block.rb,
lib/blue_shoes/timer_base.rb
Defined Under Namespace
Classes: Animation, App, Background, Banner, Border, Button, Canvas, Caption, Check, Code, Color, Del, Dialog, Download, EditBox, EditLine, Effect, Em, Every, Flow, Image, ImageError, Ins, Inscription, InvalidModeError, Link, LinkHover, LinkUrl, ListBox, Mask, Mouse, Native, NotImplementedError, Para, Pattern, Progress, Radio, Search, SettingUp, Shape, Slider, Span, Stack, Strong, Sub, Subtitle, Sup, Tagline, Text, TextBlock, Timer, TimerBase, Title, Video, VideoError, Widget, Window
Constant Summary
collapse
- RELEASE_NAME =
this is the code name for this release of Shoes.
"Suede"
- RELEASE_ID =
this is the ID, I haven’t decided how to generate them yet.
1337
- REVISION =
this is the specific git revision. Haven’t decided if I’m keeping it.
"e3dce7d0b5c2a45f67b2a0d453aa8c31ecd4422e"
- FONTS =
[]
- APPS =
all the currently running apps, as Shoes::App objects
[]
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.app(opts = {}, &blk) ⇒ Object
53
54
55
|
# File 'lib/blue_shoes.rb', line 53
def self.app opts = {}, &blk
Shoes::App.new opts, blk
end
|
Instance Method Details
#aliceblue ⇒ Object
these colors cry out for some metaprogramming. right now, they just get vim-macro’d
#antiquewhite ⇒ Object
13
14
15
16
|
# File 'lib/blue_shoes/color.rb', line 13
def antiquewhite
throw NotImplementedError
end
|
#aquamarine ⇒ Object
23
24
25
26
|
# File 'lib/blue_shoes/color.rb', line 23
def aquamarine
throw NotImplementedError
end
|
#blanchedalmond ⇒ Object
48
49
50
51
|
# File 'lib/blue_shoes/color.rb', line 48
def blanchedalmond
throw NotImplementedError
end
|
#blueviolet ⇒ Object
58
59
60
61
|
# File 'lib/blue_shoes/color.rb', line 58
def blueviolet
throw NotImplementedError
end
|
#burlywood ⇒ Object
68
69
70
71
|
# File 'lib/blue_shoes/color.rb', line 68
def burlywood
throw NotImplementedError
end
|
#cadetblue ⇒ Object
73
74
75
76
|
# File 'lib/blue_shoes/color.rb', line 73
def cadetblue
throw NotImplementedError
end
|
#chartreuse ⇒ Object
78
79
80
81
|
# File 'lib/blue_shoes/color.rb', line 78
def chartreuse
throw NotImplementedError
end
|
#chocolate ⇒ Object
83
84
85
86
|
# File 'lib/blue_shoes/color.rb', line 83
def chocolate
throw NotImplementedError
end
|
#cornflowerblue ⇒ Object
93
94
95
96
|
# File 'lib/blue_shoes/color.rb', line 93
def cornflowerblue
throw NotImplementedError
end
|
#cornsilk ⇒ Object
98
99
100
101
|
# File 'lib/blue_shoes/color.rb', line 98
def cornsilk
throw NotImplementedError
end
|
#crimson ⇒ Object
103
104
105
106
|
# File 'lib/blue_shoes/color.rb', line 103
def crimson
throw NotImplementedError
end
|
#cyan ⇒ Object
108
109
110
111
|
# File 'lib/blue_shoes/color.rb', line 108
def cyan
throw NotImplementedError
end
|
#darkblue ⇒ Object
113
114
115
116
|
# File 'lib/blue_shoes/color.rb', line 113
def darkblue
throw NotImplementedError
end
|
#darkcyan ⇒ Object
118
119
120
121
|
# File 'lib/blue_shoes/color.rb', line 118
def darkcyan
throw NotImplementedError
end
|
#darkgoldenrod ⇒ Object
123
124
125
126
|
# File 'lib/blue_shoes/color.rb', line 123
def darkgoldenrod
throw NotImplementedError
end
|
#darkgray ⇒ Object
128
129
130
131
|
# File 'lib/blue_shoes/color.rb', line 128
def darkgray
throw NotImplementedError
end
|
#darkgreen ⇒ Object
133
134
135
136
|
# File 'lib/blue_shoes/color.rb', line 133
def darkgreen
throw NotImplementedError
end
|
#darkkhaki ⇒ Object
138
139
140
141
|
# File 'lib/blue_shoes/color.rb', line 138
def darkkhaki
throw NotImplementedError
end
|
#darkmagenta ⇒ Object
143
144
145
146
|
# File 'lib/blue_shoes/color.rb', line 143
def darkmagenta
throw NotImplementedError
end
|
#darkolivegreen ⇒ Object
148
149
150
151
|
# File 'lib/blue_shoes/color.rb', line 148
def darkolivegreen
throw NotImplementedError
end
|
#darkorange ⇒ Object
153
154
155
156
|
# File 'lib/blue_shoes/color.rb', line 153
def darkorange
throw NotImplementedError
end
|
#darkorchid ⇒ Object
158
159
160
161
|
# File 'lib/blue_shoes/color.rb', line 158
def darkorchid
throw NotImplementedError
end
|
#darkred ⇒ Object
163
164
165
166
|
# File 'lib/blue_shoes/color.rb', line 163
def darkred
throw NotImplementedError
end
|
#darksalmon ⇒ Object
168
169
170
171
|
# File 'lib/blue_shoes/color.rb', line 168
def darksalmon
throw NotImplementedError
end
|
#darkseagreen ⇒ Object
173
174
175
176
|
# File 'lib/blue_shoes/color.rb', line 173
def darkseagreen
throw NotImplementedError
end
|
#darkslateblue ⇒ Object
178
179
180
181
|
# File 'lib/blue_shoes/color.rb', line 178
def darkslateblue
throw NotImplementedError
end
|
#darkslategray ⇒ Object
183
184
185
186
|
# File 'lib/blue_shoes/color.rb', line 183
def darkslategray
throw NotImplementedError
end
|
#darkturquoise ⇒ Object
188
189
190
191
|
# File 'lib/blue_shoes/color.rb', line 188
def darkturquoise
throw NotImplementedError
end
|
#darkviolet ⇒ Object
193
194
195
196
|
# File 'lib/blue_shoes/color.rb', line 193
def darkviolet
throw NotImplementedError
end
|
#deeppink ⇒ Object
198
199
200
201
|
# File 'lib/blue_shoes/color.rb', line 198
def deeppink
throw NotImplementedError
end
|
#deepskyblue ⇒ Object
203
204
205
206
|
# File 'lib/blue_shoes/color.rb', line 203
def deepskyblue
throw NotImplementedError
end
|
#dimgray ⇒ Object
208
209
210
211
|
# File 'lib/blue_shoes/color.rb', line 208
def dimgray
throw NotImplementedError
end
|
#dodgerblue ⇒ Object
213
214
215
216
|
# File 'lib/blue_shoes/color.rb', line 213
def dodgerblue
throw NotImplementedError
end
|
#firebrick ⇒ Object
218
219
220
221
|
# File 'lib/blue_shoes/color.rb', line 218
def firebrick
throw NotImplementedError
end
|
#floralwhite ⇒ Object
223
224
225
226
|
# File 'lib/blue_shoes/color.rb', line 223
def floralwhite
throw NotImplementedError
end
|
#forestgreen ⇒ Object
228
229
230
231
|
# File 'lib/blue_shoes/color.rb', line 228
def forestgreen
throw NotImplementedError
end
|
#fuchsia ⇒ Object
233
234
235
236
|
# File 'lib/blue_shoes/color.rb', line 233
def fuchsia
throw NotImplementedError
end
|
#gainsboro ⇒ Object
238
239
240
241
|
# File 'lib/blue_shoes/color.rb', line 238
def gainsboro
throw NotImplementedError
end
|
#ghostwhite ⇒ Object
243
244
245
246
|
# File 'lib/blue_shoes/color.rb', line 243
def ghostwhite
throw NotImplementedError
end
|
#gold ⇒ Object
248
249
250
251
|
# File 'lib/blue_shoes/color.rb', line 248
def gold
throw NotImplementedError
end
|
#goldenrod ⇒ Object
253
254
255
256
|
# File 'lib/blue_shoes/color.rb', line 253
def goldenrod
throw NotImplementedError
end
|
#gray ⇒ Object
258
259
260
261
|
# File 'lib/blue_shoes/color.rb', line 258
def gray
throw NotImplementedError
end
|
#green ⇒ Object
263
264
265
266
|
# File 'lib/blue_shoes/color.rb', line 263
def green
throw NotImplementedError
end
|
#greenyellow ⇒ Object
268
269
270
271
|
# File 'lib/blue_shoes/color.rb', line 268
def greenyellow
throw NotImplementedError
end
|
#honeydew ⇒ Object
273
274
275
276
|
# File 'lib/blue_shoes/color.rb', line 273
def honeydew
throw NotImplementedError
end
|
#hotpink ⇒ Object
278
279
280
281
|
# File 'lib/blue_shoes/color.rb', line 278
def hotpink
throw NotImplementedError
end
|
#indianred ⇒ Object
283
284
285
286
|
# File 'lib/blue_shoes/color.rb', line 283
def indianred
throw NotImplementedError
end
|
#indigo ⇒ Object
288
289
290
291
|
# File 'lib/blue_shoes/color.rb', line 288
def indigo
throw NotImplementedError
end
|
#ivory ⇒ Object
293
294
295
296
|
# File 'lib/blue_shoes/color.rb', line 293
def ivory
throw NotImplementedError
end
|
#khaki ⇒ Object
298
299
300
301
|
# File 'lib/blue_shoes/color.rb', line 298
def khaki
throw NotImplementedError
end
|
#lavender ⇒ Object
303
304
305
306
|
# File 'lib/blue_shoes/color.rb', line 303
def lavender
throw NotImplementedError
end
|
#lavenderblush ⇒ Object
308
309
310
311
|
# File 'lib/blue_shoes/color.rb', line 308
def lavenderblush
throw NotImplementedError
end
|
#lawngreen ⇒ Object
313
314
315
316
|
# File 'lib/blue_shoes/color.rb', line 313
def lawngreen
throw NotImplementedError
end
|
#lemonchiffon ⇒ Object
318
319
320
321
|
# File 'lib/blue_shoes/color.rb', line 318
def lemonchiffon
throw NotImplementedError
end
|
#lightblue ⇒ Object
323
324
325
326
|
# File 'lib/blue_shoes/color.rb', line 323
def lightblue
throw NotImplementedError
end
|
#lightcoral ⇒ Object
328
329
330
331
|
# File 'lib/blue_shoes/color.rb', line 328
def lightcoral
throw NotImplementedError
end
|
#lightcyan ⇒ Object
333
334
335
336
|
# File 'lib/blue_shoes/color.rb', line 333
def lightcyan
throw NotImplementedError
end
|
#lightgoldenrodyellow ⇒ Object
338
339
340
341
|
# File 'lib/blue_shoes/color.rb', line 338
def lightgoldenrodyellow
throw NotImplementedError
end
|
#lightgreen ⇒ Object
343
344
345
346
|
# File 'lib/blue_shoes/color.rb', line 343
def lightgreen
throw NotImplementedError
end
|
#lightgrey ⇒ Object
348
349
350
351
|
# File 'lib/blue_shoes/color.rb', line 348
def lightgrey
throw NotImplementedError
end
|
#lightpink ⇒ Object
353
354
355
356
|
# File 'lib/blue_shoes/color.rb', line 353
def lightpink
throw NotImplementedError
end
|
#lightsalmon ⇒ Object
358
359
360
361
|
# File 'lib/blue_shoes/color.rb', line 358
def lightsalmon
throw NotImplementedError
end
|
#lightseagreen ⇒ Object
363
364
365
366
|
# File 'lib/blue_shoes/color.rb', line 363
def lightseagreen
throw NotImplementedError
end
|
#lightskyblue ⇒ Object
368
369
370
371
|
# File 'lib/blue_shoes/color.rb', line 368
def lightskyblue
throw NotImplementedError
end
|
#lightslategray ⇒ Object
373
374
375
376
|
# File 'lib/blue_shoes/color.rb', line 373
def lightslategray
throw NotImplementedError
end
|
#lightsteelblue ⇒ Object
378
379
380
381
|
# File 'lib/blue_shoes/color.rb', line 378
def lightsteelblue
throw NotImplementedError
end
|
#lightyellow ⇒ Object
383
384
385
386
|
# File 'lib/blue_shoes/color.rb', line 383
def lightyellow
throw NotImplementedError
end
|
#lime ⇒ Object
388
389
390
391
|
# File 'lib/blue_shoes/color.rb', line 388
def lime
throw NotImplementedError
end
|
#limegreen ⇒ Object
393
394
395
396
|
# File 'lib/blue_shoes/color.rb', line 393
def limegreen
throw NotImplementedError
end
|
#linen ⇒ Object
398
399
400
401
|
# File 'lib/blue_shoes/color.rb', line 398
def linen
throw NotImplementedError
end
|
#magenta ⇒ Object
403
404
405
406
|
# File 'lib/blue_shoes/color.rb', line 403
def magenta
throw NotImplementedError
end
|
#maroon ⇒ Object
408
409
410
411
|
# File 'lib/blue_shoes/color.rb', line 408
def maroon
throw NotImplementedError
end
|
#mediumaquamarine ⇒ Object
413
414
415
416
|
# File 'lib/blue_shoes/color.rb', line 413
def mediumaquamarine
throw NotImplementedError
end
|
#mediumblue ⇒ Object
418
419
420
421
|
# File 'lib/blue_shoes/color.rb', line 418
def mediumblue
throw NotImplementedError
end
|
#mediumorchid ⇒ Object
423
424
425
426
|
# File 'lib/blue_shoes/color.rb', line 423
def mediumorchid
throw NotImplementedError
end
|
#mediumpurple ⇒ Object
428
429
430
431
|
# File 'lib/blue_shoes/color.rb', line 428
def mediumpurple
throw NotImplementedError
end
|
#mediumseagreen ⇒ Object
433
434
435
436
|
# File 'lib/blue_shoes/color.rb', line 433
def mediumseagreen
throw NotImplementedError
end
|
#mediumslateblue ⇒ Object
438
439
440
441
|
# File 'lib/blue_shoes/color.rb', line 438
def mediumslateblue
throw NotImplementedError
end
|
#mediumspringgreen ⇒ Object
443
444
445
446
|
# File 'lib/blue_shoes/color.rb', line 443
def mediumspringgreen
throw NotImplementedError
end
|
#mediumturquoise ⇒ Object
448
449
450
451
|
# File 'lib/blue_shoes/color.rb', line 448
def mediumturquoise
throw NotImplementedError
end
|
#mediumvioletred ⇒ Object
453
454
455
456
|
# File 'lib/blue_shoes/color.rb', line 453
def mediumvioletred
throw NotImplementedError
end
|
#midnightblue ⇒ Object
458
459
460
461
|
# File 'lib/blue_shoes/color.rb', line 458
def midnightblue
throw NotImplementedError
end
|
#mintcream ⇒ Object
463
464
465
466
|
# File 'lib/blue_shoes/color.rb', line 463
def mintcream
throw NotImplementedError
end
|
#mistyrose ⇒ Object
468
469
470
471
|
# File 'lib/blue_shoes/color.rb', line 468
def mistyrose
throw NotImplementedError
end
|
#moccasin ⇒ Object
473
474
475
476
|
# File 'lib/blue_shoes/color.rb', line 473
def moccasin
throw NotImplementedError
end
|
#navajowhite ⇒ Object
478
479
480
481
|
# File 'lib/blue_shoes/color.rb', line 478
def navajowhite
throw NotImplementedError
end
|
#navy ⇒ Object
483
484
485
486
|
# File 'lib/blue_shoes/color.rb', line 483
def navy
throw NotImplementedError
end
|
#oldlace ⇒ Object
488
489
490
491
|
# File 'lib/blue_shoes/color.rb', line 488
def oldlace
throw NotImplementedError
end
|
#olive ⇒ Object
493
494
495
496
|
# File 'lib/blue_shoes/color.rb', line 493
def olive
throw NotImplementedError
end
|
#olivedrab ⇒ Object
498
499
500
501
|
# File 'lib/blue_shoes/color.rb', line 498
def olivedrab
throw NotImplementedError
end
|
#orange ⇒ Object
503
504
505
506
|
# File 'lib/blue_shoes/color.rb', line 503
def orange
throw NotImplementedError
end
|
#orangered ⇒ Object
508
509
510
511
|
# File 'lib/blue_shoes/color.rb', line 508
def orangered
throw NotImplementedError
end
|
#orchid ⇒ Object
513
514
515
516
|
# File 'lib/blue_shoes/color.rb', line 513
def orchid
throw NotImplementedError
end
|
#palegoldenrod ⇒ Object
518
519
520
521
|
# File 'lib/blue_shoes/color.rb', line 518
def palegoldenrod
throw NotImplementedError
end
|
#palegreen ⇒ Object
523
524
525
526
|
# File 'lib/blue_shoes/color.rb', line 523
def palegreen
throw NotImplementedError
end
|
#paleturquoise ⇒ Object
528
529
530
531
|
# File 'lib/blue_shoes/color.rb', line 528
def paleturquoise
throw NotImplementedError
end
|
#palevioletred ⇒ Object
533
534
535
536
|
# File 'lib/blue_shoes/color.rb', line 533
def palevioletred
throw NotImplementedError
end
|
#papayawhip ⇒ Object
538
539
540
541
|
# File 'lib/blue_shoes/color.rb', line 538
def papayawhip
throw NotImplementedError
end
|
#peachpuff ⇒ Object
543
544
545
546
|
# File 'lib/blue_shoes/color.rb', line 543
def peachpuff
throw NotImplementedError
end
|
#peru ⇒ Object
548
549
550
551
|
# File 'lib/blue_shoes/color.rb', line 548
def peru
throw NotImplementedError
end
|
#pink ⇒ Object
553
554
555
556
|
# File 'lib/blue_shoes/color.rb', line 553
def pink
throw NotImplementedError
end
|
#plum ⇒ Object
558
559
560
561
|
# File 'lib/blue_shoes/color.rb', line 558
def plum
throw NotImplementedError
end
|
#powderblue ⇒ Object
563
564
565
566
|
# File 'lib/blue_shoes/color.rb', line 563
def powderblue
throw NotImplementedError
end
|
#purple ⇒ Object
568
569
570
571
|
# File 'lib/blue_shoes/color.rb', line 568
def purple
throw NotImplementedError
end
|
#red ⇒ Object
573
574
575
576
|
# File 'lib/blue_shoes/color.rb', line 573
def red
throw NotImplementedError
end
|
#rosybrown ⇒ Object
578
579
580
581
|
# File 'lib/blue_shoes/color.rb', line 578
def rosybrown
throw NotImplementedError
end
|
#royalblue ⇒ Object
583
584
585
586
|
# File 'lib/blue_shoes/color.rb', line 583
def royalblue
throw NotImplementedError
end
|
#saddlebrown ⇒ Object
588
589
590
591
|
# File 'lib/blue_shoes/color.rb', line 588
def saddlebrown
throw NotImplementedError
end
|
#salmon ⇒ Object
593
594
595
596
|
# File 'lib/blue_shoes/color.rb', line 593
def salmon
throw NotImplementedError
end
|
#sandybrown ⇒ Object
598
599
600
601
|
# File 'lib/blue_shoes/color.rb', line 598
def sandybrown
throw NotImplementedError
end
|
#seagreen ⇒ Object
603
604
605
606
|
# File 'lib/blue_shoes/color.rb', line 603
def seagreen
throw NotImplementedError
end
|
#seashell ⇒ Object
608
609
610
611
|
# File 'lib/blue_shoes/color.rb', line 608
def seashell
throw NotImplementedError
end
|
#sienna ⇒ Object
613
614
615
616
|
# File 'lib/blue_shoes/color.rb', line 613
def sienna
throw NotImplementedError
end
|
#silver ⇒ Object
618
619
620
621
|
# File 'lib/blue_shoes/color.rb', line 618
def silver
throw NotImplementedError
end
|
#skyblue ⇒ Object
623
624
625
626
|
# File 'lib/blue_shoes/color.rb', line 623
def skyblue
throw NotImplementedError
end
|
#slateblue ⇒ Object
628
629
630
631
|
# File 'lib/blue_shoes/color.rb', line 628
def slateblue
throw NotImplementedError
end
|
#slategray ⇒ Object
633
634
635
636
|
# File 'lib/blue_shoes/color.rb', line 633
def slategray
throw NotImplementedError
end
|
#snow ⇒ Object
638
639
640
641
|
# File 'lib/blue_shoes/color.rb', line 638
def snow
throw NotImplementedError
end
|
#springgreen ⇒ Object
643
644
645
646
|
# File 'lib/blue_shoes/color.rb', line 643
def springgreen
throw NotImplementedError
end
|
#steelblue ⇒ Object
648
649
650
651
|
# File 'lib/blue_shoes/color.rb', line 648
def steelblue
throw NotImplementedError
end
|
#tan ⇒ Object
653
654
655
656
|
# File 'lib/blue_shoes/color.rb', line 653
def tan
throw NotImplementedError
end
|
#teal ⇒ Object
658
659
660
661
|
# File 'lib/blue_shoes/color.rb', line 658
def teal
throw NotImplementedError
end
|
#thistle ⇒ Object
663
664
665
666
|
# File 'lib/blue_shoes/color.rb', line 663
def thistle
throw NotImplementedError
end
|
#tomato ⇒ Object
668
669
670
671
|
# File 'lib/blue_shoes/color.rb', line 668
def tomato
throw NotImplementedError
end
|
#turquoise ⇒ Object
673
674
675
676
|
# File 'lib/blue_shoes/color.rb', line 673
def turquoise
throw NotImplementedError
end
|
#violet ⇒ Object
678
679
680
681
|
# File 'lib/blue_shoes/color.rb', line 678
def violet
throw NotImplementedError
end
|
#wheat ⇒ Object
683
684
685
686
|
# File 'lib/blue_shoes/color.rb', line 683
def wheat
throw NotImplementedError
end
|
#white ⇒ Object
688
689
690
691
|
# File 'lib/blue_shoes/color.rb', line 688
def white
throw NotImplementedError
end
|
#whitesmoke ⇒ Object
693
694
695
696
|
# File 'lib/blue_shoes/color.rb', line 693
def whitesmoke
throw NotImplementedError
end
|
#yellow ⇒ Object
698
699
700
701
|
# File 'lib/blue_shoes/color.rb', line 698
def yellow
throw NotImplementedError
end
|
#yellowgreen ⇒ Object
703
704
705
706
|
# File 'lib/blue_shoes/color.rb', line 703
def yellowgreen
throw NotImplementedError
end
|