Uses of Class
org.eclipse.cdt.make.core.scannerconfig.ScannerConfigScope

Packages that use ScannerConfigScope
org.eclipse.cdt.make.core.scannerconfig   
org.eclipse.cdt.make.internal.core.scannerconfig   
org.eclipse.cdt.make.internal.core.scannerconfig2   
 

Uses of ScannerConfigScope in org.eclipse.cdt.make.core.scannerconfig
 

Fields in org.eclipse.cdt.make.core.scannerconfig declared as ScannerConfigScope
static ScannerConfigScope ScannerConfigScope.FILE_SCOPE
           
static ScannerConfigScope ScannerConfigScope.PROJECT_SCOPE
           
 

Methods in org.eclipse.cdt.make.core.scannerconfig with parameters of type ScannerConfigScope
 void IDiscoveredPathManager.changeDiscoveredContainer(org.eclipse.core.resources.IProject project, ScannerConfigScope profileScope, java.util.List changedResources)
           
 

Uses of ScannerConfigScope in org.eclipse.cdt.make.internal.core.scannerconfig
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig with parameters of type ScannerConfigScope
 void DiscoveredPathManager.changeDiscoveredContainer(org.eclipse.core.resources.IProject project, ScannerConfigScope profileScope, java.util.List changedResources)
           
 

Uses of ScannerConfigScope in org.eclipse.cdt.make.internal.core.scannerconfig2
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig2 that return ScannerConfigScope
 ScannerConfigScope ScannerConfigProfile.getProfileScope()