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

#include <MsnWepDlg.h>

Inheritance diagram for MsnWepDlg:
FormWindow MsnDlg ActiveWindow Window EventTarget

List of all members.

Public Member Functions

 MsnWepDlg (Screen *s, FormDef &def, PlanScreen *mgr)
virtual ~MsnWepDlg ()
virtual void RegisterControls ()
virtual void ExecFrame ()
virtual void Show ()
virtual void OnCommit (AWEvent *event)
virtual void OnCancel (AWEvent *event)
virtual void OnTabButton (AWEvent *event)
virtual void OnMount (AWEvent *event)
virtual void OnLoadout (AWEvent *event)
- Public Member Functions inherited from FormWindow
 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 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 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
- Public Member Functions inherited from MsnDlg
 MsnDlg (PlanScreen *mgr)
virtual ~MsnDlg ()
void RegisterMsnControls (FormWindow *win)
void ShowMsnDlg ()

Protected Member Functions

virtual void SetupControls ()
virtual void BuildLists ()
virtual int LoadToPointIndex (int n)
virtual int PointIndexToLoad (int n, int index)
- Protected Member Functions inherited from FormWindow
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)
- Protected Member Functions inherited from MsnDlg
virtual int CalcTimeOnTarget ()

Protected Attributes

ActiveWindowlbl_element
ActiveWindowlbl_type
ActiveWindowlbl_weight
ActiveWindowplayer_desc
ImageBoxbeauty
ActiveWindowlbl_station [8]
ActiveWindowlbl_desc [8]
Buttonbtn_load [8][8]
ListBoxloadout_list
MissionElementelem
WeaponDesigndesigns [8]
bool mounts [8][8]
int loads [8]
int first_station
Bitmap led_off
Bitmap led_on
- Protected Attributes inherited from MsnDlg
PlanScreenplan_screen
Buttoncommit
Buttoncancel
Buttonsit_button
Buttonpkg_button
Buttonnav_button
Buttonwep_button
ActiveWindowmission_name
ActiveWindowmission_system
ActiveWindowmission_sector
ActiveWindowmission_time_start
ActiveWindowmission_time_target
ActiveWindowmission_time_target_label
Campaigncampaign
Missionmission
MissionInfoinfo
int pkg_index

Detailed Description

Definition at line 39 of file MsnWepDlg.h.


Constructor & Destructor Documentation

MsnWepDlg::MsnWepDlg ( Screen s,
FormDef def,
PlanScreen mgr 
)

Definition at line 46 of file MsnWepDlg.cpp.

MsnWepDlg::~MsnWepDlg ( )
virtual

Definition at line 60 of file MsnWepDlg.cpp.


Member Function Documentation

void MsnWepDlg::BuildLists ( )
protectedvirtual

Definition at line 238 of file MsnWepDlg.cpp.

void MsnWepDlg::ExecFrame ( )
virtual

Definition at line 315 of file MsnWepDlg.cpp.

int MsnWepDlg::LoadToPointIndex ( int  n)
protectedvirtual

Definition at line 325 of file MsnWepDlg.cpp.

void MsnWepDlg::OnCancel ( AWEvent event)
virtual

Reimplemented from MsnDlg.

Definition at line 508 of file MsnWepDlg.cpp.

void MsnWepDlg::OnCommit ( AWEvent event)
virtual

Reimplemented from MsnDlg.

Definition at line 502 of file MsnWepDlg.cpp.

void MsnWepDlg::OnLoadout ( AWEvent event)
virtual

Definition at line 442 of file MsnWepDlg.cpp.

void MsnWepDlg::OnMount ( AWEvent event)
virtual

Definition at line 371 of file MsnWepDlg.cpp.

void MsnWepDlg::OnTabButton ( AWEvent event)
virtual

Reimplemented from MsnDlg.

Definition at line 514 of file MsnWepDlg.cpp.

int MsnWepDlg::PointIndexToLoad ( int  n,
int  index 
)
protectedvirtual

Definition at line 347 of file MsnWepDlg.cpp.

void MsnWepDlg::RegisterControls ( )
virtual

Reimplemented from FormWindow.

Definition at line 67 of file MsnWepDlg.cpp.

void MsnWepDlg::SetupControls ( )
protectedvirtual

Definition at line 148 of file MsnWepDlg.cpp.

void MsnWepDlg::Show ( )
virtual

Reimplemented from ActiveWindow.

Definition at line 125 of file MsnWepDlg.cpp.


Member Data Documentation

ImageBox* MsnWepDlg::beauty
protected

Definition at line 67 of file MsnWepDlg.h.

Button* MsnWepDlg::btn_load[8][8]
protected

Definition at line 71 of file MsnWepDlg.h.

WeaponDesign* MsnWepDlg::designs[8]
protected

Definition at line 76 of file MsnWepDlg.h.

MissionElement* MsnWepDlg::elem
protected

Definition at line 75 of file MsnWepDlg.h.

int MsnWepDlg::first_station
protected

Definition at line 79 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::lbl_desc[8]
protected

Definition at line 70 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::lbl_element
protected

Definition at line 63 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::lbl_station[8]
protected

Definition at line 69 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::lbl_type
protected

Definition at line 64 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::lbl_weight
protected

Definition at line 65 of file MsnWepDlg.h.

Bitmap MsnWepDlg::led_off
protected

Definition at line 81 of file MsnWepDlg.h.

Bitmap MsnWepDlg::led_on
protected

Definition at line 82 of file MsnWepDlg.h.

ListBox* MsnWepDlg::loadout_list
protected

Definition at line 73 of file MsnWepDlg.h.

int MsnWepDlg::loads[8]
protected

Definition at line 78 of file MsnWepDlg.h.

bool MsnWepDlg::mounts[8][8]
protected

Definition at line 77 of file MsnWepDlg.h.

ActiveWindow* MsnWepDlg::player_desc
protected

Definition at line 66 of file MsnWepDlg.h.


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