List of CharacterMap methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Reverted edits by Admin (talk) to last revision by Becca)
(Automatically generated page update)
Line 1: Line 1:
<div class="showVisit">
<!-- This page was automatically generated and will be automatically
 
    replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[CharacterMap class]] methods.
{{Template:Method_list_header|class=CharacterMap}}
 
<table class="wikitable">
See [[Notation conventions for methods]] for information about the conventions followed in the method descriptions.
<tr><th>Method</th><th>Description</th></tr>
<dpl>
<tr><td>[[Copy (CharacterMap function)|Copy]]</td><td>Copy specified CharacterMap object</td></tr>
category = CharacterMap_methods
<tr><td>[[DeepCopy (CharacterMap function)|DeepCopy]]</td><td>"Deepcopy" specified CharacterMap object</td></tr>
include = dpl_desc
<tr><td>[[New (CharacterMap constructor)|New]]</td><td>Create CharacterMap object</td></tr>
replaceintitle=/\(\S+\s(.+)\)/,$1
<tr><td>[[Update (CharacterMap subroutine)|Update]]</td><td>Update this CharacterMap</td></tr>
table =,Method,Description
</table>
</dpl>
<!--  replaceintitle=/\(\S+\s(.+)\)/,$1
replaceintitle=/\(\w+ (.+)\)/,$1
replaceintitle=/\(.+\)/,
-->
 
[[Category:CharacterMap methods]]
 
</div>

Revision as of 23:19, 14 January 2011


MethodDescription
CopyCopy specified CharacterMap object
DeepCopy"Deepcopy" specified CharacterMap object
NewCreate CharacterMap object
UpdateUpdate this CharacterMap