PrevNextUpHome SophiaFramework UNIVERSE 5.3

C++ Programming with SophiaFramework UNIVERSE

9. SFY Responder
9.1. Overview
9.2. Elements of the Responder System
9.3. Event Handling
9.4. Rendering
9.5. Responder(Basic)
9.6. Application Class(Basic)
9.7. Application Class(Applied)
9.8. Root(Basic)
9.9. Root(Applied)
9.10. Container(Basic)
9.11. Container(Applied)
9.12. Window(Basic)
9.13. Window(Applied)
9.14. Dialog(Basic)
9.15. Dialog(Applied)
9.16. Menu(Basic)
9.17. Frame
9.18. Control(Basic)
9.19. Control(Applied)
9.20. Optimize
9.21. Type List
9.22. Event List
9.23. Handler List
10. SFR Responder [DEPRECATED]
10.1. [IMPORTANT] To Be Discontinued
10.2. What is Responder?
10.3. Application
10.4. Window
10.5. Dialog
10.6. Control
10.7. Menu
10.8. Searching for Responder
10.9. Drawing the Responder
10.10. Event Handling
10.11. Tracer
10.12. SophiaFramework UNIVERSE Application
11. String
11.1. String Class
11.2. Type Conversion
11.3. Checking and Converting the Character
11.4. Internal Buffer in the String Class
12. Shape and Color
12.1. Drawing Method
12.2. Grid and Pixel
12.3. Size and Margin
12.4. Kinds of the Shapes
12.5. Graphic Operation
12.6. Shape of Const Type
12.7. Clipping
12.8. Color
12.9. Sample Code
13. Collection
13.1. Collection Class
13.2. Array
13.3. Stack
13.4. List
13.5. Hashmap
13.6. How to Handle Class Instance As Element
13.7. Array and List
13.8. Sample code
14. Memory
14.1. Memory Management Classes
14.2. Heap Class
14.3. Buffer Class
14.4. Ring Buffer Class
15. File
15.1. Classes for File and Directory Management
15.2. Class for Operating a File
15.3. Class for Operating a Directory
15.4. Class for Operating a File Path and a Directory Path
16. Network
16.1. Network Address Management
16.2. HTTP Connection
16.3. Socket Communication
16.4. Sending and Receiving Mails
17. Stream
17.1. Overview of the Stream
17.2. String Stream
17.3. Binary Stream
17.4. Simple Parser
17.5. Stream Buffer
17.6. Booting up the Callback by the Trigger
18. Storage
18.1. Overview of the Storage
18.2. SFXFile Class
18.3. SFXHTTPConnection Class
18.4. SFXTCPSocket Class
18.5. SFXSSLSocket Class
18.6. SFXMemory Class
18.7. SFXSource Class
18.8. SFXZIPDecoder Class
18.9. Sample Code
19. SOAP / XML
19.1. XML Classes
19.2. Structure of XML Classes
19.3. DOM and SAX
19.4. DTD and XML Schema
19.5. Creating XML Document
19.6. Developing Web Service
19.7. Sample Code
20. Other Utilities
20.1. BREW Helper Function
20.2. Mathematical Operations
20.3. Callback Class
20.4. SFXDate Class and SFXDateDuration Class: for managing date and time duration
20.5. SFXConfig Class: for managing the entries of (tag, value)
20.6. SFXProperty Class: for managing the key / value pair elements
20.7. Event Class
20.8. SFXDevice Class: for getting device information
20.9. SFXEndian: for converting endian
21. BREW Interface Wrapper
21.1. BREW Interface
21.2. How to Develop the C++ Wrapper Class
21.3. BREW Japan Extension Package provided by KDDI
22. Pointer
22.1. Pointer Utility
22.2. Smart Pointer Class for the BREW Interface
23. Calling BREW APIs for the C Programming Language
23.1. Calling BREW APIs for the C Programming Language