Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FormWindow Class Reference

#include <FormWindow.h>

Inheritance diagram for FormWindow:
ActiveWindow Window EventTarget AudDlg AwardDlg AwardShowDlg CmdForceDlg CmdIntelDlg CmdMissionsDlg CmdMsgDlg CmdOrdersDlg CmdTheaterDlg CmdTitleDlg CmpCompleteDlg CmpFileDlg CmpLoadDlg CmpSceneDlg CmpSelectDlg ConfirmDlg CtlDlg DebriefDlg EngDlg ExitDlg FirstTimeDlg FltDlg JoyDlg KeyDlg LoadDlg MenuDlg ModDlg ModInfoDlg MsnEditDlg MsnElemDlg MsnEventDlg MsnObjDlg MsnPkgDlg MsnSelectDlg MsnWepDlg NavDlg NetAddrDlg NetClientDlg NetLobbyDlg NetPassDlg NetServerDlg NetUnitDlg OptDlg PlayerDlg TacRefDlg VidDlg

List of all members.

Public Member Functions

 FormWindow (Screen *s, int ax, int ay, int aw, int ah, DWORD aid=0, DWORD style=0, ActiveWindow *parent=0)
virtual ~FormWindow ()
virtual void Init ()
virtual void Init (const FormDef &def)
virtual void Destroy ()
virtual ActiveWindowFindControl (DWORD id)
virtual ActiveWindowFindControl (int x, int y)
virtual void RegisterControls ()
virtual void AdoptFormDef (const FormDef &def)
virtual void AddControl (ActiveWindow *ctrl)
virtual ActiveWindowCreateLabel (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
virtual ButtonCreateButton (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ImageBoxCreateImageBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ListBoxCreateListBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual ComboBoxCreateComboBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual EditBoxCreateEditBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0)
virtual RichTextBoxCreateRichTextBox (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
virtual SliderCreateSlider (const char *text, int x, int y, int w, int h, DWORD id=0, DWORD pid=0, DWORD style=0)
ListIter< ActiveWindowControls ()
- Public Member Functions inherited from ActiveWindow
 ActiveWindow (Screen *s, int ax, int ay, int aw, int ah, DWORD id=0, DWORD style=0, ActiveWindow *parent=0)
virtual ~ActiveWindow ()
int operator== (const ActiveWindow &w) const
virtual void Paint ()
virtual void Draw ()
virtual void Show ()
virtual void Hide ()
virtual void MoveTo (const Rect &r)
virtual void UseLayout (const std::vector< DWORD > &min_x, const std::vector< DWORD > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)
virtual void UseLayout (const std::vector< float > &min_x, const std::vector< float > &min_y, const std::vector< float > &weight_x, const std::vector< float > &weight_y)
virtual void UseLayout (int ncols, int nrows, int *min_x, int *min_y, float *weight_x, float *weight_y)
virtual void DoLayout ()
virtual int OnMouseMove (int x, int y)
virtual int OnLButtonDown (int x, int y)
virtual int OnLButtonUp (int x, int y)
virtual int OnClick ()
virtual int OnSelect ()
virtual int OnRButtonDown (int x, int y)
virtual int OnRButtonUp (int x, int y)
virtual int OnMouseEnter (int x, int y)
virtual int OnMouseExit (int x, int y)
virtual int OnMouseWheel (int wheel)
virtual int OnKeyDown (int vk, int flags)
virtual const char * GetDescription () const
virtual int OnDragStart (int x, int y)
virtual int OnDragDrop (int x, int y, ActiveWindow *source)
virtual Rect TargetRect () const
virtual ActiveWindowGetCapture ()
virtual int SetCapture ()
virtual int ReleaseCapture ()
virtual void SetFocus ()
virtual void KillFocus ()
virtual bool HasFocus () const
void SetEnabled (bool e=true)
bool IsEnabled () const
bool IsVisible () const
DWORD GetID () const
void SetStyle (DWORD s)
DWORD GetStyle () const
void SetText (const char *t)
void SetText (const Text &t)
void AddText (const char *t)
void AddText (const Text &t)
const TextGetText () const
void SetAltText (const char *t)
void SetAltText (const Text &t)
const TextGetAltText () const
void SetTexture (Bitmap *bmp)
BitmapGetTexture ()
void SetMargins (const Insets &m)
InsetsGetMargins ()
void SetTextInsets (const Insets &t)
InsetsGetTextInsets ()
List< ActiveWindow > & GetChildren ()
void SetCellInsets (const Insets &c)
InsetsGetCellInsets ()
void SetCells (int cx, int cy, int cw=1, int ch=1)
void SetCells (const Rect &r)
RectGetCells ()
void SetFixedWidth (int w)
int GetFixedWidth () const
void SetFixedHeight (int h)
int GetFixedHeight () const
void SetAlpha (double a)
double GetAlpha () const
void SetBackColor (Color c)
Color GetBackColor () const
void SetBaseColor (Color c)
Color GetBaseColor () const
void SetForeColor (Color c)
Color GetForeColor () const
void SetSingleLine (bool a)
bool GetSingleLine () const
void SetTextAlign (DWORD a)
DWORD GetTextAlign () const
void SetTransparent (bool t)
bool GetTransparent () const
void SetHidePartial (bool a)
bool GetHidePartial () const
void SetTabStop (int n, int x)
int GetTabStop (int n) const
void DrawText (const char *txt, int count, Rect &txt_rect, DWORD flags)
virtual void RegisterClient (int EID, ActiveWindow *client, PFVAWE callback)
virtual void UnregisterClient (int EID, ActiveWindow *client)
virtual void ClientEvent (int EID, int x=0, int y=0)
virtual ActiveWindowGetForm ()
virtual void SetForm (ActiveWindow *f)
virtual bool IsFormActive () const
virtual bool IsTopMost () const
virtual void SetTopMost (bool t)
virtual ActiveWindowFindChild (DWORD id)
virtual ActiveWindowFindChild (int x, int y)
- Public Member Functions inherited from Window
 Window (Screen *s, int ax, int ay, int aw, int ah)
virtual ~Window ()
int operator== (const Window &that) const
ScreenGetScreen () const
const RectGetRect () const
int X () const
int Y () const
int Width () const
int Height () const
virtual bool IsShown () const
virtual bool AddView (View *v)
virtual bool DelView (View *v)
Rect ClipRect (const Rect &r)
bool ClipLine (int &x1, int &y1, int &x2, int &y2)
bool ClipLine (double &x1, double &y1, double &x2, double &y2)
void DrawLine (int x1, int y1, int x2, int y2, Color color, int blend=0)
void DrawRect (int x1, int y1, int x2, int y2, Color color, int blend=0)
void DrawRect (const Rect &r, Color color, int blend=0)
void FillRect (int x1, int y1, int x2, int y2, Color color, int blend=0)
void FillRect (const Rect &r, Color color, int alpha=0)
void DrawBitmap (int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)
void FadeBitmap (int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend)
void ClipBitmap (int x1, int y1, int x2, int y2, Bitmap *img, Color c, int blend, const Rect &clip)
void TileBitmap (int x1, int y1, int x2, int y2, Bitmap *img, int blend=0)
void DrawLines (int nPts, POINT *pts, Color color, int blend=0)
void DrawPoly (int nPts, POINT *pts, Color color, int blend=0)
void FillPoly (int nPts, POINT *pts, Color color, int blend=0)
void DrawEllipse (int x1, int y1, int x2, int y2, Color color, int blend=0)
void FillEllipse (int x1, int y1, int x2, int y2, Color color, int blend=0)
void SetFont (Font *f)
FontGetFont () const
void Print (int x1, int y1, const char *fmt,...)
- Public Member Functions inherited from EventTarget
virtual ~EventTarget ()
int operator== (const EventTarget &t) const

Protected Member Functions

virtual void CreateDefLabel (CtrlDef &def)
virtual void CreateDefButton (CtrlDef &def)
virtual void CreateDefImage (CtrlDef &def)
virtual void CreateDefList (CtrlDef &def)
virtual void CreateDefCombo (CtrlDef &def)
virtual void CreateDefEdit (CtrlDef &def)
virtual void CreateDefSlider (CtrlDef &def)
virtual void CreateDefRichText (CtrlDef &def)
- Protected Member Functions inherited from ActiveWindow
virtual Color ShadeColor (Color c, double shade)
virtual void AddChild (ActiveWindow *child)
virtual void DrawStyleRect (const Rect &r, int style)
virtual void DrawStyleRect (int x1, int y1, int x2, int y2, int style)
virtual void DrawTabbedText ()
virtual void DrawTextureGrid ()
virtual void CalcGrid ()
- Protected Member Functions inherited from Window
virtual void ScreenToWindow (int &x, int &y)
virtual void ScreenToWindow (Rect &r)

Additional Inherited Members

- Static Public Member Functions inherited from ActiveWindow
static const char * TYPENAME ()
static void SetSystemFont (Font *f)
static void SetSystemBackColor (Color c)
static void SetSystemForeColor (Color c)
- Protected Attributes inherited from ActiveWindow
DWORD id
DWORD style
DWORD text_align
bool single_line
bool focus
bool enabled
bool hide_partial
float alpha
Color back_color
Color base_color
Color fore_color
Text text
Text alt_text
Text desc
Bitmaptexture
Insets margins
Insets text_insets
Insets cell_insets
Rect cells
int fixed_width
int fixed_height
int tab [10]
ActiveWindowparent
ActiveWindowform
bool transparent
bool topmost
Layoutlayout
List< ActiveWindowchildren
List< AWMapclients
AWEvent event
int rows
int cols
Polypolys
VertexSetvset
Materialmtl
- Protected Attributes inherited from Window
Rect rect
Screenscreen
bool shown
Fontfont
List< Viewview_list
- Static Protected Attributes inherited from ActiveWindow
static Fontsys_font = 0
static Color sys_back_color = Color(128,128,128)
static Color sys_fore_color = Color( 0, 0, 0)

Detailed Description

Definition at line 35 of file FormWindow.h.


Constructor & Destructor Documentation

FormWindow::FormWindow ( Screen s,
int  ax,
int  ay,
int  aw,
int  ah,
DWORD  aid = 0,
DWORD  style = 0,
ActiveWindow parent = 0 
)

Definition at line 32 of file FormWindow.cpp.

FormWindow::~FormWindow ( )
virtual

Definition at line 43 of file FormWindow.cpp.


Member Function Documentation

void FormWindow::AddControl ( ActiveWindow ctrl)
virtual

Definition at line 66 of file FormWindow.cpp.

void FormWindow::AdoptFormDef ( const FormDef def)
virtual

Definition at line 768 of file FormWindow.cpp.

ListIter<ActiveWindow> FormWindow::Controls ( )
inline

Definition at line 63 of file FormWindow.h.

Button * FormWindow::CreateButton ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0 
)
virtual

Definition at line 82 of file FormWindow.cpp.

ComboBox * FormWindow::CreateComboBox ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0 
)
virtual

Definition at line 177 of file FormWindow.cpp.

void FormWindow::CreateDefButton ( CtrlDef def)
protectedvirtual

Definition at line 420 of file FormWindow.cpp.

void FormWindow::CreateDefCombo ( CtrlDef def)
protectedvirtual

Definition at line 595 of file FormWindow.cpp.

void FormWindow::CreateDefEdit ( CtrlDef def)
protectedvirtual

Definition at line 634 of file FormWindow.cpp.

void FormWindow::CreateDefImage ( CtrlDef def)
protectedvirtual

Definition at line 489 of file FormWindow.cpp.

void FormWindow::CreateDefLabel ( CtrlDef def)
protectedvirtual

Definition at line 374 of file FormWindow.cpp.

void FormWindow::CreateDefList ( CtrlDef def)
protectedvirtual

Definition at line 531 of file FormWindow.cpp.

void FormWindow::CreateDefRichText ( CtrlDef def)
protectedvirtual

Definition at line 719 of file FormWindow.cpp.

void FormWindow::CreateDefSlider ( CtrlDef def)
protectedvirtual

Definition at line 681 of file FormWindow.cpp.

EditBox * FormWindow::CreateEditBox ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0 
)
virtual

Definition at line 201 of file FormWindow.cpp.

ImageBox * FormWindow::CreateImageBox ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0 
)
virtual

Definition at line 106 of file FormWindow.cpp.

ActiveWindow * FormWindow::CreateLabel ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0,
DWORD  style = 0 
)
virtual

Definition at line 130 of file FormWindow.cpp.

ListBox * FormWindow::CreateListBox ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0 
)
virtual

Definition at line 154 of file FormWindow.cpp.

RichTextBox * FormWindow::CreateRichTextBox ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0,
DWORD  style = 0 
)
virtual

Definition at line 225 of file FormWindow.cpp.

Slider * FormWindow::CreateSlider ( const char *  text,
int  x,
int  y,
int  w,
int  h,
DWORD  id = 0,
DWORD  pid = 0,
DWORD  style = 0 
)
virtual

Definition at line 249 of file FormWindow.cpp.

void FormWindow::Destroy ( )
virtual

Definition at line 57 of file FormWindow.cpp.

ActiveWindow * FormWindow::FindControl ( DWORD  id)
virtual

Definition at line 777 of file FormWindow.cpp.

ActiveWindow * FormWindow::FindControl ( int  x,
int  y 
)
virtual

Reimplemented from ActiveWindow.

Definition at line 786 of file FormWindow.cpp.

void FormWindow::Init ( )
virtual

Definition at line 50 of file FormWindow.cpp.

void FormWindow::Init ( const FormDef def)
virtual

Definition at line 272 of file FormWindow.cpp.


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