summaryrefslogtreecommitdiff
path: root/indra/llui/lluifwd.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-04-27 16:39:19 +0300
committerVadim Savchuk <vsavchuk@productengine.com>2010-04-27 16:39:19 +0300
commit17f2234a96d11a78726a77285b77dd25721ab8ce (patch)
tree92c2ca6483a9744c92c551a143d8ff8c55d31f4a /indra/llui/lluifwd.h
parent2696e375097c2e45102bede0e7d33175feea080b (diff)
Implemented perpetual loading indicator widget (EXT-6596).
Simple perpetual loading indicator a la MacOS X or YouTube. Implements spinning by changing pre-defined images. The images are hardcoded, shared by all instances of the widget. Number of rotations per second can be changed via params. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/320/ --HG-- branch : product-engine
Diffstat (limited to 'indra/llui/lluifwd.h')
-rw-r--r--indra/llui/lluifwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lluifwd.h b/indra/llui/lluifwd.h
index f99bb39fdd..d6047b943c 100644
--- a/indra/llui/lluifwd.h
+++ b/indra/llui/lluifwd.h
@@ -39,6 +39,7 @@ class LLComboBox;
class LLDragHandle;
class LLFloater;
class LLIconCtrl;
+class LLLoadingIndicator;
class LLLineEditor;
class LLMenuGL;
class LLPanel;