|
Class: STCCompilerSettingsAppl (private in AbstractSettingsApplication
This class is only visible from within
AbstractSettingsApplication.
Object
|
+--Model
|
+--ApplicationModel
|
+--AbstractSettingsApplication
|
+--AbstractSettingsApplication::STCCompilerSettingsAppl
- Package:
- stx:libtool
- Category:
- Interface-Smalltalk
- Owner:
- AbstractSettingsApplication
defaults
-
stcCompilationOptions
-
-
stcCompilationStrings
-
help specs
-
helpSpec
-
This resource specification was automatically generated
by the UIHelpTool of ST/X.
image specs
-
defaultIcon
-
(comment from inherited method)
default is: no icon (should be redefined by concrete class if an icon is wanted).
-
defaultIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon1 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon1
Icon flushCachedIcons
|
-
defaultIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon2 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon2
Icon flushCachedIcons
|
-
defaultIcon3
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon3 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon3
Icon flushCachedIcons
|
-
defaultIcon4
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self defaultIcon4 inspect
ImageEditor openOnClass:self andSelector:#defaultIcon4
Icon flushCachedIcons
|
interface specs
-
windowSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:AbstractSettingsApplication::STCCompilerSettingsAppl andSelector:#windowSpec
AbstractSettingsApplication::STCCompilerSettingsAppl new openInterface:#windowSpec
AbstractSettingsApplication::STCCompilerSettingsAppl open
|
actions
-
basicReadSettings
-
(comment from inherited method)
utility to read aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
basicSaveSettings
-
(comment from inherited method)
utility to save aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
-
setupForBCC
-
set values for using borland C (windows)
-
setupForCLANG
-
set values for using CLANG
-
setupForGCC
-
set values for using gcc (linux/unix)
-
setupForMINGW
-
set values for using mingw (windows)
-
setupForMSVC
-
set values for using msvc (windows)
-
supportedCCompilerSelectionChanged
-
aspects
-
canLoadBinaries
-
-
cc
-
-
ccOptions
-
-
enableStcLibraryPath
-
-
linkArgs
-
-
linkCommand
-
-
linkSharedArgs
-
-
makeCommand
-
-
stc
-
-
stcCompilationList
-
-
stcCompilationSelection
-
-
stcDefines
-
-
stcIncludes
-
-
stcKeepCIntermediate
-
-
stcLibraries
-
-
stcLibraryPath
-
-
stcOptions
-
-
supportedCCompilerList
-
-
supportedCCompilerListSpec
-
-
supportedCCompilerSelection
-
-
verbose
-
help
-
helpFilename
-
the path for a local help document (for offline reading)
-
helpText
-
initialization
-
initialize
-
(comment from inherited method)
must be called if redefined
queries
-
hasUnsavedChanges
-
(comment from inherited method)
utility to check for changed aspects as listed in the aspects method.
If that has not been redefined, an error will be reported,
as you should then redefine this method in a subclass
|