CATFreeStyleUseItf CATStSettingCBManager
Usage: you can derive this class.
public class CATStSettingCBManager
Events declaration.
- Declares and creates events, which will be sent
- by FreeStyle Dashboard when one or several of
- its buttons have been modified. See the names of those
- events in "CATStDashboardMEvents.h"
Constructor and Destructor Index
- o
CATStSettingCBManager()
-
- o
~CATStSettingCBManager()
-
Method Index
- o
CATDeclareCBEvent(MultiModification)
- DashboardStyleModification - Several Dashbord button have been modified
In this case the value returned by CATIStFreeStyleSettings
is a concatenation of events received from all modified buttons
( see CATStDashboardMEvents.
- o
CATDeclareCBEvent(OrderShowModification)
-
- o
CATDeclareCBEvent(NewOpenBodyModification)
- DashboardStyleModification - "" button have been checked/unchecked
- o
CATDeclareCBEvent(TensionShowModification)
-
- o
CATDeclareCBEvent(KeepOriginalModification)
- DashboardStyleModification - "Keep Original" button have been checked/unchecked
- o
CATDeclareCBEvent(AutoDetectSnapModification)
- DashboardStyleModification - One of "Snap" buttons have been checked/unchecked
- o
CATDeclareCBEvent(AttenuateSpeedModification)
- DashboardStyleModification - One of "Attenuation" buttons have been checked/unchecked
- o
CATDeclareCBEvent(DashboardStyleModification)
- DashboardStyleModification - FreeStyle Toolbar composition have been changed
- o
CATDeclareCBEvent(ContinuityShowModification)
- DashboardStyleModification - One of "Display" buttons have been checked/unchecked
here one independent event defined by type of diplay button
- o
CATDeclareCBEvent(TemporyAnalysisModification)
- DashboardStyleModification - "TemporaryAnalysis" button have been checked/unchecked
- o
CATDeclareCBEvent(ControlPointShowModification)
-
- o
CATDeclareCBEvent(CouplingPointShowModification)
-
Constructor and Destructor
o CATStSettingCBManager
public CATStSettingCBManager( | ) |
-
o ~CATStSettingCBManager
public virtual ~CATStSettingCBManager( | ) |
-
Methods
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - Several Dashbord button have been modified
In this case the value returned by CATIStFreeStyleSettings
is a concatenation of events received from all modified buttons
( see CATStDashboardMEvents.h for for defined types )
To know whether a particular button have been modified :
CATCallbackEvent MultiEvent = received event;
if (MultiEvent & FSContinuityShowEvt)
....
else if (...)
...
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - "" button have been checked/unchecked
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - "Keep Original" button have been checked/unchecked
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - One of "Snap" buttons have been checked/unchecked
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - One of "Attenuation" buttons have been checked/unchecked
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - FreeStyle Toolbar composition have been changed
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - One of "Display" buttons have been checked/unchecked
here one independent event defined by type of diplay button
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
DashboardStyleModification - "TemporaryAnalysis" button have been checked/unchecked
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
o CATDeclareCBEvent
public CATDeclareCBEvent( | | ) |
-
This object is included in the file: CATStSettingCBManager.h
If needed, your Imakefile.mk should include the module: CATFreeStyleUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.