Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SoWinBitmapButton.h File Reference
#include <Inventor/Win/SoWinBeginStrict.h>
#include <windows.h>
#include <Inventor/Win/SoWinDef.h>
#include <Inventor/SbBasic.h>
#include <Inventor/Win/SoWinEndStrict.h>

Go to the source code of this file.

Functions

 ~SoWinBitmapButton ()
 
SoWidget getWidget ()
 
void draw (LPDRAWITEMSTRUCT)
 
void setBitmap (HMODULE hModule, ULONG idBitmap)
 
void setBitmaps (HMODULE hModule, ULONG idUp, ULONG idDown)
 
void showFocus (SbBool)
 
void select (SbBool onOrOff)
 
SbBool isSelected ()
 

Function Documentation

◆ draw()

void draw ( LPDRAWITEMSTRUCT  )

◆ getWidget()

SoWidget getWidget ( )

Definition at line 42 of file SoWinBitmapButton.h.

◆ isSelected()

SbBool isSelected ( )

Definition at line 63 of file SoWinBitmapButton.h.

◆ select()

void select ( SbBool  onOrOff)

◆ setBitmap()

void setBitmap ( HMODULE  hModule,
ULONG  idBitmap 
)

◆ setBitmaps()

void setBitmaps ( HMODULE  hModule,
ULONG  idUp,
ULONG  idDown 
)

◆ showFocus()

void showFocus ( SbBool  )

◆ ~SoWinBitmapButton()

~SoWinBitmapButton ( )