10#include <Wt/WCompositeWidget.h>
Wt::Auth::Dbo::UserDatabase< AuthInfo > UserDatabase
An icon pair (identical to WIconPair)
WImage * icon2_
Second icon.
int state() const
Get the current state.
EventSignal< WMouseEvent > * icon2Clicked
Signal emitted when clicked while in state 1 (icon 2 is shown).
WImage * icon1() const
Get the first icon image.
void undoShowIcon2()
Undo function for prelearning showIcon2()
void setState(int num)
Set which icon should be visible.
WImage * icon1_
First icon.
void showIcon2()
Set state to 1 (show icon 2).
void undoShowIcon1()
Undo function for prelearning showIcon1()
WImage * icon2() const
Get the second icon image.
EventSignal< WMouseEvent > * icon1Clicked
Signal emitted when clicked while in state 0 (icon 1 is shown).
int previousState_
Undo state for prelearning stateless showIcon1() and showIcon2() slots.
void showIcon1()
Set state to 0 (show icon 1).