Frame understanding of Digital photo frame

Source: Internet
Author: User

"Vedon" Study notes

1. First in the main function
/* Register page */
Pagesinit ();
2.PagesInit () function, the initialization of each page

1 intPagesinit (void)2{intIerror;3Ierror =mainpageinit ();4Ierror |=settingpageinit ();5Ierror |=intervalpageinit ();6Ierror |=browsepageinit ();7Ierror |=ebookpageinit ();8Ierror |=autopageinit ();9Ierror |=Manualpageinit (); Ten returnIerror; One}

3. Where the initialization function

1 int Browsepageinit (void)2 {    return registerpageaction (&G_ tbrowsepageaction); 3 }

4. The registerpageaction () function puts the name and run function interface of each function, and the input event interface into the linked list.
Easy to find calls
5. After registration is complete
/* Run the main Page */
Page ("main")->run (NULL);
6. In the main page, wait for input events to change the status

Frame understanding of Digital photo frame

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.