Changeset 5285


Ignore:
Timestamp:
10/18/04 18:50:34 (20 years ago)
Author:
merck
Message:
MMerck: Added slot to toggle infinity focusing on and off.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/activemirrorcontrol.cpp

    r4508 r5285  
    4747extern AMCCmdState* g_pAMCCmdState;
    4848extern AMCLog*      g_pLog;
     49extern bool                         g_zInfinityFocus;
    4950
    5051
     
    640641
    641642}
     643
     644/** The focus to infinity check bos was selected. */
     645void ActiveMirrorControl::infinityFocusSlot( bool p_zOn )
     646{
     647        if ( p_zOn )
     648                qDebug( "Turning infinity focusing ON" );
     649  else
     650                qDebug( "Turning infinity focusing OFF" );
     651  g_zInfinityFocus = p_zOn;
     652}
Note: See TracChangeset for help on using the changeset viewer.