INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES
indexing
title:
"status line class"
project:
"Visual Eiffel"
revision:
"$Revision: 1.1 $"
copyright:
"Copyright (C) 1996-2005 Object Tools Group"
license:
"http://visual-eiffel.com/license"
cluster:
grape
class
PROGRESS_INDICATOR_CELL
inherit
STATUSLINE_CELL
rename
make
as
sc_make
end
creation
make
feature
make
get_limit
:
REAL
get_done_value
:
REAL
feature
start_progress
(
the_hint
:
STRING
;
the_limit
:
REAL
)
-- the_hint - text that will be drawn on progress bar
-- if Void no text will be displayed
stop_progress
update_progress
(
the_done
:
REAL
)
end
-- class
PROGRESS_INDICATOR_CELL
INDEX
CLUSTER
FEATURES
SHORT
FRAMES
NO FRAMES