This class contains inheritence hacks to override final methods in Studio. More...
Public Attributes | |
MainJob | |
$Job number of the main Studio process or blank if this is the main Studio connection. More... | |
Namespace | |
Namespace this extension started out in. More... | |
ResourceMappingCache | |
Cache of information related to mapping of resources across namespaces. More... | |
StudioVersion | |
Version of Studio that is connecting to this server. More... | |
Username | |
The username of this source control user. More... | |
Static Public Attributes | |
PRIMARYEXTENSIONGBL = None | |
This class contains inheritence hacks to override final methods in Studio. More... | |
Private Member Functions | |
_.Library.Status | OnNew (_.Library.String initval) |
This just calls the <method>Login</method> to perform an initialisation. More... | |
Private Attributes | |
__MenuMap | |
Array associating top-level menu IDs to the class that implements them. More... | |
__SubExtensions | |
Array of top-level menu ID to configured handling class. More... | |
This class contains inheritence hacks to override final methods in Studio.
|
private |
This just calls the <method>Login</method> to perform an initialisation.
Note that this is called by Studio automatically via the <class>Studio.SourceControl.Interface</class> class, do not call New directly.
|
static |
This class contains inheritence hacks to override final methods in Studio.
MainJob |
|
private |
Array associating top-level menu IDs to the class that implements them.
Namespace |
Namespace this extension started out in.
Cache of information related to mapping of resources across namespaces.
StudioVersion |
|
private |
Array of top-level menu ID to configured handling class.
Username |
The username of this source control user.
(From Studio.Extension.Base.)