// 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);
			}
		}
Esempio 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)
 {
 }
Esempio n. 6
0
		public CLRegion (NSObjectFlag t) : base (t) {}
		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();
 }
Esempio n. 9
0
 public SessionsView(NSObjectFlag t) : base(t)
 {
     Initialize();
 }
Esempio n. 10
0
		public CLLocation (NSObjectFlag t) : base (t) {}
Esempio n. 11
0
		public LoginItemManager (NSObjectFlag t) : base (t) {}
Esempio 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);
        }
Esempio n. 13
0
		public CLHeading (NSObjectFlag t) : base (t) {}
Esempio n. 14
0
 public VitalsBar(NSObjectFlag rect)
     : base(rect)
 {
 }
Esempio 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);
 }
Esempio 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 ();
		}
Esempio 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 ()
		{
		}
		public NSAutoreleasePool (NSObjectFlag t) : base (t) {}
Esempio n. 19
0
		public CLLocationManager (NSObjectFlag t) : base (t) {}