|
SCV
4.2.1
Simple Components for Visual
|
#include <InternalFrame.h>
Public Member Functions | |
| InternalFrame (GLsizei width, GLsizei height, const std::string &title) | |
| virtual void | onOpen (void) |
| virtual void | onClose (void) |
| virtual void | setVisible (bool state) |
| void | setPanel (scv::Panel *panel) |
| scv::Panel * | getPanel (void) const |
| Point | getInternalSize () const |
| void | setInternalSize (GLsizei width, GLsizei height) |
| void | setTitle (const std::string &title) |
| std::string | getTitle (void) const |
| void | processMouse (const scv::MouseEvent &evt) |
| void | processKey (const scv::KeyEvent &evt) |
| void | display (void) |
Public Member Functions inherited from scv::Component | |
| Component (const scv::Point &p1, const scv::Point &p2) | |
| virtual | ~Component (void) |
| virtual Point | getRelativePosition (void) const |
| virtual void | setRelativePosition (const Point &position) |
| virtual Point | getAbsolutePosition (void) const |
| virtual void | setAbsolutePosition (const Point &position) |
| virtual int | getWidth (void) const |
| virtual void | setWidth (int width) |
| virtual int | getHeight (void) const |
| virtual void | setHeight (int height) |
| virtual Point | getSize (void) const |
| virtual void | setSize (int width, int height) |
| virtual void | setMinimumSize (const scv::Point &size) |
| virtual Point | getMinimumSize (void) const |
| virtual void | setPreferredSize (const scv::Point &size) |
| virtual Point | getPreferredSize (void) const |
| virtual void | setMaximumSize (const scv::Point &size) |
| virtual Point | getMaximumSize (void) const |
| virtual bool | isOvered (void) const |
| virtual bool | isHolded (void) const |
| virtual bool | isDragging (void) const |
| virtual bool | isResizing (void) const |
| virtual bool | isFocused (void) const |
| virtual void | setDraggable (bool state) |
| virtual bool | isDraggable (void) const |
| virtual void | setResizable (bool state) |
| virtual bool | isResizable (void) const |
| virtual bool | isVisible (void) const |
| ContextMenu * | getContextMenu (void) const |
| virtual void | registerContextMenu (ContextMenu *contextMenu) |
| virtual void | unregisterContextMenu (void) |
| virtual bool | isInside (const Point &evtPosition) const |
| virtual bool | getCallbacksStatus (void) const |
| virtual void | setCallbacksStatus (bool state) |
| virtual Scissor::Info | getParentScissor (void) const |
| virtual Scissor::Info | getScissor (void) const |
| Type | getType (void) |
| void | setType (Type type) |
| void | setParent (Component *parent) |
| Component * | getParent (void) const |
| const Component::List & | getChildren (void) const |
| virtual void | addChild (Component *object) |
| virtual void | removeChild (Component *object) |
| virtual void | removeAllChild (void) |
| virtual Component * | getChild (int index) const |
| void | pullChildToTop (Component *child) |
| bool | hasChild (Component *child) const |
Public Member Functions inherited from scv::SCVCallbacks | |
| virtual | ~SCVCallbacks () |
| virtual void | onMouseClick (const scv::MouseEvent &evt) |
| virtual void | onMouseHold (const scv::MouseEvent &evt) |
| virtual void | onMouseOver (const scv::MouseEvent &evt) |
| virtual void | onMouseUp (const scv::MouseEvent &evt) |
| virtual void | onMouseWheel (const scv::MouseEvent &evt) |
| virtual void | onKeyPressed (const scv::KeyEvent &evt) |
| virtual void | onKeyUp (const scv::KeyEvent &evt) |
| virtual void | onSizeChange (void) |
| virtual void | onPositionChange (void) |
Protected Member Functions | |
| void | createTexture (void) |
| bool | isOnTopBar (const scv::Point &p) |
| bool | isOnCloseButton (const scv::Point &p) |
| void | configPanel (void) |
Protected Member Functions inherited from scv::Component | |
| void | setResizingCursor (void) |
| bool | isInsideSide (Component::Side side, const Point &evtPosition) |
Protected Attributes | |
| ComponentTexture * | _cTexture |
| std::string | _title |
| bool | _overClose |
| bool | _clickClose |
| bool | _refreshPosition |
| bool | _rolluped |
| scv::Panel * | _panel |
Protected Attributes inherited from scv::Component | |
| Component * | _parent |
| Type | _type |
| Point | _p1 |
| Point | _p2 |
| Point | _clickDiff |
| Point | _minimumSize |
| Point | _preferredSize |
| Point | _maximumSize |
| bool | _receivingCallbacks |
| bool | _isResizable |
| bool | _isResizing |
| bool | _isHResizable |
| bool | _isVResizable |
| bool | _isDraggable |
| bool | _isDragging |
| bool | _isOvered |
| bool | _isHolded |
| bool | _isVisible |
| std::vector< bool > | _resizing |
| ContextMenu * | _contextMenu |
Static Protected Attributes | |
| static const int | s_borderTop = 30 |
| static const int | s_borderWidth = 10 |
| static const int | s_closeWidth = 46 |
| static const int | s_closeHeight = 19 |
Static Protected Attributes inherited from scv::Component | |
| static const int | s_mouseBacklash = 4 |
Friends | |
| class | WindowHolder |
Additional Inherited Members | |
Public Types inherited from scv::Component | |
| enum | Type { NONE, PANEL, COLORPICKER, PROGRESSBAR, SCROLL, SLIDER, SPINNER, BUTTON, CHECKBOX, RADIOBUTTON, TOGGLEBUTTON, TEXTFIELD, TEXTBOX, SEPARATOR, WINDOW, MENUBAR, TABBEDPANE, SCROLLCOMPONENT, IMAGE, TABLE, COMBOBOX, CANVAS, TREEVIEW, LABEL, CONTEXTMENU, GENERICTREE, NOFWIDGETS } |
| typedef std::list< Component * > | List |
Public Attributes inherited from scv::Component | |
| Component::List | _children |
Protected Types inherited from scv::Component | |
| enum | Side { LEFT, RIGHT, TOP, BOTTOM } |
| scv::InternalFrame::InternalFrame | ( | GLsizei | width, |
| GLsizei | height, | ||
| const std::string & | title | ||
| ) |
|
protected |
|
protected |
|
virtual |
Implements scv::Component.
| Point scv::InternalFrame::getInternalSize | ( | ) | const |
|
inline |
|
inline |
|
protected |
|
protected |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from scv::Component.
|
virtual |
Reimplemented from scv::Component.
| void scv::InternalFrame::setInternalSize | ( | GLsizei | width, |
| GLsizei | height | ||
| ) |
|
inline |
|
inline |
|
virtual |
Reimplemented from scv::Component.
|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |