~andrew-plumb/kicad/kicad

« back to all changes in this revision

Viewing changes to include/wxEeschemaStruct.h

  • Committer: Andrew Plumb
  • Date: 2013-10-16 12:24:11 UTC
  • mfrom: (4379.1.10 testing)
  • Revision ID: andrew@plumb.org-20131016122411-qb5tokbqbgs6t1jn
Updating from main testing branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1135
1135
     */
1136
1136
    void InitBlockPasteInfos();
1137
1137
 
1138
 
    /* Function HandleBlockEndByPopUp
1139
 
     * performs an end block command from context menu.
1140
 
     *
1141
 
     * This can be called only after HandleBlockEnd and the current command is block
1142
 
     * move.  Execute a command other than block move from the current block move
1143
 
     * selected items list.  Due to (minor) problems in undo/redo or/and display block,
1144
 
     * a mirror/rotate command is immediately executed and multiple block commands are
1145
 
     * not allowed (multiple commands are tricky to undo/redo in one time)
1146
 
     */
1147
 
    void HandleBlockEndByPopUp( int Command, wxDC* DC );
1148
 
 
1149
1138
    /**
1150
1139
     * Function ReturnBlockCommand
1151
1140
     * Returns the block command internat code (BLOCK_MOVE, BLOCK_COPY...)
1172
1161
     * depending on the current block command, this command is executed
1173
1162
     * or parameters are initialized to prepare a call to HandleBlockPlace
1174
1163
     * in GetScreen()->m_BlockLocate
 
1164
     *
 
1165
     * @param aDC is a device context to draw on.
1175
1166
     * @return false if no item selected, or command finished,
1176
1167
     * true if some items found and HandleBlockPlace must be called later
1177
1168
     */
1178
 
    virtual bool HandleBlockEnd( wxDC* DC );
 
1169
    virtual bool HandleBlockEnd( wxDC* aDC );
1179
1170
 
1180
1171
    /**
1181
1172
     * Function RepeatDrawItem