Last change
on this file since 260 was
260,
checked in by titer, 16 years ago
|
Added $Id$ keywords and updated a few headers
|
File size:
384 bytes
|
Line | |
---|
1 | // $Id$ |
---|
2 | |
---|
3 | #ifndef TR_INFO_WIND |
---|
4 | #define TR_INFO_WIND |
---|
5 | |
---|
6 | #include <Box.h> |
---|
7 | #include <Window.h> |
---|
8 | #include <StringView.h> |
---|
9 | |
---|
10 | #include "transmission.h" |
---|
11 | |
---|
12 | class TRInfoWindow : public BWindow { |
---|
13 | public: |
---|
14 | TRInfoWindow(tr_stat_t status); |
---|
15 | ~TRInfoWindow(); |
---|
16 | |
---|
17 | virtual void FrameResized(float width, float height); |
---|
18 | private: |
---|
19 | void StringForFileSize(uint64_t size, BString *str); |
---|
20 | |
---|
21 | BBox *fBox; |
---|
22 | }; |
---|
23 | |
---|
24 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.