ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.433 by root, Wed Aug 22 21:27:13 2007 UTC vs.
Revision 1.440 by root, Sun Sep 16 18:27:48 2007 UTC

30 $TOOLTIP->{owner} = $widget; 30 $TOOLTIP->{owner} = $widget;
31 $TOOLTIP->{owner}->emit ("tooltip_show") if $TOOLTIP->{owner}; 31 $TOOLTIP->{owner}->emit ("tooltip_show") if $TOOLTIP->{owner};
32 32
33 return if $ENV{CFPLUS_DEBUG} & 8; 33 return if $ENV{CFPLUS_DEBUG} & 8;
34 34
35 my $tip = $widget->{tooltip};
36
37 $tip = $tip->($widget) if CODE:: eq ref $tip;
38
39 $TOOLTIP->set_tooltip_from ($widget); 35 $TOOLTIP->set_tooltip_from ($widget);
40 $TOOLTIP->show; 36 $TOOLTIP->show;
41 } 37 }
42 38
43 return; 39 return;
273 $self->emit ("destroy"); 269 $self->emit ("destroy");
274 %$self = (); 270 %$self = ();
275} 271}
276 272
277sub TO_JSON { 273sub TO_JSON {
278 { __w_ => $_[0]{s_id} } 274 { "\fw" => $_[0]{s_id} }
279} 275}
280 276
281sub show { 277sub show {
282 my ($self) = @_; 278 my ($self) = @_;
283 279
362 358
363 $self->{force_w} = $w; 359 $self->{force_w} = $w;
364 $self->{force_h} = $h; 360 $self->{force_h} = $h;
365 361
366 $self->realloc; 362 $self->realloc;
363}
364
365# traverse the widget chain up to find the maximum "physical" size constraints
366sub get_max_wh {
367 my ($self) = @_;
368
369 return $self->{parent}->get_max_wh
370 if $self->{parent};
371
372 ($::WIDTH, $::HEIGHT)
367} 373}
368 374
369sub size_request { 375sub size_request {
370 require Carp; 376 require Carp;
371 Carp::confess "size_request is abstract"; 377 Carp::confess "size_request is abstract";
821 827
822 1 828 1
823} 829}
824 830
825############################################################################# 831#############################################################################
826
827# back-buffered drawing area 832# back-buffered drawing area
828 833
829package CFPlus::UI::Window; 834package CFPlus::UI::Window;
830 835
831our @ISA = CFPlus::UI::Bin::; 836our @ISA = CFPlus::UI::Bin::;
1380 $self->CFPlus::UI::Container::add ($self->{title_widget}) if $self->{title_widget}; 1385 $self->CFPlus::UI::Container::add ($self->{title_widget}) if $self->{title_widget};
1381} 1386}
1382 1387
1383sub border { 1388sub border {
1384 int $_[0]{border} * $::FONTSIZE 1389 int $_[0]{border} * $::FONTSIZE
1390}
1391
1392sub get_max_wh {
1393 my ($self) = @_;
1394
1395 return ($self->{w}, $self->{h})
1396 if $self->{visible} && $self->{w};
1397
1398 $self->SUPER::get_max_wh
1385} 1399}
1386 1400
1387sub size_request { 1401sub size_request {
1388 my ($self) = @_; 1402 my ($self) = @_;
1389 1403
1946 1960
1947sub size_request { 1961sub size_request {
1948 my ($self) = @_; 1962 my ($self) = @_;
1949 1963
1950 $self->{size_req} ||= do { 1964 $self->{size_req} ||= do {
1965 my ($max_w, $max_h) = $self->get_max_wh;
1966
1951 $self->{layout}->set_font ($self->{font}) if $self->{font}; 1967 $self->{layout}->set_font ($self->{font}) if $self->{font};
1952 $self->{layout}->set_width ($self->{max_w} || -1); 1968 $self->{layout}->set_width ($self->{max_w} || $max_w || -1);
1953 $self->{layout}->set_ellipsise ($self->{ellipsise}); 1969 $self->{layout}->set_ellipsise ($self->{ellipsise});
1954 $self->{layout}->set_single_paragraph_mode ($self->{ellipsise}); 1970 $self->{layout}->set_single_paragraph_mode ($self->{ellipsise});
1955 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE); 1971 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE);
1956 1972
1957 my ($w, $h) = $self->{layout}->size; 1973 my ($w, $h) = $self->{layout}->size;
2237 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text); 2253 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text);
2238 } 2254 }
2239 2255
2240 glColor_premultiply @{$self->{active_fg}}; 2256 glColor_premultiply @{$self->{active_fg}};
2241 glBegin GL_LINES; 2257 glBegin GL_LINES;
2242 glVertex 0.5 + $self->{cur_x} + $self->{ox}, $self->{cur_y} + $self->{oy}; 2258 glVertex $self->{cur_x} + $self->{ox} + .5, $self->{cur_y} + $self->{oy};
2243 glVertex 0.5 + $self->{cur_x} + $self->{ox}, $self->{cur_y} + $self->{oy} + $self->{cur_h}; 2259 glVertex $self->{cur_x} + $self->{ox} + .5, $self->{cur_y} + $self->{oy} + $self->{cur_h};
2244 glEnd; 2260 glEnd;
2245 2261
2246 glLineWidth 3; 2262 glLineWidth 3;
2247 glColor @{$self->{active_outline}}; 2263 glColor @{$self->{active_outline}};
2248 glRect_lineloop 0, 0, $self->{w} - 1, $self->{h} - 1; 2264 glRect_lineloop 1.5, 1.5, $self->{w} - 1.5, $self->{h} - 1.5;
2249 glLineWidth 1; 2265 glLineWidth 1;
2250 2266
2251 } else { 2267 } else {
2252 glColor @{$self->{outline}}; 2268 glColor @{$self->{outline}};
2253 glTranslate .375, .375;
2254 glBegin GL_LINE_STRIP; 2269 glBegin GL_LINE_STRIP;
2255 glVertex 0, $self->{h} * .5; 2270 glVertex .5, $self->{h} * .5;
2256 glVertex 0, $self->{h} - 3; 2271 glVertex .5, $self->{h} - 2.5;
2257 glVertex $self->{w} - 1, $self->{h} - 3; 2272 glVertex $self->{w} - .5, $self->{h} - 2.5;
2258 glVertex $self->{w} - 1, $self->{h} * .5; 2273 glVertex $self->{w} - .5, $self->{h} * .5;
2259 glEnd; 2274 glEnd;
2260 } 2275 }
2261} 2276}
2262 2277
2263############################################################################# 2278#############################################################################
2512sub _draw { 2527sub _draw {
2513 my ($self) = @_; 2528 my ($self) = @_;
2514 2529
2515 $self->SUPER::_draw; 2530 $self->SUPER::_draw;
2516 2531
2517 glTranslate $self->{padding_x} + 0.375, $self->{padding_y} + 0.375, 0; 2532 glTranslate $self->{padding_x}, $self->{padding_y}, 0;
2518 2533
2519 my ($w, $h) = @$self{qw(w h)}; 2534 my ($w, $h) = @$self{qw(w h)};
2520 2535
2521 my $s = List::Util::min $w - $self->{padding_x} * 2, $h - $self->{padding_y} * 2; 2536 my $s = List::Util::min $w - $self->{padding_x} * 2, $h - $self->{padding_y} * 2;
2522 2537
2841 2856
2842 glEnable GL_BLEND; 2857 glEnable GL_BLEND;
2843 glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA; 2858 glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA;
2844 2859
2845 if ($self->{value} >= 0) { 2860 if ($self->{value} >= 0) {
2846 my $s = 3 + ($self->{w} - 6) * $self->{value}; 2861 my $s = int 2 + ($self->{w} - 4) * $self->{value};
2847 2862
2848 glColor_premultiply @{$self->{bar}}; 2863 glColor_premultiply @{$self->{bar}};
2849 glRect 2, 2, $s, $self->{h} - 2; 2864 glRect 2, 2, $s, $self->{h} - 2;
2850 glColor_premultiply @{$self->{bg}}; 2865 glColor_premultiply @{$self->{bg}};
2851 glRect $s + 1, 0, $self->{w} - 2, $self->{h} - 2; 2866 glRect $s, 2, $self->{w} - 2, $self->{h} - 2;
2852 } 2867 }
2853 2868
2854 glColor_premultiply @{$self->{outline}}; 2869 glColor_premultiply @{$self->{outline}};
2855 glRect_lineloop 1, 1, $self->{w} - 2, $self->{h} - 2; 2870 glRect_lineloop 1.5, 1.5, $self->{w} - 1.5, $self->{h} - 1.5;
2856 2871
2857 glDisable GL_BLEND; 2872 glDisable GL_BLEND;
2858 2873
2859 { 2874 {
2860 local $self->{bg}; # do not draw background 2875 local $self->{bg}; # do not draw background
2870 2885
2871sub new { 2886sub new {
2872 my ($class, %arg) = @_; 2887 my ($class, %arg) = @_;
2873 2888
2874 my $self = $class->SUPER::new ( 2889 my $self = $class->SUPER::new (
2890 tooltip => sub {
2891 my ($self) = @_;
2892
2893 sprintf "level %d\n%s points\n%s next level\n%s to go",
2894 $self->{lvl},
2895 ::formsep ($self->{exp}),
2896 ::formsep ($self->{nxt}),
2897 ::formsep ($self->{nxt} - $self->{exp}),
2898 },
2875 %arg 2899 %arg
2876 ); 2900 );
2877 2901
2878 $::CONN->{on_exp_update}{$self+0} = sub { $self->set_value ($self->{value}) } 2902 $::CONN->{on_exp_update}{$self+0} = sub { $self->set_value ($self->{value}) }
2879 if $::CONN; 2903 if $::CONN;
2890 $self->SUPER::DESTROY; 2914 $self->SUPER::DESTROY;
2891} 2915}
2892 2916
2893sub set_value { 2917sub set_value {
2894 my ($self, $lvl, $exp) = @_; 2918 my ($self, $lvl, $exp) = @_;
2919
2920 $self->{lvl} = $lvl;
2921 $self->{exp} = $exp;
2895 2922
2896 my $v = -1; 2923 my $v = -1;
2897 2924
2898 if ($::CONN && (my $table = $::CONN->{exp_table})) { 2925 if ($::CONN && (my $table = $::CONN->{exp_table})) {
2899 my $l0 = $table->[$lvl - 1]; 2926 my $l0 = $table->[$lvl - 1];
2900 my $l1 = $table->[$lvl]; 2927 my $l1 = $table->[$lvl];
2928
2929 $self->{nxt} = $l1;
2901 2930
2902 $v = ($exp - $l0) / ($l1 - $l0); 2931 $v = ($exp - $l0) / ($l1 - $l0);
2903 } 2932 }
2904 2933
2905 $self->SUPER::set_value ($v); 2934 $self->SUPER::set_value ($v);
3543} 3572}
3544 3573
3545sub set_tooltip_from { 3574sub set_tooltip_from {
3546 my ($self, $widget) = @_; 3575 my ($self, $widget) = @_;
3547 3576
3548 $widget->{tooltip} = CFPlus::Pod::section_label tooltip => $1
3549 if $widget->{tooltip} =~ /^#(.*)$/;
3550
3551 my $tooltip = $widget->{tooltip}; 3577 my $tip = $widget->{tooltip};
3578 $tip = $tip->($widget) if "CODE" eq ref $tip;
3579
3580 $tip = CFPlus::Pod::section_label tooltip => $1
3581 if $tip =~ /^#(.*)$/;
3552 3582
3553 if ($ENV{CFPLUS_DEBUG} & 2) { 3583 if ($ENV{CFPLUS_DEBUG} & 2) {
3554 $tooltip .= "\n\n" . (ref $widget) . "\n" 3584 $tip .= "\n\n" . (ref $widget) . "\n"
3555 . "$widget->{x} $widget->{y} $widget->{w} $widget->{h}\n" 3585 . "$widget->{x} $widget->{y} $widget->{w} $widget->{h}\n"
3556 . "req $widget->{req_w} $widget->{req_h}\n" 3586 . "req $widget->{req_w} $widget->{req_h}\n"
3557 . "visible $widget->{visible}"; 3587 . "visible $widget->{visible}";
3558 } 3588 }
3559 3589
3560 $tooltip =~ s/^\n+//; 3590 $tip =~ s/^\n+//;
3561 $tooltip =~ s/\n+$//; 3591 $tip =~ s/\n+$//;
3562 3592
3563 $self->add (new CFPlus::UI::Label 3593 $self->add (new CFPlus::UI::Label
3564 markup => $tooltip, 3594 markup => $tip,
3565 max_w => ($widget->{tooltip_width} || 0.25) * $::WIDTH, 3595 max_w => ($widget->{tooltip_width} || 0.25) * $::WIDTH,
3566 fontsize => 0.8, 3596 fontsize => 0.8,
3567 style => 1, # FLAG_INVERSE 3597 style => 1, # FLAG_INVERSE
3568 ellipsise => 0, 3598 ellipsise => 0,
3569 font => ($widget->{tooltip_font} || $::FONT_PROP), 3599 font => ($widget->{tooltip_font} || $::FONT_PROP),
3607} 3637}
3608 3638
3609sub _draw { 3639sub _draw {
3610 my ($self) = @_; 3640 my ($self) = @_;
3611 3641
3612 glTranslate 0.375, 0.375;
3613
3614 my ($w, $h) = @$self{qw(w h)}; 3642 my ($w, $h) = @$self{qw(w h)};
3615 3643
3616 glColor 1, 0.8, 0.4; 3644 glColor 1, 0.8, 0.4;
3617 glRect 0, 0, $w, $h; 3645 glRect 0, 0, $w, $h;
3618 3646
3619 glColor 0, 0, 0; 3647 glColor 0, 0, 0;
3620 glRect_lineloop 0, 0, $w, $h; 3648 glRect_lineloop .5, .5, $w + .5, $h + .5;
3621 3649
3622 glTranslate 2 - 0.375, 2 - 0.375; 3650 glTranslate 2, 2;
3623 3651
3624 $self->SUPER::_draw; 3652 $self->SUPER::_draw;
3625} 3653}
3626 3654
3627############################################################################# 3655#############################################################################
3954 my $class = shift; 3982 my $class = shift;
3955 3983
3956 my $self = $class->SUPER::new ( 3984 my $self = $class->SUPER::new (
3957 buttonbar => (new CFPlus::UI::Buttonbar), 3985 buttonbar => (new CFPlus::UI::Buttonbar),
3958 multiplexer => (new CFPlus::UI::Multiplexer expand => 1), 3986 multiplexer => (new CFPlus::UI::Multiplexer expand => 1),
3959 active_outline => [1, 1, 0], 3987 active_outline => [.7, .7, 0.2],
3960 # filter => # will be put between multiplexer and $self 3988 # filter => # will be put between multiplexer and $self
3961 @_, 3989 @_,
3962 ); 3990 );
3963 3991
3964 $self->{filter}->add ($self->{multiplexer}) if $self->{filter}; 3992 $self->{filter}->add ($self->{multiplexer}) if $self->{filter};
4045 4073
4046 $self->SUPER::_draw (); 4074 $self->SUPER::_draw ();
4047 4075
4048 if (my $cur = $self->{multiplexer}{current}) { 4076 if (my $cur = $self->{multiplexer}{current}) {
4049 if ($cur = $cur->{c_tab_}) { 4077 if ($cur = $cur->{c_tab_}) {
4050 glTranslate $cur->{x}, $cur->{y}; 4078 glTranslate $self->{buttonbar}{x} + $cur->{x},
4079 $self->{buttonbar}{y} + $cur->{y};
4051 glLineWidth 3; 4080 glLineWidth 3;
4081 #glEnable GL_BLEND;
4082 #glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA;
4052 glColor @{$self->{active_outline}}; 4083 glColor @{$self->{active_outline}};
4053 glRect_lineloop 1, 1, $cur->{w} - 2, $cur->{h} - 2; 4084 glRect_lineloop 1.5, 1.5, $cur->{w} - 1.5, $cur->{h} - 1.5;
4054 glLineWidth 1; 4085 glLineWidth 1;
4086 #glDisable GL_BLEND;
4055 } 4087 }
4056 } 4088 }
4057} 4089}
4058 4090
4059############################################################################# 4091#############################################################################

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines