10#include <Wt/WCompositeWidget.h>
44 IconPair(
const std::string icon1URI,
const std::string icon2URI,
45 bool clickIsSwitch =
true);
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.
IconPair(const std::string icon1URI, const std::string icon2URI, bool clickIsSwitch=true)
Construct a two-state icon widget.
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).