Ricompilata personalizzazione per suore Dorotee
git-svn-id: svn://10.65.10.50/branches/R_10_00@22714 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
2227ace63f
commit
2180d9f27f
@ -32,7 +32,7 @@ class TCopia_movimenti : public TSkeleton_application
|
|||||||
virtual const char * extra_modules() const {return "cg";}
|
virtual const char * extra_modules() const {return "cg";}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual bool menu(MENU_TAG) ;
|
virtual void main_loop();
|
||||||
static bool fr_ditt_handler(TMask_field& f, KEY key);
|
static bool fr_ditt_handler(TMask_field& f, KEY key);
|
||||||
static bool to_ditt_handler(TMask_field& f, KEY key);
|
static bool to_ditt_handler(TMask_field& f, KEY key);
|
||||||
static bool select_button (TMask_field& f, KEY key);
|
static bool select_button (TMask_field& f, KEY key);
|
||||||
@ -235,7 +235,7 @@ bool TCopia_movimenti::reset_button(TMask_field& f, KEY key)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool TCopia_movimenti::menu(MENU_TAG m)
|
void TCopia_movimenti::main_loop()
|
||||||
{
|
{
|
||||||
TMask msk("pd6142100a");
|
TMask msk("pd6142100a");
|
||||||
msk.set_handler(F_DFR, fr_ditt_handler);
|
msk.set_handler(F_DFR, fr_ditt_handler);
|
||||||
@ -264,8 +264,6 @@ bool TCopia_movimenti::menu(MENU_TAG m)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} while(k == K_ENTER);
|
} while(k == K_ENTER);
|
||||||
|
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void TCopia_movimenti::copia_mov()
|
void TCopia_movimenti::copia_mov()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user