Development/Architecture/KDE3/pt-br

From KDE TechBase
Revision as of 15:15, 20 November 2012 by Aracele (talk | contribs) (Created page with "==Framework do desktop==")
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Warning
This section needs improvements: Please help us to

cleanup confusing sections and fix sections which contain a todo


Framework de desenvolvimento

  1. Estrutura de biblioteca
  2. Acessando recursos do sistema
    1. Recursos padrão
    2. Carregamento de ícone
    3. Cache de configuração do sistema (KSycoca)
  3. Gráficos
    1. Gráficos de nível inferior com QPainter
    2. Gráficos estruturados com QCanvas
    3. Gráficos 3D com OpenGL
  4. Interface de usuário
    1. Padrão de ação
    2. Definindo menus e barras de ferramentas no XML
    3. Fornecendo ajuda online
  5. Widgets complexos
    1. renderizador HTML com JavaScript
    2. Diálogo de arquivo
    3. Exibindo grandes quantidades de dados - Usando QListView, QListBox e QIconView
  6. Componentes e serviços
    1. Serviços do KDE
    2. MIME types
    3. Transparência da rede
  7. Comunicação entre cliente
    1. Protocolo de comunicação do desktop (DCOP)
  8. Iniciando outros programas
  9. il8n e l10n

Framework do desktop

  1. Panel Applets
  2. Control Center Modules

Multimedia Framework

  1. aRts - the current state
  2. Imaging and Animation

Component Architecture

  1. KParts
  2. Docking Into the Panel's System Tray
  3. Java Integration

KOffice Architecture

  1. Document and View Introduction
  2. File Format Filters

Protocols

  1. Window Management
  2. Session Management
  3. System Tray Docking
  4. Drag-And-Drop
  5. Printing

Development Tools

  1. Interface Documentation Tool (Doxygen)
  2. Integrated Development Environment (KDevelop)
  3. Graphical Debugger (kdbg)
  4. VCS Frontend (Subversion)
  5. Advanced Developer Text Editor (Kate)
  6. Icon Editor (KIconEdit)
  7. Hex Editor

Development HOWTOs

  1. Binary Compatibility Issues With C++