doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
idMarkerWindow Class Reference

#include <MarkerWindow.h>

Inheritance diagram for idMarkerWindow:
idWindow

Public Member Functions

 idMarkerWindow (idUserInterfaceLocal *gui)
 
 idMarkerWindow (idDeviceContext *d, idUserInterfaceLocal *gui)
 
virtual ~idMarkerWindow ()
 
virtual size_t Allocated ()
 
virtual idWinVarGetWinVarByName (const char *_name, bool winLookup=false)
 
virtual const char * HandleEvent (const sysEvent_t *event, bool *updateVisuals)
 
virtual void PostParse ()
 
virtual void Draw (int time, float x, float y)
 
virtual const char * RouteMouseCoords (float xd, float yd)
 
virtual void Activate (bool activate, idStr &act)
 
virtual void MouseExit ()
 
virtual void MouseEnter ()
 
- Public Member Functions inherited from idWindow
 idWindow (idUserInterfaceLocal *gui)
 
 idWindow (idDeviceContext *d, idUserInterfaceLocal *gui)
 
virtual ~idWindow ()
 
void SetDC (idDeviceContext *d)
 
idDeviceContextGetDC (void)
 
idWindowSetFocus (idWindow *w, bool scripts=true)
 
idWindowSetCapture (idWindow *w)
 
void SetParent (idWindow *w)
 
void SetFlag (unsigned int f)
 
void ClearFlag (unsigned int f)
 
unsigned GetFlags ()
 
void Move (float x, float y)
 
void BringToTop (idWindow *w)
 
void Adjust (float xd, float yd)
 
void SetAdjustMode (idWindow *child)
 
void Size (float x, float y, float w, float h)
 
void SetupFromState ()
 
void SetupBackground ()
 
drawWin_tFindChildByName (const char *name)
 
idSimpleWindowFindSimpleWinByName (const char *_name)
 
idWindowGetParent ()
 
idUserInterfaceLocalGetGui ()
 
bool Contains (float x, float y)
 
size_t Size ()
 
idStrGetStrPtrByName (const char *_name)
 
virtual idWinVarGetWinVarByName (const char *_name, bool winLookup=false, drawWin_t **owner=NULL)
 
int GetWinVarOffset (idWinVar *wv, drawWin_t *dw)
 
float GetMaxCharHeight ()
 
float GetMaxCharWidth ()
 
void SetFont ()
 
void SetInitialState (const char *_name)
 
void AddChild (idWindow *win)
 
void DebugDraw (int time, float x, float y)
 
void CalcClientRect (float xofs, float yofs)
 
void CommonInit ()
 
void CleanUp ()
 
void DrawBorderAndCaption (const idRectangle &drawRect)
 
void DrawCaption (int time, float x, float y)
 
void SetupTransforms (float x, float y)
 
bool Contains (const idRectangle &sr, float x, float y)
 
const char * GetName ()
 
virtual bool Parse (idParser *src, bool rebuild=true)
 
void CalcRects (float x, float y)
 
virtual void Redraw (float x, float y)
 
virtual void ArchiveToDictionary (idDict *dict, bool useNames=true)
 
virtual void InitFromDictionary (idDict *dict, bool byName=true)
 
virtual void Trigger ()
 
virtual void GainFocus ()
 
virtual void LoseFocus ()
 
virtual void GainCapture ()
 
virtual void LoseCapture ()
 
virtual void Sized ()
 
virtual void Moved ()
 
virtual void DrawBackground (const idRectangle &drawRect)
 
virtual void SetBuddy (idWindow *buddy)
 
virtual void HandleBuddyUpdate (idWindow *buddy)
 
virtual void StateChanged (bool redraw)
 
virtual void ReadFromDemoFile (class idDemoFile *f, bool rebuild=true)
 
virtual void WriteToDemoFile (class idDemoFile *f)
 
void WriteSaveGameString (const char *string, idFile *savefile)
 
void WriteSaveGameTransition (idTransitionData &trans, idFile *savefile)
 
virtual void WriteToSaveGame (idFile *savefile)
 
void ReadSaveGameString (idStr &string, idFile *savefile)
 
void ReadSaveGameTransition (idTransitionData &trans, idFile *savefile)
 
virtual void ReadFromSaveGame (idFile *savefile)
 
void FixupTransitions ()
 
virtual void HasAction ()
 
virtual void HasScripts ()
 
void FixupParms ()
 
void GetScriptString (const char *name, idStr &out)
 
void SetScriptParams ()
 
bool HasOps ()
 
float EvalRegs (int test=-1, bool force=false)
 
void StartTransition ()
 
void AddTransition (idWinVar *dest, idVec4 from, idVec4 to, int time, float accelTime, float decelTime)
 
void ResetTime (int time)
 
void ResetCinematics ()
 
int NumTransitions ()
 
bool ParseScript (idParser *src, idGuiScriptList &list, int *timeParm=NULL, bool allowIf=false)
 
bool RunScript (int n)
 
bool RunScriptList (idGuiScriptList *src)
 
void SetRegs (const char *key, const char *val)
 
int ParseExpression (idParser *src, idWinVar *var=NULL, int component=0)
 
int ExpressionConstant (float f)
 
idRegisterListRegList ()
 
void AddCommand (const char *cmd)
 
void AddUpdateVar (idWinVar *var)
 
bool Interactive ()
 
bool ContainsStateVars ()
 
void SetChildWinVarVal (const char *name, const char *var, const char *val)
 
idWindowGetFocusedChild ()
 
idWindowGetCaptureChild ()
 
const char * GetComment ()
 
void SetComment (const char *p)
 
virtual void RunNamedEvent (const char *eventName)
 
void AddDefinedVar (idWinVar *var)
 
idWindowFindChildByPoint (float x, float y, idWindow *below=NULL)
 
int GetChildIndex (idWindow *window)
 
int GetChildCount (void)
 
idWindowGetChild (int index)
 
void RemoveChild (idWindow *win)
 
bool InsertChild (idWindow *win, idWindow *before)
 
void ScreenToClient (idRectangle *rect)
 
void ClientToScreen (idRectangle *rect)
 
bool UpdateFromDictionary (idDict &dict)
 

Private Member Functions

virtual bool ParseInternalVar (const char *name, idParser *src)
 
void CommonInit ()
 
void Line (int x1, int y1, int x2, int y2, dword *out, dword color)
 
void Point (int x, int y, dword *out, dword color)
 

Private Attributes

logStats_t loggedStats [MAX_LOGGED_STATS]
 
idList< markerData_tmarkerTimes
 
idStr statData
 
int numStats
 
dwordimageBuff
 
const idMaterialmarkerMat
 
const idMaterialmarkerStop
 
idVec4 markerColor
 
int currentMarker
 
int currentTime
 
int stopTime
 

Additional Inherited Members

- Public Types inherited from idWindow
enum  {
  ON_MOUSEENTER = 0, ON_MOUSEEXIT, ON_ACTION, ON_ACTIVATE,
  ON_DEACTIVATE, ON_ESC, ON_FRAME, ON_TRIGGER,
  ON_ACTIONRELEASE, ON_ENTER, ON_ENTERRELEASE, SCRIPT_COUNT
}
 
enum  {
  ADJUST_MOVE = 0, ADJUST_TOP, ADJUST_RIGHT, ADJUST_BOTTOM,
  ADJUST_LEFT, ADJUST_TOPLEFT, ADJUST_BOTTOMRIGHT, ADJUST_TOPRIGHT,
  ADJUST_BOTTOMLEFT
}
 
- Public Attributes inherited from idWindow
idStr cmd
 
- Static Public Attributes inherited from idWindow
static const char * ScriptNames [SCRIPT_COUNT]
 
static const idRegEntry RegisterVars []
 
static const int NumRegisterVars = sizeof(RegisterVars) / sizeof(idRegEntry)
 
- Protected Member Functions inherited from idWindow
idWindowFindChildByPoint (float x, float y, idWindow **below)
 
void SetDefaults (void)
 
bool IsSimple ()
 
void UpdateWinVars ()
 
void DisableRegister (const char *_name)
 
void Transition ()
 
void Time ()
 
bool RunTimeEvents (int time)
 
void Dump ()
 
int ExpressionTemporary ()
 
wexpOp_tExpressionOp ()
 
int EmitOp (int a, int b, wexpOpType_t opType, wexpOp_t **opp=NULL)
 
int ParseEmitOp (idParser *src, int a, wexpOpType_t opType, int priority, wexpOp_t **opp=NULL)
 
int ParseTerm (idParser *src, idWinVar *var=NULL, int component=0)
 
int ParseExpressionPriority (idParser *src, int priority, idWinVar *var=NULL, int component=0)
 
void EvaluateRegisters (float *registers)
 
void SaveExpressionParseState ()
 
void RestoreExpressionParseState ()
 
void ParseBracedExpression (idParser *src)
 
bool ParseScriptEntry (const char *name, idParser *src)
 
bool ParseRegEntry (const char *name, idParser *src)
 
void ParseString (idParser *src, idStr &out)
 
void ParseVec4 (idParser *src, idVec4 &out)
 
void ConvertRegEntry (const char *name, idParser *src, idStr &out, int tabs)
 
- Protected Attributes inherited from idWindow
float actualX
 
float actualY
 
int childID
 
unsigned int flags
 
int lastTimeRun
 
idRectangle drawRect
 
idRectangle clientRect
 
idVec2 origin
 
int timeLine
 
float xOffset
 
float yOffset
 
float forceAspectWidth
 
float forceAspectHeight
 
float matScalex
 
float matScaley
 
float borderSize
 
float textAlignx
 
float textAligny
 
idStr name
 
idStr comment
 
idVec2 shear
 
signed char textShadow
 
unsigned char fontNum
 
unsigned char cursor
 
signed char textAlign
 
idWinBool noTime
 
idWinBool visible
 
idWinBool noEvents
 
idWinRectangle rect
 
idWinVec4 backColor
 
idWinVec4 matColor
 
idWinVec4 foreColor
 
idWinVec4 hoverColor
 
idWinVec4 borderColor
 
idWinFloat textScale
 
idWinFloat rotate
 
idWinStr text
 
idWinBackground backGroundName
 
idList< idWinVar * > definedVars
 
idList< idWinVar * > updateVars
 
idRectangle textRect
 
const idMaterialbackground
 
idWindowparent
 
idList< idWindow * > children
 
idList< drawWin_tdrawWindows
 
idWindowfocusedChild
 
idWindowcaptureChild
 
idWindowoverChild
 
bool hover
 
idDeviceContextdc
 
idUserInterfaceLocalgui
 
idGuiScriptListscripts [SCRIPT_COUNT]
 
boolsaveTemps
 
idList< idTimeLineEvent * > timeLineEvents
 
idList< idTransitionDatatransitions
 
idList< wexpOp_tops
 
idList< floatexpressionRegisters
 
idList< wexpOp_t > * saveOps
 
idList< rvNamedEvent * > namedEvents
 
idList< float > * saveRegs
 
idRegisterList regList
 
idWinBool hideCursor
 
- Static Protected Attributes inherited from idWindow
static idCVar gui_debug
 
static idCVar gui_edit
 
static bool registerIsTemporary [MAX_EXPRESSION_REGISTERS]
 

Detailed Description

Definition at line 39 of file MarkerWindow.h.

Constructor & Destructor Documentation

idMarkerWindow::idMarkerWindow ( idUserInterfaceLocal gui)

Definition at line 57 of file MarkerWindow.cpp.

idMarkerWindow::idMarkerWindow ( idDeviceContext d,
idUserInterfaceLocal gui 
)

Definition at line 51 of file MarkerWindow.cpp.

idMarkerWindow::~idMarkerWindow ( )
virtual

Definition at line 62 of file MarkerWindow.cpp.

Member Function Documentation

void idMarkerWindow::Activate ( bool  activate,
idStr act 
)
virtual

Reimplemented from idWindow.

Definition at line 270 of file MarkerWindow.cpp.

virtual size_t idMarkerWindow::Allocated ( void  )
inlinevirtual

Reimplemented from idWindow.

Definition at line 44 of file MarkerWindow.h.

void idMarkerWindow::CommonInit ( )
private

Definition at line 41 of file MarkerWindow.cpp.

void idMarkerWindow::Draw ( int  time,
float  x,
float  y 
)
virtual

Reimplemented from idWindow.

Definition at line 152 of file MarkerWindow.cpp.

idWinVar * idMarkerWindow::GetWinVarByName ( const char *  _name,
bool  winLookup = false 
)
virtual

Definition at line 87 of file MarkerWindow.cpp.

const char * idMarkerWindow::HandleEvent ( const sysEvent_t event,
bool updateVisuals 
)
virtual

Reimplemented from idWindow.

Definition at line 91 of file MarkerWindow.cpp.

void idMarkerWindow::Line ( int  x1,
int  y1,
int  x2,
int  y2,
dword out,
dword  color 
)
private

Definition at line 240 of file MarkerWindow.cpp.

void idMarkerWindow::MouseEnter ( )
virtual

Reimplemented from idWindow.

Definition at line 357 of file MarkerWindow.cpp.

void idMarkerWindow::MouseExit ( )
virtual

Reimplemented from idWindow.

Definition at line 353 of file MarkerWindow.cpp.

bool idMarkerWindow::ParseInternalVar ( const char *  name,
idParser src 
)
privatevirtual

Reimplemented from idWindow.

Definition at line 65 of file MarkerWindow.cpp.

void idMarkerWindow::Point ( int  x,
int  y,
dword out,
dword  color 
)
private

Definition at line 231 of file MarkerWindow.cpp.

void idMarkerWindow::PostParse ( )
virtual

Reimplemented from idWindow.

Definition at line 144 of file MarkerWindow.cpp.

const char * idMarkerWindow::RouteMouseCoords ( float  xd,
float  yd 
)
virtual

Reimplemented from idWindow.

Definition at line 199 of file MarkerWindow.cpp.

Member Data Documentation

int idMarkerWindow::currentMarker
private

Definition at line 69 of file MarkerWindow.h.

int idMarkerWindow::currentTime
private

Definition at line 70 of file MarkerWindow.h.

dword* idMarkerWindow::imageBuff
private

Definition at line 65 of file MarkerWindow.h.

logStats_t idMarkerWindow::loggedStats[MAX_LOGGED_STATS]
private

Definition at line 61 of file MarkerWindow.h.

idVec4 idMarkerWindow::markerColor
private

Definition at line 68 of file MarkerWindow.h.

const idMaterial* idMarkerWindow::markerMat
private

Definition at line 66 of file MarkerWindow.h.

const idMaterial* idMarkerWindow::markerStop
private

Definition at line 67 of file MarkerWindow.h.

idList<markerData_t> idMarkerWindow::markerTimes
private

Definition at line 62 of file MarkerWindow.h.

int idMarkerWindow::numStats
private

Definition at line 64 of file MarkerWindow.h.

idStr idMarkerWindow::statData
private

Definition at line 63 of file MarkerWindow.h.

int idMarkerWindow::stopTime
private

Definition at line 71 of file MarkerWindow.h.


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