#include <FlexiWindow.h>
Public Member Functions | |
FlexiWindow (const FlexiPosition &p, const FlexiSize &s, FlexiWidget *parent) | |
void | resize (const FlexiPosition &p, const FlexiSize &s) |
virtual void | paint () |
FlexiWindow::FlexiWindow | ( | const FlexiPosition & | p, | |
const FlexiSize & | s, | |||
FlexiWidget * | prnt | |||
) |
FlexiSense FlexiWindow.cpp Author: Alessandro Rasulo (mailto: alex9978@gmail.com) Notes: Base window
void FlexiWindow::resize | ( | const FlexiPosition & | p, | |
const FlexiSize & | s | |||
) | [virtual] |
Resize the widget
p | the new position | |
s | the new size |
Reimplemented from FlexiWidget.
void FlexiWindow::paint | ( | ) | [virtual] |
Paint the widget
Reimplemented from FlexiWidget.