25 #ifndef ENGINES_NWN_GUI_INGAME_PARTYLEADER_H 26 #define ENGINES_NWN_GUI_INGAME_PARTYLEADER_H 80 void notifyResized(
int oldWidth,
int oldHeight,
int newWidth,
int newHeight);
87 #endif // ENGINES_NWN_GUI_INGAME_PARTYLEADER_H
A NWN character info panel.
void setPortrait(const Common::UString &portrait)
Set the portrait image.
A class holding an UTF-8 string.
void setName(const Common::UString &name)
Set the character name.
void callbackActive(Widget &widget)
Callback that's triggered when a widget was activated.
void setHealth(int32 current, int32 max)
Set the character health.
void setArea(const Common::UString &area)
Set the area the character is in.
A NWN character info panel.
A class that can be notified by the NotificationManager.
void notifyResized(int oldWidth, int oldHeight, int newWidth, int newHeight)
void setHealthColor(float r, float g, float b, float a)
Set the health bar color.
The NWN ingame party leader bar.
Common::UString _currentPortrait
void updatePortraitTooltip()
PartyLeader(Module &module)
PortraitWidget * _portrait