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

#include <MsnEventDlg.h>

Inheritance diagram for MsnEventDlg:
FormWindow ActiveWindow Window EventTarget

List of all members.

Public Member Functions

 MsnEventDlg (Screen *s, FormDef &def, MenuScreen *mgr)
virtual ~MsnEventDlg ()
virtual void RegisterControls ()
virtual void Show ()
virtual void ExecFrame ()
virtual void SetMission (Mission *msn)
virtual void SetMissionEvent (MissionEvent *event)
virtual void OnEventSelect (AWEvent *e)
virtual void OnAccept (AWEvent *e)
virtual void OnCancel (AWEvent *e)
- 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

Protected Member Functions

virtual void FillShipList (ComboBox *cmb, const char *seln)
virtual void FillRgnList (ComboBox *cmb, const char *seln)
- 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 Attributes

MenuScreenmanager
ActiveWindowlbl_id
EditBoxedt_time
EditBoxedt_delay
ComboBoxcmb_event
ComboBoxcmb_event_ship
ComboBoxcmb_event_source
ComboBoxcmb_event_target
EditBoxedt_event_param
EditBoxedt_event_chance
EditBoxedt_event_sound
EditBoxedt_event_message
ComboBoxcmb_trigger
ComboBoxcmb_trigger_ship
ComboBoxcmb_trigger_target
EditBoxedt_trigger_param
Buttonbtn_accept
Buttonbtn_cancel
Missionmission
MissionEventevent

Detailed Description

Definition at line 37 of file MsnEventDlg.h.


Constructor & Destructor Documentation

MsnEventDlg::MsnEventDlg ( Screen s,
FormDef def,
MenuScreen mgr 
)

Definition at line 47 of file MsnEventDlg.cpp.

MsnEventDlg::~MsnEventDlg ( )
virtual

Definition at line 54 of file MsnEventDlg.cpp.


Member Function Documentation

void MsnEventDlg::ExecFrame ( )
virtual

Definition at line 245 of file MsnEventDlg.cpp.

void MsnEventDlg::FillRgnList ( ComboBox cmb,
const char *  seln 
)
protectedvirtual

Definition at line 213 of file MsnEventDlg.cpp.

void MsnEventDlg::FillShipList ( ComboBox cmb,
const char *  seln 
)
protectedvirtual

Definition at line 168 of file MsnEventDlg.cpp.

void MsnEventDlg::OnAccept ( AWEvent e)
virtual

Definition at line 282 of file MsnEventDlg.cpp.

void MsnEventDlg::OnCancel ( AWEvent e)
virtual

Definition at line 413 of file MsnEventDlg.cpp.

void MsnEventDlg::OnEventSelect ( AWEvent e)
virtual

Definition at line 270 of file MsnEventDlg.cpp.

void MsnEventDlg::RegisterControls ( )
virtual

Reimplemented from FormWindow.

Definition at line 61 of file MsnEventDlg.cpp.

void MsnEventDlg::SetMission ( Mission msn)
virtual

Definition at line 256 of file MsnEventDlg.cpp.

void MsnEventDlg::SetMissionEvent ( MissionEvent event)
virtual

Definition at line 262 of file MsnEventDlg.cpp.

void MsnEventDlg::Show ( )
virtual

Reimplemented from ActiveWindow.

Definition at line 95 of file MsnEventDlg.cpp.


Member Data Documentation

Button* MsnEventDlg::btn_accept
protected

Definition at line 78 of file MsnEventDlg.h.

Button* MsnEventDlg::btn_cancel
protected

Definition at line 79 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_event
protected

Definition at line 64 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_event_ship
protected

Definition at line 65 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_event_source
protected

Definition at line 66 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_event_target
protected

Definition at line 67 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_trigger
protected

Definition at line 73 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_trigger_ship
protected

Definition at line 74 of file MsnEventDlg.h.

ComboBox* MsnEventDlg::cmb_trigger_target
protected

Definition at line 75 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_delay
protected

Definition at line 62 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_event_chance
protected

Definition at line 69 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_event_message
protected

Definition at line 71 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_event_param
protected

Definition at line 68 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_event_sound
protected

Definition at line 70 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_time
protected

Definition at line 61 of file MsnEventDlg.h.

EditBox* MsnEventDlg::edt_trigger_param
protected

Definition at line 76 of file MsnEventDlg.h.

MissionEvent* MsnEventDlg::event
protected

Reimplemented from ActiveWindow.

Definition at line 82 of file MsnEventDlg.h.

ActiveWindow* MsnEventDlg::lbl_id
protected

Definition at line 60 of file MsnEventDlg.h.

MenuScreen* MsnEventDlg::manager
protected

Definition at line 58 of file MsnEventDlg.h.

Mission* MsnEventDlg::mission
protected

Definition at line 81 of file MsnEventDlg.h.


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