Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
BiprojNonFile::setTitle Method (int, std::string&)

Sets the current title.

C++
void setTitle(
    int altNum, 
    const std::string& newTitle
);
Parameters 
Description 
int altNum 
Desired alternative number (1-7). 
const std::string& newTitle 
Title to use. 

This version has two arguments stores the title for the specified alternative, then sets the current title to that title.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!