activatePreviousInstance() | WidgetWindow | |
addRemoveExStyle(DWORD addStyle, bool add) | Widget | |
addRemoveStyle(DWORD addStyle, bool add) | Widget | |
animateBlend(bool show, int msTime) | WidgetWindowBase | |
animateCollapse(bool show, int msTime) | WidgetWindowBase | |
animateSlide(bool show, bool left, unsigned int msTime) | WidgetWindowBase | |
boolFunctionTakingInt typedef | MessageMap | |
boolFunctionTakingTstring typedef | MessageMap | |
boolFunctionTakingVoid typedef | MessageMap | |
bringToBottom() | AspectSizable | |
bringToFront() | AspectSizable | |
close(bool asyncron=false) | WidgetWindowBase | |
createTimer(typename ThisMessageMap::itsVoidFunctionTakingCommand eventHandler, unsigned int milliSecond, const SmartWin::Command &command) | WidgetWindowBase | |
createWindow(Seed=getDefaultSeed()) | WidgetWindow | [virtual] |
fork(const Param &par, unsigned long(EventHandlerClass::*threadProc)(Param &)) | AspectThreads | |
fork(unsigned long(EventHandlerClass::*threadProc)()) | AspectThreads | |
getActive() const | AspectActivate | |
getBounds() const | AspectSizable | |
getCapsLockOn() | AspectKeyPressed | |
getClientAreaSize() const | AspectSizable | |
getControlPressed() | AspectKeyPressed | |
getCriticalSection() | Widget | |
getCtrlId() const | Widget | |
getDefaultSeed() | WidgetWindow | [static] |
getDesktopSize() | AspectSizable | [static] |
getEnabled() const | AspectEnabled | |
getFocus() const | AspectFocus | |
getFont() | AspectFont< EventHandlerClass > | |
getParent() const | Widget | |
getPosition() const | AspectSizable | |
getShiftPressed() | AspectKeyPressed | |
getSize() const | AspectSizable | |
getText() const | AspectText | |
getTextSize(const SmartUtil::tstring &text) | AspectSizable | |
getVisible() const | AspectVisible | |
handle() const | Widget | |
hresultFunctionTakingLparamWparam typedef | MessageMap | |
invalidateWidget() | Widget | |
itsBoolFunctionTakingInt typedef | MessageMap | |
itsBoolFunctionTakingTstring typedef | MessageMap | |
itsBoolFunctionTakingVoid typedef | MessageMap | |
itsHresultFunctionTakingLparamWparam typedef | MessageMap | |
itsVoidFunctionTakingBool typedef | MessageMap | |
itsVoidFunctionTakingCanvas typedef | MessageMap | |
itsVoidFunctionTakingCommand typedef | MessageMap | |
itsVoidFunctionTakingConstString typedef | MessageMap | |
itsVoidFunctionTakingInt typedef | MessageMap | |
itsVoidFunctionTakingMouseEventResult typedef | MessageMap | |
itsVoidFunctionTakingPoint typedef | MessageMap | |
itsVoidFunctionTakingSeedPointer typedef | MessageMap | |
itsVoidFunctionTakingString typedef | MessageMap | |
itsVoidFunctionTakingVoid typedef | MessageMap | |
itsVoidFunctionTakingWindowSizedEventResult typedef | MessageMap | |
maximize() | AspectSizable | |
minimize() | AspectSizable | |
ObjectType typedef | WidgetWindow | |
onActivate(typename MessageMapType::itsVoidFunctionTakingBool eventHandler) | AspectActivate | |
onChar(typename MessageMapType::itsBoolFunctionTakingInt eventHandler) | AspectChar | |
onClosing(typename ThisMessageMap::itsBoolFunctionTakingVoid eventHandler) | WidgetWindowBase | |
onCreate(typename ThisMessageMap::itsVoidFunctionTakingSeedPointer eventHandler) | WidgetWindow | |
onEnabled(typename MessageMapType::itsVoidFunctionTakingBool eventHandler) | AspectEnabled | |
onEraseBackground(typename MessageMapType::itsVoidFunctionTakingCanvas eventHandler) | AspectEraseBackground | |
onFocus(typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) | AspectFocus | |
onKeyPressed(typename MessageMapType::itsBoolFunctionTakingInt eventHandler) | AspectKeyPressed | |
onKillFocus(typename MessageMapType::itsVoidFunctionTakingVoid eventHandler) | AspectFocus | |
onLeftMouseDown(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onLeftMouseUp(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onMiddleMouseDown(typename MessageMapType::voidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onMiddleMouseUp(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onMouseMove(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onMoved(typename MessageMapType::itsVoidFunctionTakingPoint eventHandler) | AspectSizable | |
onPainting(typename MessageMapType::itsVoidFunctionTakingCanvas eventHandler) | AspectPainting | |
onRaw(typename MessageMapType::itsHresultFunctionTakingLparamWparam eventHandler, const Message &msg) | AspectRaw | |
onRightMouseDown(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onRightMouseUp(typename MessageMapType::itsVoidFunctionTakingMouseEventResult eventHandler) | AspectMouseClicks | |
onSized(typename MessageMapType::itsVoidFunctionTakingWindowSizedEventResult eventHandler) | AspectSizable | |
onTextChanging(typename MessageMapType::itsVoidFunctionTakingConstString eventHandler) | AspectText | |
onVisibilityChanged(typename MessageMapType::itsVoidFunctionTakingBool eventHandler) | AspectVisible | |
restore() | AspectSizable | |
sendWidgetMessage(HWND hWnd, UINT msg, WPARAM &wPar, LPARAM &lPar) | WidgetWindowBase | [virtual] |
setActive() | AspectActivate | |
setBorder(bool value=true) | AspectBorder< EventHandlerClass > | |
setBounds(const Rectangle &rect, bool updateWindow=true) | AspectSizable | |
setBounds(const Point &newPos, const Point &newSize, bool updateWindow=true) | AspectSizable | |
setBounds(int x, int y, int width, int height, bool updateWindow=true) | AspectSizable | |
setCursor(int resourceId) | WidgetWindowBase | |
setCursor(const SmartUtil::tstring &filePathName) | WidgetWindowBase | |
setEnabled(bool enabled) | AspectEnabled | |
setFocus() | AspectFocus | |
setFont(FontPtr font, bool forceUpdate=true) | AspectFont< EventHandlerClass > | |
setFont(PredefinedFontTypes stockObjectFont, bool forceUpdate=true) | AspectFont< EventHandlerClass > | |
setIconLarge(int resourceId) | WidgetWindowBase | |
setIconLarge(const SmartUtil::tstring &filePathName) | WidgetWindowBase | |
setIconSmall(int resourceId) | WidgetWindowBase | |
setIconSmall(const SmartUtil::tstring &filePathName) | WidgetWindowBase | |
setMaximizeBox(bool value=true) | WidgetWindowBase | |
setMinimizeBox(bool value=true) | WidgetWindowBase | |
setPositionPerPlace(SmartWin::Place &bound) | AspectSizable | |
setRaisedBorder(bool value=true) | AspectBorder< EventHandlerClass > | |
setSizeAsCol(const Rectangle &rect, int rows, int rownum, int border=0, bool updateWindow=true) | AspectSizable | |
setSizeAsGridPerPlace(SmartWin::Place &bound, int rows, int cols) | AspectSizable | |
setSizeAsRow(const Rectangle &rect, int cols, int colnum, int border=0, bool updateWindow=true) | AspectSizable | |
setSizePerTextPerPlace(SmartWin::Place &bound, const SmartUtil::tstring &text, int extraX=0, int extraY=0) | AspectSizable | |
setSmoothSunkenBorder(bool value=true) | AspectBorder< EventHandlerClass > | |
setSunkenBorder(bool value=true) | AspectBorder< EventHandlerClass > | |
setText(const SmartUtil::tstring &txt) | AspectText | |
setVisible(bool visible) | AspectVisible | |
subclass(unsigned id) | Widget | [virtual] |
ThisType typedef | WidgetWindow | |
updateWidget() | Widget | |
virtualKeyToChar(int vkey) | AspectKeyPressed | [static] |
voidFunctionTaking2Bool typedef | MessageMap | |
voidFunctionTakingBool typedef | MessageMap | |
voidFunctionTakingCanvas typedef | MessageMap | |
voidFunctionTakingCommand typedef | MessageMap | |
voidFunctionTakingConstString typedef | MessageMap | |
voidFunctionTakingInt typedef | MessageMap | |
voidFunctionTakingMouseEventResult typedef | MessageMap | |
voidFunctionTakingPoint typedef | MessageMap | |
voidFunctionTakingSeedPointer typedef | MessageMap | |
voidFunctionTakingString typedef | MessageMap | |
voidFunctionTakingVoid typedef | MessageMap | |
voidFunctionTakingWindowSizedEventResult typedef | MessageMap | |