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.439 by root, Sun Sep 16 13:04:36 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# travsle the widget chain up to find the maximum "physical" size constraints
366sub get_max_wh {
367 my ($self) = @_;
368
369 return ($self->{alloc_w}, $self->{alloc_h})
370 if $self->{alloc_w} && !$self->{root}{realloc}{$self+0};
371
372 return $self->{parent}->get_max_wh
373 if $self->{parent};
374
375 ($::WIDTH, $::HEIGHT)
367} 376}
368 377
369sub size_request { 378sub size_request {
370 require Carp; 379 require Carp;
371 Carp::confess "size_request is abstract"; 380 Carp::confess "size_request is abstract";
821 830
822 1 831 1
823} 832}
824 833
825############################################################################# 834#############################################################################
826
827# back-buffered drawing area 835# back-buffered drawing area
828 836
829package CFPlus::UI::Window; 837package CFPlus::UI::Window;
830 838
831our @ISA = CFPlus::UI::Bin::; 839our @ISA = CFPlus::UI::Bin::;
1946 1954
1947sub size_request { 1955sub size_request {
1948 my ($self) = @_; 1956 my ($self) = @_;
1949 1957
1950 $self->{size_req} ||= do { 1958 $self->{size_req} ||= do {
1959 my ($max_w, $max_h) = $self->get_max_wh;
1960
1951 $self->{layout}->set_font ($self->{font}) if $self->{font}; 1961 $self->{layout}->set_font ($self->{font}) if $self->{font};
1952 $self->{layout}->set_width ($self->{max_w} || -1); 1962 $self->{layout}->set_width ($self->{max_w} || $max_w || -1);
1953 $self->{layout}->set_ellipsise ($self->{ellipsise}); 1963 $self->{layout}->set_ellipsise ($self->{ellipsise});
1954 $self->{layout}->set_single_paragraph_mode ($self->{ellipsise}); 1964 $self->{layout}->set_single_paragraph_mode ($self->{ellipsise});
1955 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE); 1965 $self->{layout}->set_height ($self->{fontsize} * $::FONTSIZE);
1956 1966
1957 my ($w, $h) = $self->{layout}->size; 1967 my ($w, $h) = $self->{layout}->size;
2237 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text); 2247 @$self{qw(cur_x cur_y cur_h)} = $self->{layout}->cursor_pos (length $text);
2238 } 2248 }
2239 2249
2240 glColor_premultiply @{$self->{active_fg}}; 2250 glColor_premultiply @{$self->{active_fg}};
2241 glBegin GL_LINES; 2251 glBegin GL_LINES;
2242 glVertex 0.5 + $self->{cur_x} + $self->{ox}, $self->{cur_y} + $self->{oy}; 2252 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}; 2253 glVertex $self->{cur_x} + $self->{ox} + .5, $self->{cur_y} + $self->{oy} + $self->{cur_h};
2244 glEnd; 2254 glEnd;
2245 2255
2246 glLineWidth 3; 2256 glLineWidth 3;
2247 glColor @{$self->{active_outline}}; 2257 glColor @{$self->{active_outline}};
2248 glRect_lineloop 0, 0, $self->{w} - 1, $self->{h} - 1; 2258 glRect_lineloop 1.5, 1.5, $self->{w} - 1.5, $self->{h} - 1.5;
2249 glLineWidth 1; 2259 glLineWidth 1;
2250 2260
2251 } else { 2261 } else {
2252 glColor @{$self->{outline}}; 2262 glColor @{$self->{outline}};
2253 glTranslate .375, .375;
2254 glBegin GL_LINE_STRIP; 2263 glBegin GL_LINE_STRIP;
2255 glVertex 0, $self->{h} * .5; 2264 glVertex .5, $self->{h} * .5;
2256 glVertex 0, $self->{h} - 3; 2265 glVertex .5, $self->{h} - 2.5;
2257 glVertex $self->{w} - 1, $self->{h} - 3; 2266 glVertex $self->{w} - .5, $self->{h} - 2.5;
2258 glVertex $self->{w} - 1, $self->{h} * .5; 2267 glVertex $self->{w} - .5, $self->{h} * .5;
2259 glEnd; 2268 glEnd;
2260 } 2269 }
2261} 2270}
2262 2271
2263############################################################################# 2272#############################################################################
2512sub _draw { 2521sub _draw {
2513 my ($self) = @_; 2522 my ($self) = @_;
2514 2523
2515 $self->SUPER::_draw; 2524 $self->SUPER::_draw;
2516 2525
2517 glTranslate $self->{padding_x} + 0.375, $self->{padding_y} + 0.375, 0; 2526 glTranslate $self->{padding_x}, $self->{padding_y}, 0;
2518 2527
2519 my ($w, $h) = @$self{qw(w h)}; 2528 my ($w, $h) = @$self{qw(w h)};
2520 2529
2521 my $s = List::Util::min $w - $self->{padding_x} * 2, $h - $self->{padding_y} * 2; 2530 my $s = List::Util::min $w - $self->{padding_x} * 2, $h - $self->{padding_y} * 2;
2522 2531
2841 2850
2842 glEnable GL_BLEND; 2851 glEnable GL_BLEND;
2843 glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA; 2852 glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA;
2844 2853
2845 if ($self->{value} >= 0) { 2854 if ($self->{value} >= 0) {
2846 my $s = 3 + ($self->{w} - 6) * $self->{value}; 2855 my $s = int 2 + ($self->{w} - 4) * $self->{value};
2847 2856
2848 glColor_premultiply @{$self->{bar}}; 2857 glColor_premultiply @{$self->{bar}};
2849 glRect 2, 2, $s, $self->{h} - 2; 2858 glRect 2, 2, $s, $self->{h} - 2;
2850 glColor_premultiply @{$self->{bg}}; 2859 glColor_premultiply @{$self->{bg}};
2851 glRect $s + 1, 0, $self->{w} - 2, $self->{h} - 2; 2860 glRect $s, 2, $self->{w} - 2, $self->{h} - 2;
2852 } 2861 }
2853 2862
2854 glColor_premultiply @{$self->{outline}}; 2863 glColor_premultiply @{$self->{outline}};
2855 glRect_lineloop 1, 1, $self->{w} - 2, $self->{h} - 2; 2864 glRect_lineloop 1.5, 1.5, $self->{w} - 1.5, $self->{h} - 1.5;
2856 2865
2857 glDisable GL_BLEND; 2866 glDisable GL_BLEND;
2858 2867
2859 { 2868 {
2860 local $self->{bg}; # do not draw background 2869 local $self->{bg}; # do not draw background
2870 2879
2871sub new { 2880sub new {
2872 my ($class, %arg) = @_; 2881 my ($class, %arg) = @_;
2873 2882
2874 my $self = $class->SUPER::new ( 2883 my $self = $class->SUPER::new (
2884 tooltip => sub {
2885 my ($self) = @_;
2886
2887 sprintf "level %d\n%s points\n%s next level\n%s to go",
2888 $self->{lvl},
2889 ::formsep ($self->{exp}),
2890 ::formsep ($self->{nxt}),
2891 ::formsep ($self->{nxt} - $self->{exp}),
2892 },
2875 %arg 2893 %arg
2876 ); 2894 );
2877 2895
2878 $::CONN->{on_exp_update}{$self+0} = sub { $self->set_value ($self->{value}) } 2896 $::CONN->{on_exp_update}{$self+0} = sub { $self->set_value ($self->{value}) }
2879 if $::CONN; 2897 if $::CONN;
2890 $self->SUPER::DESTROY; 2908 $self->SUPER::DESTROY;
2891} 2909}
2892 2910
2893sub set_value { 2911sub set_value {
2894 my ($self, $lvl, $exp) = @_; 2912 my ($self, $lvl, $exp) = @_;
2913
2914 $self->{lvl} = $lvl;
2915 $self->{exp} = $exp;
2895 2916
2896 my $v = -1; 2917 my $v = -1;
2897 2918
2898 if ($::CONN && (my $table = $::CONN->{exp_table})) { 2919 if ($::CONN && (my $table = $::CONN->{exp_table})) {
2899 my $l0 = $table->[$lvl - 1]; 2920 my $l0 = $table->[$lvl - 1];
2900 my $l1 = $table->[$lvl]; 2921 my $l1 = $table->[$lvl];
2922
2923 $self->{nxt} = $l1;
2901 2924
2902 $v = ($exp - $l0) / ($l1 - $l0); 2925 $v = ($exp - $l0) / ($l1 - $l0);
2903 } 2926 }
2904 2927
2905 $self->SUPER::set_value ($v); 2928 $self->SUPER::set_value ($v);
3543} 3566}
3544 3567
3545sub set_tooltip_from { 3568sub set_tooltip_from {
3546 my ($self, $widget) = @_; 3569 my ($self, $widget) = @_;
3547 3570
3548 $widget->{tooltip} = CFPlus::Pod::section_label tooltip => $1
3549 if $widget->{tooltip} =~ /^#(.*)$/;
3550
3551 my $tooltip = $widget->{tooltip}; 3571 my $tip = $widget->{tooltip};
3572 $tip = $tip->($widget) if "CODE" eq ref $tip;
3573
3574 $tip = CFPlus::Pod::section_label tooltip => $1
3575 if $tip =~ /^#(.*)$/;
3552 3576
3553 if ($ENV{CFPLUS_DEBUG} & 2) { 3577 if ($ENV{CFPLUS_DEBUG} & 2) {
3554 $tooltip .= "\n\n" . (ref $widget) . "\n" 3578 $tip .= "\n\n" . (ref $widget) . "\n"
3555 . "$widget->{x} $widget->{y} $widget->{w} $widget->{h}\n" 3579 . "$widget->{x} $widget->{y} $widget->{w} $widget->{h}\n"
3556 . "req $widget->{req_w} $widget->{req_h}\n" 3580 . "req $widget->{req_w} $widget->{req_h}\n"
3557 . "visible $widget->{visible}"; 3581 . "visible $widget->{visible}";
3558 } 3582 }
3559 3583
3560 $tooltip =~ s/^\n+//; 3584 $tip =~ s/^\n+//;
3561 $tooltip =~ s/\n+$//; 3585 $tip =~ s/\n+$//;
3562 3586
3563 $self->add (new CFPlus::UI::Label 3587 $self->add (new CFPlus::UI::Label
3564 markup => $tooltip, 3588 markup => $tip,
3565 max_w => ($widget->{tooltip_width} || 0.25) * $::WIDTH, 3589 max_w => ($widget->{tooltip_width} || 0.25) * $::WIDTH,
3566 fontsize => 0.8, 3590 fontsize => 0.8,
3567 style => 1, # FLAG_INVERSE 3591 style => 1, # FLAG_INVERSE
3568 ellipsise => 0, 3592 ellipsise => 0,
3569 font => ($widget->{tooltip_font} || $::FONT_PROP), 3593 font => ($widget->{tooltip_font} || $::FONT_PROP),
3607} 3631}
3608 3632
3609sub _draw { 3633sub _draw {
3610 my ($self) = @_; 3634 my ($self) = @_;
3611 3635
3612 glTranslate 0.375, 0.375;
3613
3614 my ($w, $h) = @$self{qw(w h)}; 3636 my ($w, $h) = @$self{qw(w h)};
3615 3637
3616 glColor 1, 0.8, 0.4; 3638 glColor 1, 0.8, 0.4;
3617 glRect 0, 0, $w, $h; 3639 glRect 0, 0, $w, $h;
3618 3640
3619 glColor 0, 0, 0; 3641 glColor 0, 0, 0;
3620 glRect_lineloop 0, 0, $w, $h; 3642 glRect_lineloop .5, .5, $w + .5, $h + .5;
3621 3643
3622 glTranslate 2 - 0.375, 2 - 0.375; 3644 glTranslate 2, 2;
3623 3645
3624 $self->SUPER::_draw; 3646 $self->SUPER::_draw;
3625} 3647}
3626 3648
3627############################################################################# 3649#############################################################################
3954 my $class = shift; 3976 my $class = shift;
3955 3977
3956 my $self = $class->SUPER::new ( 3978 my $self = $class->SUPER::new (
3957 buttonbar => (new CFPlus::UI::Buttonbar), 3979 buttonbar => (new CFPlus::UI::Buttonbar),
3958 multiplexer => (new CFPlus::UI::Multiplexer expand => 1), 3980 multiplexer => (new CFPlus::UI::Multiplexer expand => 1),
3959 active_outline => [1, 1, 0], 3981 active_outline => [.7, .7, 0.2],
3960 # filter => # will be put between multiplexer and $self 3982 # filter => # will be put between multiplexer and $self
3961 @_, 3983 @_,
3962 ); 3984 );
3963 3985
3964 $self->{filter}->add ($self->{multiplexer}) if $self->{filter}; 3986 $self->{filter}->add ($self->{multiplexer}) if $self->{filter};
4045 4067
4046 $self->SUPER::_draw (); 4068 $self->SUPER::_draw ();
4047 4069
4048 if (my $cur = $self->{multiplexer}{current}) { 4070 if (my $cur = $self->{multiplexer}{current}) {
4049 if ($cur = $cur->{c_tab_}) { 4071 if ($cur = $cur->{c_tab_}) {
4050 glTranslate $cur->{x}, $cur->{y}; 4072 glTranslate $self->{buttonbar}{x} + $cur->{x},
4073 $self->{buttonbar}{y} + $cur->{y};
4051 glLineWidth 3; 4074 glLineWidth 3;
4075 #glEnable GL_BLEND;
4076 #glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA;
4052 glColor @{$self->{active_outline}}; 4077 glColor @{$self->{active_outline}};
4053 glRect_lineloop 1, 1, $cur->{w} - 2, $cur->{h} - 2; 4078 glRect_lineloop 1.5, 1.5, $cur->{w} - 1.5, $cur->{h} - 1.5;
4054 glLineWidth 1; 4079 glLineWidth 1;
4080 #glDisable GL_BLEND;
4055 } 4081 }
4056 } 4082 }
4057} 4083}
4058 4084
4059############################################################################# 4085#############################################################################

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines