Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
PoweredOptic_Base Class Reference

Protected Member Functions

void Rangefinder ()
 
void ~Rangefinder ()
 
void InitRangeFinderData ()
 
float GetMeasurementUpdateInterval ()
 
override void OnWorkStart ()
 
override void OnWorkStop ()
 
void StartPeriodicMeasurement ()
 
void StopPeriodicMeasurement ()
 
void SetDistanceText (TextWidget text, float dist)
 
void SetInvalidText (TextWidget text)
 
void DoMeasurement ()
 
override void SetActions ()
 
override void OnDebugSpawn ()
 

Protected Attributes

ref Timer m_Timer
 
Widget m_Root
 
TextWidget m_RangeText
 
string m_LayoutPath
 

Detailed Description

Definition at line 1 of file nvgoggles.c.

Constructor & Destructor Documentation

◆ ~Rangefinder()

void PoweredOptic_Base::~Rangefinder ( )
protected

Definition at line 16 of file rangefinder.c.

Member Function Documentation

◆ DoMeasurement()

void PoweredOptic_Base::DoMeasurement ( )
protected

Definition at line 135 of file rangefinder.c.

◆ GetMeasurementUpdateInterval()

float PoweredOptic_Base::GetMeasurementUpdateInterval ( )
protected

Definition at line 44 of file rangefinder.c.

◆ InitRangeFinderData()

void PoweredOptic_Base::InitRangeFinderData ( )
protected

Definition at line 21 of file rangefinder.c.

◆ OnDebugSpawn()

override void PoweredOptic_Base::OnDebugSpawn ( )
protected

Definition at line 201 of file rangefinder.c.

◆ OnWorkStart()

override void PoweredOptic_Base::OnWorkStart ( )
protected

Definition at line 49 of file rangefinder.c.

◆ OnWorkStop()

override void PoweredOptic_Base::OnWorkStop ( )
protected

Definition at line 66 of file rangefinder.c.

◆ Rangefinder()

void PoweredOptic_Base::Rangefinder ( )
protected

Definition at line 11 of file rangefinder.c.

◆ SetActions()

override void PoweredOptic_Base::SetActions ( )
protected

Definition at line 193 of file rangefinder.c.

◆ SetDistanceText()

void PoweredOptic_Base::SetDistanceText ( TextWidget text,
float dist )
protected

Definition at line 110 of file rangefinder.c.

◆ SetInvalidText()

void PoweredOptic_Base::SetInvalidText ( TextWidget text)
protected

Definition at line 129 of file rangefinder.c.

◆ StartPeriodicMeasurement()

void PoweredOptic_Base::StartPeriodicMeasurement ( )
protected

Definition at line 80 of file rangefinder.c.

◆ StopPeriodicMeasurement()

void PoweredOptic_Base::StopPeriodicMeasurement ( )
protected

Definition at line 97 of file rangefinder.c.

Member Data Documentation

◆ m_LayoutPath

string PoweredOptic_Base::m_LayoutPath
protected

Definition at line 9 of file rangefinder.c.

◆ m_RangeText

TextWidget PoweredOptic_Base::m_RangeText
protected

Definition at line 7 of file rangefinder.c.

◆ m_Root

Widget PoweredOptic_Base::m_Root
protected

Definition at line 6 of file rangefinder.c.

◆ m_Timer

ref Timer PoweredOptic_Base::m_Timer
protected

Definition at line 5 of file rangefinder.c.


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