#include <jAPIbitmapListBox.h>
Public Types | |
enum | Direction { vertical = 0, horizontal } |
Public Member Functions | |
jCMPbitmapListBox (TPaintBox *_paintbox, Direction _direction) | |
~jCMPbitmapListBox () | |
void __fastcall | setAlphaTransparency (int _transparency) |
void __fastcall | setTransparency (bool _transparency) |
void __fastcall | setCellWidth (int _width) |
void __fastcall | setCellHeight (int _height) |
void __fastcall | setBackgroundColor (TColor _color) |
int __fastcall | getSelected () |
bool __fastcall | setSelected (int _index) |
int __fastcall | count () |
bool __fastcall | clear () |
bool __fastcall | add (jBitmap *_bmp, int _ref=-1) |
int __fastcall | getRef (int _index) |
bool __fastcall | remove (int _index) |
void __fastcall | refresh () |
void __fastcall | scrollForward (int _speed) |
void __fastcall | scrollBackward (int _speed) |
void (__closure __fastcall *evtMouseDown)(TObject *Sender | |
Public Attributes | |
int | itemIndex |
TMouseButton | Button |
TMouseButton TShiftState | Shift |
TMouseButton TShiftState int | X |
TMouseButton TShiftState int int | Y |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|