GDBaseObject Class Reference

The GDBaseObject is a base object in GDKit that contains methods and properties you'll always be using. More...

#import <GDBaseObject.h>

Inheritance diagram for GDBaseObject:
GDCliProxy GDContextMenuController GDDrawerController GDExternalNibController GDMainMenuController GDModalController GDModel GDOperationsController GDViewController GDWindowController

List of all members.

Public Member Functions

(void) - setGDRefs
 A hook you can use to set references to properties on a "gd" instance.
(void) - lazyInit
 A hook you can override to do some lazy initialization.
(void) - lazyInitWithGD:
 Lazy init this object with a GDDocument or GDApplicationController.
(id) - initWithGD:
 Init this object with a GDDocument or GDApplicationController.

Properties

IBOutlet id gd
 A GDApplicationController or a GDDocument.
IBOutlet id externalNibController
 A GDExternalNibController.

Detailed Description

The GDBaseObject is a base object in GDKit that contains methods and properties you'll always be using.


Member Function Documentation

- (id) initWithGD: (id)  _gd  

Init this object with a GDDocument or GDApplicationController.

This can be used for true alloc/init combinations.

Parameters:
_gd A GDDocument or GDApplicationController.
- (void) lazyInit  

A hook you can override to do some lazy initialization.

This is called last after any lazyInitWith(...) method is called.

- (void) lazyInitWithGD: (id)  _gd  

Lazy init this object with a GDDocument or GDApplicationController.

This just sets the "gd" property.

Parameters:
_gd A GDDocument or GDApplicationController.

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines