UserInput Class Reference
[
Kblackjack Index
] [
Kblackjack Hierarchy
] [
Headers
]
#include <
user_input.h
>
Inherits: QWidget
Public Members
UserInput
(float min_bet, float max_bet, float bet_inc, QWidget *parent=0, const char *name=0)
enum
InputFlags
{ Stand = 0x0001, Hit = 0x0002, Double = 0x0004, Split = 0x0008, Bet = 0x0010 }
void
makeValid
(int flags)
void
makeInvalid
(int flags)
float
getBet
(void)
void
setBetLimits
(float min_bet, float max_bet, float inc)
Protected Members
void
resizeEvent
(QResizeEvent *)
Private Members
QPushButton *
_split_p
QPushButton *
_double_down_p
QPushButton *
_hit_p
QPushButton *
_stand_p
QPushButton *
_bet_p
QtedDollarScrollBar *
_bet_sb_p
Documentation generated by root@berlinux on Fre Nov 27 17:29:32 CET 1998
K
doc