Namespaces | Functions
src/cinder/app/AppCocoaTouch.mm File Reference

Namespaces

namespace  cinder
namespace  cinder::app

Functions

std::ostream & cinder::app::operator<< (std::ostream &lhs, const InterfaceOrientation &rhs)
float cinder::app::getOrientationDegrees (InterfaceOrientation orientation)
WindowImplCocoaTouch * initWithFormat:withAppImpl:sharedRenderer: (cinder::app::Window::Format format,[withAppImpl] AppImplCocoaTouch *appImpl,[sharedRenderer] cinder::app::RendererRef sharedRenderer)
void loadView ()
void viewDidLoad ()
BOOL shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation toInterfaceOrientation)
NSUInteger supportedInterfaceOrientations ()
void willAnimateRotationToInterfaceOrientation:duration: (UIInterfaceOrientation interfaceOrientation,[duration] NSTimeInterval duration)
void didRotateFromInterfaceOrientation: (UIInterfaceOrientation fromInterfaceOrientation)
BOOL isFullScreen ()
void setFullScreen:options: (BOOL fullScreen,[options] ci::app::FullScreenOptions *options)
cinder::Vec2i getSize ()
void setSize: (cinder::Vec2i size)
cinder::Vec2i getPos ()
void setPos: (cinder::Vec2i pos)
float getContentScale ()
void close ()
NSString * getTitle ()
BOOL isBorderless ()
void setBorderless: (BOOL borderless)
BOOL isAlwaysOnTop ()
void setAlwaysOnTop: (BOOL alwaysOnTop)
void hide ()
void show ()
BOOL isHidden ()
cinder::DisplayRef getDisplay ()
cinder::app::RendererRef getRenderer ()
void * getNative ()
UIViewController * getNativeViewController ()
const std::vector
< cinder::app::TouchEvent::Touch > & 
getActiveTouches ()
void draw ()
void resize ()
void mouseDown: (cinder::app::MouseEvent *event)
void mouseDrag: (cinder::app::MouseEvent *event)
void mouseUp: (cinder::app::MouseEvent *event)
void touchesBegan: (cinder::app::TouchEvent *event)
void touchesMoved: (cinder::app::TouchEvent *event)
void touchesEnded: (cinder::app::TouchEvent *event)
cinder::app::WindowRef getWindowRef ()
void keyDown: (cinder::app::KeyEvent *event)
void setKeyboardString: (const std::string *keyboardString)

Function Documentation

WindowImplCocoaTouch* initWithFormat:withAppImpl:sharedRenderer: ( cinder::app::Window::Format  format,
[withAppImpl] AppImplCocoaTouch*  appImpl,
[sharedRenderer] cinder::app::RendererRef  sharedRenderer 
) [virtual]
void loadView ( ) [virtual]
void viewDidLoad ( ) [virtual]
BOOL shouldAutorotateToInterfaceOrientation: ( UIInterfaceOrientation  toInterfaceOrientation) [virtual]
NSUInteger supportedInterfaceOrientations ( ) [virtual]
void willAnimateRotationToInterfaceOrientation:duration: ( UIInterfaceOrientation  interfaceOrientation,
[duration] NSTimeInterval  duration 
) [virtual]
void didRotateFromInterfaceOrientation: ( UIInterfaceOrientation  fromInterfaceOrientation) [virtual]
BOOL isFullScreen ( ) [virtual]
void setFullScreen:options: ( BOOL  fullScreen,
[options] ci::app::FullScreenOptions*  options 
) [virtual]
cinder::Vec2i getSize ( ) [virtual]
void setSize: ( cinder::Vec2i  size) [virtual]
cinder::Vec2i getPos ( ) [virtual]
void setPos: ( cinder::Vec2i  pos) [virtual]
float getContentScale ( ) [virtual]
void close ( ) [virtual]
NSString * getTitle ( ) [virtual]
BOOL isBorderless ( ) [virtual]
void setBorderless: ( BOOL  borderless) [virtual]
BOOL isAlwaysOnTop ( ) [virtual]
void setAlwaysOnTop: ( BOOL  alwaysOnTop) [virtual]
void hide ( ) [virtual]
void show ( ) [virtual]
BOOL isHidden ( ) [virtual]
void* getNative ( ) [virtual]
UIViewController * getNativeViewController ( ) [virtual]
const std::vector<cinder::app::TouchEvent::Touch>& getActiveTouches ( ) [virtual]
void draw ( ) [virtual]
void resize ( ) [virtual]
void mouseDown: ( cinder::app::MouseEvent event) [virtual]
void mouseDrag: ( cinder::app::MouseEvent event) [virtual]
void mouseUp: ( cinder::app::MouseEvent event) [virtual]
void touchesBegan: ( cinder::app::TouchEvent event) [virtual]
void touchesMoved: ( cinder::app::TouchEvent event) [virtual]
void touchesEnded: ( cinder::app::TouchEvent event) [virtual]
void keyDown: ( cinder::app::KeyEvent event) [virtual]
void setKeyboardString: ( const std::string *  keyboardString) [virtual]