•void
CGrapheditView::OnInsertMode()
•{
• // TODO: Add your command handler code here
•}
•
•void
CGrapheditView::OnUpdateInsertMode(CCmdUI* pCmdUI)
•{
• // TODO: Add your command update UI handler code
here
•}
•
•Le funzioni associate ai comandi (menu’) sono due: la
prima esegue l’operazione associata al
comando; la seconda gestisce l’abilitazione del comando.
•