fshake3d  0.0.1
FreeformDensity3DSurfaceEditor
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Private Attributes
Window Class Reference

#include <ui_Window.hpp>

Inheritance diagram for Window:
EventSource

List of all members.

Public Member Functions

 Window ()
 ~Window ()
int getX () const
int getY () const
int getWidth () const
int getHeight () const
void setTitle (const char *title)
void setLocation (int x, int y)
void setSize (int w, int h)
void setViewport (int x, int y, int w, int h)
void setVisible (bool visible)
void captureMouseMotion (EventTarget *target)
void releaseMouseMotion ()
void destroyWindow ()

Private Attributes

int mWindowId
EventTargetmpCaptureMouseMotionTarget

Detailed Description

Definition at line 10 of file ui_Window.hpp.


Constructor & Destructor Documentation

Definition at line 73 of file ui_Window_glut.cpp.

Definition at line 86 of file ui_Window_glut.cpp.


Member Function Documentation

Definition at line 154 of file ui_Window_glut.cpp.

Definition at line 146 of file ui_Window_glut.cpp.

int Window::getHeight ( ) const

Definition at line 110 of file ui_Window_glut.cpp.

int Window::getWidth ( ) const

Definition at line 104 of file ui_Window_glut.cpp.

int Window::getX ( ) const

Definition at line 92 of file ui_Window_glut.cpp.

int Window::getY ( ) const

Definition at line 98 of file ui_Window_glut.cpp.

Definition at line 159 of file ui_Window_glut.cpp.

void Window::setLocation ( int  x,
int  y 
)

Definition at line 121 of file ui_Window_glut.cpp.

void Window::setSize ( int  w,
int  h 
)

Definition at line 126 of file ui_Window_glut.cpp.

void Window::setTitle ( const char *  title)

Definition at line 116 of file ui_Window_glut.cpp.

void Window::setViewport ( int  x,
int  y,
int  w,
int  h 
)

Definition at line 131 of file ui_Window_glut.cpp.

void Window::setVisible ( bool  visible)

Definition at line 137 of file ui_Window_glut.cpp.


Member Data Documentation

Definition at line 29 of file ui_Window.hpp.

int Window::mWindowId [private]

Definition at line 28 of file ui_Window.hpp.


The documentation for this class was generated from the following files: