|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
interface for controls with sub images More...
Inheritance diagram for IMultiBitmapControl:Public Member Functions | |
| virtual | ~IMultiBitmapControl () |
| virtual void | setHeightOfOneImage (const CCoord &height) |
| virtual CCoord | getHeightOfOneImage () const |
| virtual void | setNumSubPixmaps (int32_t numSubPixmaps) |
| virtual int32_t | getNumSubPixmaps () const |
| virtual void | autoComputeHeightOfOneImage () |
Protected Member Functions | |
| IMultiBitmapControl () | |
Protected Attributes | |
| CCoord | heightOfOneImage |
| int32_t | subPixmaps |
interface for controls with sub images
|
inlinevirtual |
|
inlineprotected |
|
virtual |
Here is the call graph for this function:
|
inlinevirtual |
Here is the caller graph for this function:
|
inlinevirtual |
Here is the caller graph for this function:
|
inlinevirtual |
|
inlinevirtual |
Reimplemented in CAnimKnob, CKickButton, CRockerSwitch, CHorizontalSwitch, CAutoAnimation, CVerticalSwitch, CMovieButton, and CMovieBitmap.
Here is the caller graph for this function:
|
protected |
|
protected |