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

#include <TacRefDlg.h>

Inheritance diagram for TacRefDlg:
FormWindow ActiveWindow Window EventTarget

List of all members.

Public Types

enum  MODES { MODE_NONE, MODE_SHIPS, MODE_WEAPONS }

Public Member Functions

 TacRefDlg (Screen *s, FormDef &def, MenuScreen *mgr)
virtual ~TacRefDlg ()
virtual void RegisterControls ()
virtual void ExecFrame ()
virtual void Show ()
virtual void OnClose (AWEvent *event)
virtual void OnMode (AWEvent *event)
virtual void OnSelect (AWEvent *event)
virtual void OnCamRButtonDown (AWEvent *event)
virtual void OnCamRButtonUp (AWEvent *event)
virtual void OnCamMove (AWEvent *event)
virtual void OnCamZoom (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

Protected Member Functions

virtual void SelectShip (const ShipDesign *dsn)
virtual void SelectWeapon (const WeaponDesign *dsn)
virtual void UpdateZoom (double r)
virtual void UpdateAzimuth (double a)
virtual void UpdateElevation (double e)
virtual void UpdateCamera ()
virtual bool SetCaptureBeauty ()
virtual bool ReleaseCaptureBeauty ()
- 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
ActiveWindowbeauty
ListBoxlst_designs
ActiveWindowtxt_caption
RichTextBoxtxt_stats
RichTextBoxtxt_description
Buttonbtn_ships
Buttonbtn_weaps
Buttonbtn_close
ImgViewimgview
CameraViewcamview
Scene scene
Camera cam
int mode
double radius
double cam_zoom
double cam_az
double cam_el
int mouse_x
int mouse_y
bool update_scene
bool captured
int ship_index
int weap_index

Detailed Description

Definition at line 39 of file TacRefDlg.h.


Member Enumeration Documentation

Enumerator:
MODE_NONE 
MODE_SHIPS 
MODE_WEAPONS 

Definition at line 42 of file TacRefDlg.h.


Constructor & Destructor Documentation

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

Definition at line 48 of file TacRefDlg.cpp.

TacRefDlg::~TacRefDlg ( )
virtual

Definition at line 60 of file TacRefDlg.cpp.


Member Function Documentation

void TacRefDlg::ExecFrame ( )
virtual

Definition at line 425 of file TacRefDlg.cpp.

void TacRefDlg::OnCamMove ( AWEvent event)
virtual

Definition at line 549 of file TacRefDlg.cpp.

void TacRefDlg::OnCamRButtonDown ( AWEvent event)
virtual

Definition at line 530 of file TacRefDlg.cpp.

void TacRefDlg::OnCamRButtonUp ( AWEvent event)
virtual

Definition at line 538 of file TacRefDlg.cpp.

void TacRefDlg::OnCamZoom ( AWEvent event)
virtual

Definition at line 565 of file TacRefDlg.cpp.

void TacRefDlg::OnClose ( AWEvent event)
virtual

Definition at line 685 of file TacRefDlg.cpp.

void TacRefDlg::OnMode ( AWEvent event)
virtual

Definition at line 588 of file TacRefDlg.cpp.

void TacRefDlg::OnSelect ( AWEvent event)
virtual

Definition at line 503 of file TacRefDlg.cpp.

void TacRefDlg::RegisterControls ( )
virtual

Reimplemented from FormWindow.

Definition at line 74 of file TacRefDlg.cpp.

bool TacRefDlg::ReleaseCaptureBeauty ( )
protectedvirtual

Definition at line 442 of file TacRefDlg.cpp.

void TacRefDlg::SelectShip ( const ShipDesign dsn)
protectedvirtual

Definition at line 165 of file TacRefDlg.cpp.

void TacRefDlg::SelectWeapon ( const WeaponDesign dsn)
protectedvirtual

Definition at line 285 of file TacRefDlg.cpp.

bool TacRefDlg::SetCaptureBeauty ( )
protectedvirtual

Definition at line 432 of file TacRefDlg.cpp.

void TacRefDlg::Show ( )
virtual

Reimplemented from ActiveWindow.

Definition at line 143 of file TacRefDlg.cpp.

void TacRefDlg::UpdateAzimuth ( double  a)
protectedvirtual

Definition at line 454 of file TacRefDlg.cpp.

void TacRefDlg::UpdateCamera ( )
protectedvirtual

Definition at line 491 of file TacRefDlg.cpp.

void TacRefDlg::UpdateElevation ( double  e)
protectedvirtual

Definition at line 466 of file TacRefDlg.cpp.

void TacRefDlg::UpdateZoom ( double  r)
protectedvirtual

Definition at line 479 of file TacRefDlg.cpp.


Member Data Documentation

ActiveWindow* TacRefDlg::beauty
protected

Definition at line 72 of file TacRefDlg.h.

Button* TacRefDlg::btn_close
protected

Definition at line 79 of file TacRefDlg.h.

Button* TacRefDlg::btn_ships
protected

Definition at line 77 of file TacRefDlg.h.

Button* TacRefDlg::btn_weaps
protected

Definition at line 78 of file TacRefDlg.h.

Camera TacRefDlg::cam
protected

Definition at line 84 of file TacRefDlg.h.

double TacRefDlg::cam_az
protected

Definition at line 89 of file TacRefDlg.h.

double TacRefDlg::cam_el
protected

Definition at line 90 of file TacRefDlg.h.

double TacRefDlg::cam_zoom
protected

Definition at line 88 of file TacRefDlg.h.

CameraView* TacRefDlg::camview
protected

Definition at line 82 of file TacRefDlg.h.

bool TacRefDlg::captured
protected

Definition at line 94 of file TacRefDlg.h.

ImgView* TacRefDlg::imgview
protected

Definition at line 81 of file TacRefDlg.h.

ListBox* TacRefDlg::lst_designs
protected

Definition at line 73 of file TacRefDlg.h.

MenuScreen* TacRefDlg::manager
protected

Definition at line 71 of file TacRefDlg.h.

int TacRefDlg::mode
protected

Definition at line 86 of file TacRefDlg.h.

int TacRefDlg::mouse_x
protected

Definition at line 91 of file TacRefDlg.h.

int TacRefDlg::mouse_y
protected

Definition at line 92 of file TacRefDlg.h.

double TacRefDlg::radius
protected

Definition at line 87 of file TacRefDlg.h.

Scene TacRefDlg::scene
protected

Definition at line 83 of file TacRefDlg.h.

int TacRefDlg::ship_index
protected

Definition at line 96 of file TacRefDlg.h.

ActiveWindow* TacRefDlg::txt_caption
protected

Definition at line 74 of file TacRefDlg.h.

RichTextBox* TacRefDlg::txt_description
protected

Definition at line 76 of file TacRefDlg.h.

RichTextBox* TacRefDlg::txt_stats
protected

Definition at line 75 of file TacRefDlg.h.

bool TacRefDlg::update_scene
protected

Definition at line 93 of file TacRefDlg.h.

int TacRefDlg::weap_index
protected

Definition at line 97 of file TacRefDlg.h.


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