Inheritance diagram for ImagePane:
Public Members | |||
![]() | ![]() | ImagePane () | |
![]() | ![]() | Void | HandleKey (Char c) |
![]() | ![]() | Void | PrintKeys () |
![]() | ![]() | Void | PrintInfo () |
![]() | ![]() | Void | CheckFile () |
![]() | ![]() | Int | Load (StrConst filename) |
![]() | ![]() | IPCmd | command |
![]() | ![]() | FileName | imageFile |
![]() | ![]() | RGBAImage | image |
![]() | ![]() | RGBEImage | radImage |
![]() | ![]() | Long | timeStamp |
![]() | ![]() | Int | offWidth |
![]() | ![]() | Int | offHeight |
![]() | ![]() | Bool | closed |
![]() | ![]() | Bool | loaded |
![]() | ![]() | Double | alpha |
![]() | ![]() | XOffscreenPane* | offscreen |
Static Public Members | |||
![]() | ![]() | XGraphicsSystem* | sXgs = 0 |
Definition at line 30 of file ImgView.cc.
ImagePane::ImagePane () |
Definition at line 33 of file ImgView.cc.
Void ImagePane::CheckFile () |
Definition at line 206 of file ImgView.cc.
Void ImagePane::HandleKey (Char c) [virtual]
|
Int ImagePane::Load (StrConst filename) |
Definition at line 150 of file ImgView.cc.
Void ImagePane::PrintInfo () |
Definition at line 293 of file ImgView.cc.
Void ImagePane::PrintKeys () |
Definition at line 280 of file ImgView.cc.
Double ImagePane::alpha |
Definition at line 50 of file ImgView.cc.
Bool ImagePane::closed |
Definition at line 48 of file ImgView.cc.
IPCmd ImagePane::command |
Definition at line 42 of file ImgView.cc.
RGBAImage ImagePane::image |
Definition at line 44 of file ImgView.cc.
FileName ImagePane::imageFile |
Definition at line 43 of file ImgView.cc.
Bool ImagePane::loaded |
Definition at line 49 of file ImgView.cc.
Int ImagePane::offHeight |
Definition at line 47 of file ImgView.cc.
Int ImagePane::offWidth |
Definition at line 47 of file ImgView.cc.
XOffscreenPane * ImagePane::offscreen |
Definition at line 51 of file ImgView.cc.
RGBEImage ImagePane::radImage |
Definition at line 45 of file ImgView.cc.
XGraphicsSystem * ImagePane::sXgs = 0 [static]
|
Definition at line 53 of file ImgView.cc.
Long ImagePane::timeStamp |
Definition at line 46 of file ImgView.cc.