fbdecklayout.h File Reference


Detailed Description

fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h fbdecklayout.h
FBDeck layout file.

Definition in file fbdecklayout.h.

#include <kaydaradef.h>
#include <fbsdk/fbdeck.h>
#include <fbcontrols/fbcontrols.h>

Include dependency graph for fbdecklayout.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Classes

class   FBDeckLayout
  Deck layout class. More...

Defines

#define  FBSDK_DLL   K_DLLIMPORT
  Be sure that FBSDK_DLL is defined only once.
#define  FBRegisterDeckLayout(ClassName, UniqueNameStr, IconFilename)
  Register a Deck layout class.
#define  FBDeckLayoutDeclare(ClassName, Parent)
  Deck declaration.
#define  FBDeckLayoutImplementation(ThisComponent)   FBClassImplementation( ThisComponent )
  Deck layout implementation.

Define Documentation

#define FBDeckLayoutDeclare ( ClassName,
Parent   ) 

Value:

FBClassDeclare( ClassName,Parent ); \
  public: \
    ClassName(HFBDeck pDeck):Parent(pDeck) { FBClassInit; } \
  private:
Deck declaration.
Parameters:
ClassName  Name of Deck layout class.
Parent  Parent of Deck layout class.

Definition at line 88 of file fbdecklayout.h.

#define FBDeckLayoutImplementation ( ThisComponent   )     FBClassImplementation( ThisComponent )

Deck layout implementation.

Parameters:
ThisComponent  Name of Deck layout class to implement.

Definition at line 97 of file fbdecklayout.h.

#define FBRegisterDeckLayout ( ClassName,
UniqueNameStr,
IconFilename   ) 

Value:

HIObject RegisterDeckLayout##ClassName( HIObject /*pOwner*/,char * /*pName*/,void *pData) \
    {\
        ClassName *Class = new ClassName( (HFBDeck)FBGetFBObject((HIObject)pData) ); \
        Class->mAllocated = true; \
        if (Class->FBCreate()) { \
            return Class->GetHIObject(); \
        } else { \
            delete Class; \
            return NULL; \
        } \
    } \
    FBLibraryModule( ClassName )    \
    {   \
        FBRegisterObject( ClassName,"UI_Associated_ClassName",UniqueNameStr,UniqueNameStr" Deck Layout",RegisterDeckLayout##ClassName, true, IconFilename );\
    }
Register a Deck layout class.
Parameters:
ClassName  Name of Deck layout class.
UniqueNameStr  Unique name of class.
IconFilename  Filename of associated icon.

Definition at line 67 of file fbdecklayout.h.

#define FBSDK_DLL   K_DLLIMPORT

Be sure that FBSDK_DLL is defined only once.

..

Definition at line 48 of file fbdecklayout.h.


Please send us your comments about this page.