Ejemplo n.º 1
0
		// Do not actually export because NSObjectFlag is not exportable.
		// The Objective C method already exists. This is just to allow
		// access on the managed side via the static method.
		//[Export ("initForIncrementalLoad")]
		private NSBitmapImageRep (NSObjectFlag a, NSObjectFlag b) : base (a)
		{
			if (IsDirectBinding) {
				Handle = MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, selInitForIncrementalLoad);
			} else {
				Handle = MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selInitForIncrementalLoad);
			}
		}
Ejemplo n.º 2
0
		// Do not actually export because NSObjectFlag is not exportable.
		// The Objective C method already exists. This is just to allow
		// access on the managed side via the static method.
		//[Export ("initWithWindowRef:")]
		private NSWindow (IntPtr windowRef, NSObjectFlag x) : base (NSObjectFlag.Empty)
		{
			if (IsDirectBinding) {
				Handle = MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, selInitWithWindowRef);
			} else {
				Handle = MonoMac.ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, selInitWithWindowRef);
			}
		}
 public XTextFieldCell(NSObjectFlag t)
     : base(t)
 {
 }
 public XTableRowView(NSObjectFlag t)
     : base(t)
 {
 }
 public XImageView(NSObjectFlag t)
     : base(t)
 {
 }
Ejemplo n.º 6
0
		public CLRegion (NSObjectFlag t) : base (t) {}
Ejemplo n.º 7
0
		public CLLocationManagerDelegate (NSObjectFlag t) : base (t) {}
 // This is just here as a constructor chain that can will
 // only do Init at the most derived class.
 public NSObject(NSObjectFlag x)
 {
     AllocIfNeeded();
     InitializeObject();
 }
Ejemplo n.º 9
0
 public SessionsView(NSObjectFlag t) : base(t)
 {
     Initialize();
 }
Ejemplo n.º 10
0
		public CLLocation (NSObjectFlag t) : base (t) {}
Ejemplo n.º 11
0
		public LoginItemManager (NSObjectFlag t) : base (t) {}
Ejemplo n.º 12
0
        // This is just here as a constructor chain that can will
        // only do Init at the most derived class.
        public NSObject(NSObjectFlag x)
        {
            bool alloced = AllocIfNeeded();

            InitializeObject(alloced);
        }
Ejemplo n.º 13
0
		public CLHeading (NSObjectFlag t) : base (t) {}
Ejemplo n.º 14
0
 public VitalsBar(NSObjectFlag rect)
     : base(rect)
 {
 }
Ejemplo n.º 15
0
 // This is just here as a constructor chain that can will
 // only do Init at the most derived class.
 public NSObject(NSObjectFlag x)
 {
     bool alloced = AllocIfNeeded ();
     InitializeObject (alloced);
 }
Ejemplo n.º 16
0
		// This is just here as a constructor chain that can will
		// only do Init at the most derived class.
		public NSObject (NSObjectFlag x)
		{
			AllocIfNeeded ();
			InitializeObject ();
		}
Ejemplo n.º 17
0
		// This is just here as a constructor chain that can will
		// only do Init at the most derived class.
		public NSObject (NSObjectFlag x) : this ()
		{
		}
Ejemplo n.º 18
0
		public NSAutoreleasePool (NSObjectFlag t) : base (t) {}
Ejemplo n.º 19
0
		public CLLocationManager (NSObjectFlag t) : base (t) {}